When I goto the cart in woocommerce and I have not provided a shipping address my site displays "To Be Confirmed (Free)". I'm trying to remove the '(Free).' I have hunted through many of the template files and the shipping classes and can't seem to find where to change this.
Any idea where I might look?
Related
I’m having an issue finding the correct configuration/short code for wordpress woocommerce cart total + shipping cost.
I am wanting to use it for a custom payment gateway.
It will be on the checkout page before placing the order and specifically in a payment method.
The sentence would look like below.
“Pay (total amount) at payment link”
Where the Total amount = shipping cost+discounts+tax’s+ items cost
Can anyone help me configure a short code to put into my functions.Php or find a short code I somehow missed?
All the short codes I have tried for example the ones found on booster plus for woocommerce don’t give me what I want(I have the plug-in installed on the website). The short codes I have tried only show the subtotal of the items put together, but doesn’t include the shipping, tax’s, and discounts.
In my online store, there are sevral shipping methods. I added a plugin for distance delivery (Boxtal Connect)
I would like to be able to autorefresh total amount when a new shipping method is chose on the checkout page.
I think the selector is name=shipping_method[0] and the trigger is jQuery('body').trigger('update_checkout',
I would like to find an code to add on my child function.php to do it.
In fact it works well on the cart page and I think it is a native woocommerce function.
Thanks for you help
My settings are set up to show price incl. VAT on Product Page, but excluding on Checkout page. VAT is not showing.
By the way, I did test order where on order confirmation VAT is showing. I have run troubleshooting for theme conflict, but the same issue appears on Twenty Twenty.
I found article: https://www.dataroots.com/no-tax-in-woocommerce-heres-the-fix/ but don't know exactly where I can check if I do miss tables. I'm not a tech person, but can add .php or custom css if needed. enter image description here
I found the issue what caused this I have to clear out data of standard rate fields: (postcode/zip and city
I am using the Custom Shipping Method, from which the customer has to choose by themselves.
However when you go on the cart or checkout page it only says
“Shipping costs will be calculated once you have provided your address.”
To work around it I have tried to tick “enable the shipping calculator on the cart page” under “shipping options” but failed. Even the "Calculate Shipping" link is also not working. I have searched many tuts on shipping method but no success.
After doing few modification, now i get following error:
There are no shipping methods available. Please double check your address, or contact us if you need any help.
Any help will be appreciated.
Please follow the below step..
Go to Woo-commerce setting select "Sell to all contries" in Selling location(s)
Then after select "Ship to all countries you sell to" in Shipping location(s)
After setting remove specific country from the "Shipping zones > Your zone" and Set shipping anywhere.
After all set up please check on cart page.
Thank you.
I'm building a WooCommerce site and I have a need to display shipping options on the cart page vs the checkout page.
Shipping is flat rate across a single country and not dependent on user location.
Is there a way to accomplish this task?
Cheers!
Go to the General tab in Woocommerce Settings.
Set the shop base address to be the Default Customer Location
If you only have a flat rate and your shop's base address is under it, that's the one that will be displayed by default.
Make sure you have done this
On Woocommerce -> Settings-> Shipping and make sure that you check the boxes
Enable shipping
Enable the shipping calculator on the cart page
Save setting and Configure shipping rates as well, hope it will help