While I am using the WooCommerce, I have got stuck in the Checkout page. I researched on these link and found many useful things help me to customize the page a lot:
Customize the text “Total” in WooCommerce checkout page
Customizing checkout fields using actions and filters
WooCommerce Customizer
However, I am still getting stuck in these fields.
If someone know how to customize the text (free plugin, php code), please let me know.
The Shipping methods labels can be directly renamed for each Shipping zone just in WooCommerce settings > Shipping:
"Edit" the Shipping zone, then "Edit" each Shipping method renaming the Label as you like:
Samething For the Payment methods: Go to WooCommerce settings > Checkout:
Select the Payment method to edit in the available tabs.
So no need of coding or plugins… The only thing is that the shipping lables changes will be also in cart page if they are enabled for it.
Related
My website is using WooCommerce (Version 6.0.1) without shipping extensions as all physical products will be picked up locally or shipped within only one region, but now I want to add an e-ticket product, no shipping required, using this event ticket plugin (Version 1.1.1; Pro Version Version 1.0.7).
I created a product category named Events for the tickets and hid all shipping options for this category using this method
I have found here, and although it's working perfectly in hiding the shipping options, when I checkout I can't proceed and instead will get the following message:
No shipping method has been selected. Please double check your address, or contact us if you need any help
I'm currently setting local pickup as the only shipping option for tickets by using the aforementioned code then setting the shipping id to display:none in Additional CSS, but that isn't really what I want, especially since it will also hide the shipping options for physical products.
I have read through lots of posts here but they either only hide some of the shipping options or they just suggest the use of extensions. It'd be great if I don't have to buy a WooCommerce extension to manage shipping per product. Is there's anyway to add/eddit another function in functions.php or WooCommerce plugin file to do that? Or some way to use that line of CSS conditionally? As far as I know, CCS doesn't have if statements, and I am not sure how I can do that in php. Any help on how to disable shipping for a particular product/category so that no shipping option needs to be be selected or on how to hide shipping method on Cart and Checkout page for a particular product/category should be much appreciated, thank you.
We are using Dokan Multi-Vendor plugin for WooCommerce and they have their own shipping module which is not the way we need to work the site.
The users can go into the back-end admin and are able to set the shipping correctly, however Dokan offers a simpler dashboard for the vendors which we want it to integrate with this as users can get confused.
The piece that we want to replicate across looks like the below in the WooCommerce back-end. Is there a hook or code that we are able to expose this in a custom dashboard?
I have found where I would like to add the code within dokan/products/product-shipping-content.php. The Vendor Dashboard looks like below and I want it to slot in to the Shipping and Tax section and to update the same
Talking to support from the plugin support is proving fruitless. Is there a way to display the default WooCommerce shipping methods, as shown in 1st image, within a custom vendor dashboard?
I found a way to do this.
Install the dokan and woo commerce on your WordPress website. And for trial create a user in dokan and a trial product from that user. When we will add or edit the product from it, the dokan redirects us to the products in woo commerce where we can edit the product with the features we want. This is the whole solution!!!
See the video I made for this so that you will understand the solution perfectly :- https://vimeo.com/538650792
I would like to disable the ability to change shipping method on the Checkout page in WooCommerce. The user selects the shipping method on the Cart page and I do not want to let them change it on the Checkout page.
I'm looking for some filter that can be used there. What I found is woocommerce_cart_ready_to_calc_shipping but it completely hides it.
Note: I would not like to overwrite the template file so I am looking for an way with a filter or action
I am using woocommerce plugin for wordpress. Everything in woocommerce is fine. Only in one thing where I am totally strucked. In checkout page I want to show all the shipping methods in list format. Here with I have attached the screenshot for the shipping method that I want. I have gone through many settings but I am not getting the result. So any help and suggestions will be really appreciable. Thanks
In your wordpress Backend Go to
WooCommerce -> Settings -> Shipping
You will see list of all shipping methods like this
Activte and configured all shipping methods, And for for some shipping methods, Your product must have dimensions like "Weight,Length,Width,Height" In order to calculate shipping charge.
Hope, It will help you!
i tried some more setting on "shipping options' page and works for me finally.
Enable the shipping calculator on the cart page > disable
Hide shipping costs until an address is entered > disable
most important, make sure u test ur cart/ checkout page on different computer (guest)
You first have to create Shipping zones and add shipping method specific to those zones. Now as soon as you enter the address on the checkout page, WooCommerce searches for that address in all the zones and if matched display all the shipping assigned to that zone.
This Worked for me:
Under WooCommerce/Settings/Shipping zones clear the 'Zone regions' then under shipping options/ Calculations uncheck both:
"Enable the shipping calculator on the cart page"
and
"Hide shipping costs until an address is entered"
The plugin
"Shipping Method Display Style for WooCommerce" by "Thedotstore" may be handy.
I have a problem with my Mulitple Shipping Checkout in Magento 1.6.1. When a customer proceeds through the checkout and they come to the Shipping.phtml page where they chose a shipping option and cost they can continue to the billing stage of the checkout without chosing a shipping method. I would like to make this a required field in the checkout. However another problem is that even if the customer choses a Shipping Method it is not added to the grand total at the end of the checkout. Does anyone have any ideas about why this is happening and how to fix it?
The shipping method is a required field and its cost will be added to the totals and the end of the checkout in a default Magento installation. I guess you have one or more custom edits within your templates or have some extension installed, that produces that behavior. Switch back to default template and temporary disable non-core extensions to see if it works as expected. Afterwards re-enable deactivated extensions one-by-one.