We have a Magento Shop and the shipping settings are already set and everything works fine.
I would like to know if it is possible to set free shipping over a period without changing my shipping settings.
Example:
In May we would like to offer free shipping for all products.
But we dont want to change the shipping settings for this. Is this possible? Is there an extension for that oder is there a native solution from magento?
You can add a "Shopping Cart Price Rule" (in Magento admin under "Promotion"). There you can set a free shipping to "yes" and limit the price rule active period to whatever you like.
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.
I have set a fixed flat rate for shipping method on Magento shipping method configuration but when I checkout, the flat rate is 0 on SHIPPING METHOD - CHECKOUT PAGE !! Please check attachment. Seeking help from experts !!
Screen shot of Magento Checkout page and Shipping method configuration page:
http://imgur.com/a/YWB2e
http://imgur.com/a/O46bc
I am assuming you have installed magento with sample data. If you have installed magento with sample data.This happens.
There is a shopping cart rule with name Free shipping on all orders over $500
From admin panel go to Promotions/Shopping Cart Price Rules find above rule of may be any other rule that can cause this issue.
Click on rule to edit in our case we have thisFree shipping on all orders over $500 rule. Go inside and change status to Inactive and save rule.
Now it will show rate.
I need to generate coupon code which allow customer "Free Shipping". I have generated one with following options:
Promotions -> Shopping Cart Price Rules
All Customer Groups
Specific Coupon
Coupon Code
no condition
Free Shipping - For matching items only
I am getting all shipping methods with price $0 where I want Free Shipping option included with all shipping method with their actual price. There is setting in System -> Configuration, free shipping is available for price > 100, but I want to give free shipping option to some customers using coupon. I am getting following options:
Any suggestions?
This is the way Magento rules generally work.
To implement this change, you need to either write your own extension or get a ready-to-use solution.
E.g. our Magento shipping extension is capable of doing that: http://www.mageworx.com/shipping-suite-magento-extension.html
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.
Is it possible to display the shipping costs in the cart?
Like this:
Click here for an example!
Regards,
Fluxxi
If Magento can calculate it, then it can show it. For Magento to calculate shipping, it needs to know the shipping address and shipping method. I was also looking into this recently and found this. It didn't work for me because we use custom shipping methods that are very different from the Magento ones, but it might work for you.
This is a flat rate for shipping and handling, it is a standard magento feature you can set up in the shipping settings.