packages/woocommerce-blocks/src/StoreApi/Routes/CartSelectShippingRate.php:
CartSelectShippingRate::get_route_post_response()
|
Handle the request and return a valid response for this endpoint.
|
packages/woocommerce-blocks/src/BlockTypes/Checkout.php:
Checkout::enqueue_data()
|
Extra data passed through from server to client for block.
|
packages/woocommerce-blocks/src/BlockTypes/Cart.php:
Cart::enqueue_data()
|
Extra data passed through from server to client for block.
|
includes/admin/settings/class-wc-settings-shipping.php:
WC_Settings_Shipping::add_settings_page()
|
Add this page to settings.
|
includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:
WC_Meta_Box_Coupon_Data::output()
|
Output the metabox.
|
includes/admin/class-wc-admin-notices.php:
WC_Admin_Notices::no_shipping_methods_notice()
|
No shipping methods.
|
includes/class-wc-cart.php:
WC_Cart::show_shipping()
|
Sees if the customer has entered enough data to calc the shipping yet.
|
includes/class-wc-cart.php:
WC_Cart::needs_shipping()
|
Looks through the cart to see if shipping is actually required.
|
includes/class-wc-shipping.php:
WC_Shipping::__construct()
|
Initialize shipping.
|
includes/wc-account-functions.php:
wc_get_account_menu_items()
|
Get My Account menu items.
|
includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zones-controller-base.php:
WC_REST_Shipping_Zones_Controller_Base::get_items_permissions_check()
|
Check whether a given request has permission to read Shipping Zones.
|
includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zones-controller-base.php:
WC_REST_Shipping_Zones_Controller_Base::create_item_permissions_check()
|
Check if a given request has access to create Shipping Zones.
|
includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zones-controller-base.php:
WC_REST_Shipping_Zones_Controller_Base::update_items_permissions_check()
|
Check whether a given request has permission to edit Shipping Zones.
|
includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zones-controller-base.php:
WC_REST_Shipping_Zones_Controller_Base::delete_items_permissions_check()
|
Check whether a given request has permission to delete Shipping Zones.
|