I have a plugin that is calculating the shipping cost and it will add the shipping cost on the order view (checkout page).
When the customer select the shipping method, then the total cost will be updated. And I want to display the total shipping cost on the order view.
I want to display the shipping cost on the delivery charge row. Have any idea to get the shipping cost?
Thanks a lot.
Solution:
To get the total shipping cost:
$total_shipping = WC()->cart->shipping_total;
You need to Enable shipping methods from the backend woocommerce setting
Woocommerce->Setting
Shipping tab
Add your shipping classes
Related
I am trying to re-calculate the shipping cost of a product, based on a custom field set in WP All Import. The amount of shipping boxes in this instance.
So i want to multiply the shipping cost set in woocommerce, by the number of boxes set in the Wp All import.
I have tried any non-programmatical way to solve this but with no luck.
Any help would be appreciated.
I am managing a woocommerce eshop that charges 5euros for cash on delivery (cod).
The shipping options are 'local_pickup' and 'wf_woocommerce_shipping_pro' (plugin that separates shipping cost based on postal code).
Id like to avoid cod charge when local pickup is selected, or when the customer uses a postal code that offers free shipping. Woocommerce offers an option to
Enable for shipping methods
and
Disable on Free Shipping
but then cod dissapears instead of showing up with 0euros price.
I am using the
'WooCommerce Shipping Pro with Table Rate'
plugin to separate which postal codes offer free shipping among others.
Go to:
WooCommerce > Settings > Checkout > Cash on delivery
And in the field Enable for shipping methods add all the other shipping methods except local pickup.
To add a different price (other than 0), if you are not familiar with programming you will need this WooCommerce Pay for Payment https://wordpress.org/plugins/woocommerce-pay-for-payment/ plugin. Of course it depends on the WordPress and Woocommerce versions you are using.
I want to implement a payment plugin for woo commerce website when the amount exceeds a particular limit.
Use case: My client wants to show only the Cash On Delivery(COD) payment option if the amount is below of Rs.100 but if the amount exceeds Rs.100, then show COD as well as other payment method option too. Is there any plugin for this purpose on WordPress?
WooCommerce Conditional Shipping and Payments premium plugin providing this type of features. Would you please check below links?
Conditional Shipping and Payments
This extension will not create any new payment gateways for you. However, it allows you to conditionally activate existing payment gateways based on conditions such as the selected shipping method, selected billing/shipping country and state, cart/order total, user role, user e-mail, and more.
My shipping fields are deactivated at checkout because I'm using a payment gateway that asks for shipping data so I do this to avoid asking for the same shipping data twice.
I would like to SHOW the shipping fields on the order-pay page which comes right after the checkout only IF the payment gateway selected was Cash On Delivery (COD)
How would I go about doing this?
Thanks!
I use wp e-commerce plugin to running my e-commerce wordpress powered site. I want to add an additional charge to shopping cart total as a subtotal but I dont know how to do it. I'm planning to use an insurance for every items I sold and it will be 10% of the single item price.
Is there anybody have tried this before? Any help will be appreciated. Thanks
You could add the insurance as part of the shipping costs:
Shipping A: standard
Shipping B: shipping with insurance