aliejus Posted February 7, 2014 Share Posted February 7, 2014 Hi, After PS update shipping price always are free shipping, Minimum free shipping is set from 90$. I tried to change all possible setting, but still same, any comments ? Thank you. PS is 1.5.6.2 Mantas Link to comment Share on other sites More sharing options...
gavcooutdoors Posted February 10, 2014 Share Posted February 10, 2014 Hello everyone, I am also having the same problem. I thought I was loosing my mind. Any advice would be greathly appreciated. www.gavcooutdoors.com Link to comment Share on other sites More sharing options...
Dudace Posted February 10, 2014 Share Posted February 10, 2014 Try defining the warehouse and associate the carriers within it's settings. Then, make sure each product is associated with the warehouse defined (warehouse tab in the product definition). Also, check the defined carriers to be set to deliver in the zones where your customer is and that your customer's state is associated with the zone. That should do it! Link to comment Share on other sites More sharing options...
gavcooutdoors Posted February 10, 2014 Share Posted February 10, 2014 Awesome! Thank you! is there any way to do this to all products or do I have to do it one by one? Link to comment Share on other sites More sharing options...
Dudace Posted February 10, 2014 Share Posted February 10, 2014 Each product, one after the other. Have a big coffee! Link to comment Share on other sites More sharing options...
Wuffo Posted February 11, 2014 Share Posted February 11, 2014 The best way is to go to your blockcart.tpl And look for this <script type="text/javascript">var customizationIdMessage = '{l s='Customization #' mod='blockcart' js=1}';var removingLinkText = '{l s='Please remove this product from my cart.' mod='blockcart' js=1}';//<![CDATA[[ {if !$logged AND !$cart->id_customer} var freeShippingTranslation = '{l s='Free shipping!' mod='blockcart' js=1}'; {else} var freeShippingTranslation = '{l s='Free shipping!' mod='blockcart' js=1}'; {/if} //]]></script> I changed mine to <script type="text/javascript">var customizationIdMessage = '{l s='Customization #' mod='blockcart' js=1}';var removingLinkText = '{l s='Please remove this product from my cart.' mod='blockcart' js=1}';//<![CDATA[[ {if !$logged AND !$cart->id_customer} var freeShippingTranslation = '{l s='Shipping Calculated at Checkout!' mod='blockcart' js=1}'; {else} var freeShippingTranslation = '{l s='Free shipping!' mod='blockcart' js=1}'; {/if} //]]></script> you can change it to what you want. Link to comment Share on other sites More sharing options...
Dudace Posted February 11, 2014 Share Posted February 11, 2014 To Wuffo: that's a completely different situation, that deletes the "free shipping" when the viewer is not logged in... And you dont't really need that too, if you configure your shop correctly, it shall display the shipping fee even to visitors and guests without the need to login... Of course, you can do whatever changes to the code, it's up to you. Best regards. v.1.5.6.2 Link to comment Share on other sites More sharing options...
Wuffo Posted February 12, 2014 Share Posted February 12, 2014 I am using Flat rate shipping and the default shipping and Free shipping was showing whether a visitor or logged in. I found the reference in a few other post on the forum and this solved the problem. I thought that was what you were referring to. I am going to look into opening up international shipping using carriers. If I have to change every item (over 16,000) then that will be a problem. Link to comment Share on other sites More sharing options...
aliejus Posted February 12, 2014 Author Share Posted February 12, 2014 Try defining the warehouse and associate the carriers within it's settings. Then, make sure each product is associated with the warehouse defined (warehouse tab in the product definition). Also, check the defined carriers to be set to deliver in the zones where your customer is and that your customer's state is associated with the zone. That should do it! Thank you but nothing helps Link to comment Share on other sites More sharing options...
aliejus Posted February 12, 2014 Author Share Posted February 12, 2014 Maybe someone can connect to my shop backoffice and try to find where I'm doing mistake ? Thank you ! Link to comment Share on other sites More sharing options...
Recommended Posts