Reina Posted January 7, 2015 Share Posted January 7, 2015 (edited) Hi guys, I have a problem on my webstore (prestashop 1.5.6.0), where the carriers are not showing (it says carriers not available) in checkout page, but it only needs browser refresh to make the carriers to appear. The carriers aren't showing only in certain conditions, after filling out the form of creating the account, in one page checkout system. It works fine, with standard checkout system, works fine on guest checkout but only in one page checkout within the creating an account option. Is there anyone out there, who had the same problem? or can advice me through to fix the problem? Thanks in advance. Cheers. Edited January 7, 2015 by Reina (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted January 7, 2015 Share Posted January 7, 2015 It sounds like a javascript issue, can you post your site's url? 1 Link to comment Share on other sites More sharing options...
ddemitrius Posted January 7, 2015 Share Posted January 7, 2015 (edited) I am having a similar problem I revamped my site and now face the same issue, says carriers not available the url to my site is http://www.black-scorpion.com. on my screen it reflects as No carriers available for the address saved. Can any one advise how to resolve the same AM using Prestashop 1.6.0.9 Also how do we add states to the database Edited January 7, 2015 by Derek Demitrius (see edit history) Link to comment Share on other sites More sharing options...
Reina Posted January 7, 2015 Author Share Posted January 7, 2015 (edited) It sounds like a javascript issue, can you post your site's url yeah sure, https://buyfridgefilters.com.au/quick-order this is the checkout page. Uncaught ReferenceError: freeShippingTranslation is not defined : cart-summary.js:695 Failed to load resource: net::ERR_CACHE_MISS : https://buyfridgefilters.com.au/quick-order this is the error I get. Edited January 8, 2015 by Reina (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted January 9, 2015 Share Posted January 9, 2015 add this to blockcart.tpl, in a js block, at the beginning var freeShippingTranslation = '{l s='Free shipping!' mod='blockcart' js=1}'; Link to comment Share on other sites More sharing options...
Recommended Posts