AllyM Posted November 21, 2013 Share Posted November 21, 2013 When I click 'Add to Cart' for a product, the cart totals update but doesn't show the products (unless you refresh the page). Can anyone help with this issue please? I use Prestashop 1.5.5 and my site is www.ayereadytshirts.com Link to comment Share on other sites More sharing options...
vekia Posted November 21, 2013 Share Posted November 21, 2013 after adding product to cart you've got this issue: Uncaught ReferenceError: freeProductTranslation is not defined Link to comment Share on other sites More sharing options...
AllyM Posted November 21, 2013 Author Share Posted November 21, 2013 I've put in this code (red) in my ajax-cart.js to define it but still doesn't show unless I refresh page. Do you know if this is correct? else content += '<span class="remove_link"></span>'; if (typeof(freeProductTranslation) != 'undefined') $('dt#cart_block_product_' + domIdProduct + ' .price').html Link to comment Share on other sites More sharing options...
AllyM Posted November 22, 2013 Author Share Posted November 22, 2013 Does anyone know how to fix 'uncaught referenceerror freeproducttranslation is not defined' ? I simply haven't a clue! Link to comment Share on other sites More sharing options...
Recommended Posts