Re: Free shipping - disable other option
Quote:
Originally Posted by
scirceo
got it.
disable modules > shipping > free shipping options
enable modules > shipping > flat rate
enable modules > order total > shipping > allow free shipping
and set the minimum for free shipping there.
Thanks, that just solved my problem. :cool: (other shipping options were still showing even when free shipping had qualified.)
Re: Free shipping - disable other option
Thank you so much!!!
This community is great!
Re: Free shipping - disable other option
I done it vice-versa, becuase I need to display only the free shipping option, when is qualifayed.
Quote:
Originally Posted by
jdowns1
To get other shipping options to become available to your shoppers with the Free Shipping Sidebox mod, search in \includes\templates\YOUR TEMPLATE\sideboxes\tppl_shopping_cart.php for:
PHP Code:
$free_ship_on = MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING;
if ($free_ship_on == 'true') {
and replace it with:
PHP Code:
$free_ship_on = MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING;
if ($free_ship_on == 'false') {
In addition, you'll need to go to your admin, select Modules > Order Total, edit ot_shipping and set 'allow free shipping' to false.
From what I've seen, this will still enable the free shipping text in the sidebox, but when you begin checkout, you will see the free shipping option as well as any other shippers (at least USPS shows, that's all I use).
Thank's a lot!
Re: Free shipping - disable other option
HI All,
I'm using the Big Royal Mail shipping Add-On (http://www.zen-cart.com/index.php?ma...roducts_id=294), it's all up to date.
I've got some products that have free shipping and some that require postage to be paid.
When I put the free shipping item into my cart the shipping estimator show the free shipping option but it also shows the other postage options too.
What I am looking to do is that when a free shipping item is placed in the cart then only the free shipping option is shown. When another item is placed in there that requires postage then all the other postage options should be displayed.
Does anybody know how this can be done?
Kindest Regards,
Brett Rogers
http://www.personally-yours.co.uk