Maury Markowitz Posted March 27, 2013 Share Posted March 27, 2013 When I place an order for local pickup, it says "Free shipping!" in the checkout page. I want it to say "In-store pickup". Where do I change this? I can't see it in either the Shipping or the Carrier setup. When I place an order for local pickup, it says "Free shipping!" in the checkout page. I want it to say "In-store pickup". Where do I change this? I can't see it in either the Shipping or the Carrier setup. Link to comment Share on other sites More sharing options...
Whispar1 Posted March 27, 2013 Share Posted March 27, 2013 What version are you using? Assuming 1.5...If you have not set up in-store pickup as a carrier you do that under shipping > carriers Then under catalog > products >shipping set in-store pickup as your carrier (assuming in-store pickup is the only option you want) The free shipping! notice is a known bug/nuisance. Until a customer logs in, places, the order, and chooses a carrier, it will always say that. My workaround for this was to change translations (localization > translations) for every occurrence of "free shipping" to 0.00. At least this way it is not so misleading for customers if they have not yet registered or indicated a shipping option. I have yet to find a better option but would love to see one if anyone has a better solution. 1 Link to comment Share on other sites More sharing options...
Maury Markowitz Posted March 27, 2013 Author Share Posted March 27, 2013 Thanks Whispar! I'll do what you suggest with the localization setup. Great tip! Link to comment Share on other sites More sharing options...
vekia Posted March 27, 2013 Share Posted March 27, 2013 so i marked this topic as solved :-) thanks Link to comment Share on other sites More sharing options...
[email protected] Posted May 29, 2013 Share Posted May 29, 2013 Ok, Friend I just change two file, small change go to your /home/yourlogin/public_html/themes/yourtheme/shopping-cart.tpl (just goto cpanel, and search for "shopping-cart.tpl" Now about line 126, you will see Free Shipping, change it to Free Pickup or whatever you want to say, {if $total_shipping_tax_exc <= 0 && !isset($virtualCart)} <tr class="cart_total_delivery" style="{if !isset($carrier->id) || is_null($carrier->id)}display:none;{/if}"> <td colspan="5">{l s='Shipping'}</td> <td colspan="2" class="price" id="total_shipping">{l s='Free Pickup In Store'}</td> </tr> {else} {if $use_taxes} {if $priceDisplay} so it will show " Free Pickup In Store" at cart I am sure this will help Alex Link to comment Share on other sites More sharing options...
G-E Posted March 17, 2014 Share Posted March 17, 2014 Ok got it, but where to change for other languages???? Link to comment Share on other sites More sharing options...
vekia Posted March 17, 2014 Share Posted March 17, 2014 Ok got it, but where to change for other languages???? localization > translations from first dropdown select "front office translations" click on flag and just translate it as you expect. Link to comment Share on other sites More sharing options...
Recommended Posts