PrimalClass Posted January 20, 2013 Share Posted January 20, 2013 Hi, I am having a problem where the prices for my products on the product pages show as $0 . when clicked however they show as the correct price in the shopping cart. Can anyone please help with how I rectify this? The website is www.primalclass.com Link to comment Share on other sites More sharing options...
MEG Venture Posted January 20, 2013 Share Posted January 20, 2013 Can you give an example product page? Link to comment Share on other sites More sharing options...
PrimalClass Posted January 20, 2013 Author Share Posted January 20, 2013 http://www.primalclass.com/index.php?id_product=33&controller=product On the list it shows as $35 and in the cart it also shows but on the product page it appears as $0 Link to comment Share on other sites More sharing options...
MEG Venture Posted January 20, 2013 Share Posted January 20, 2013 Seems that there is an error on the product.tpl file of your theme. If you can PM me temporary ftp access details, I can take a look. Link to comment Share on other sites More sharing options...
MEG Venture Posted January 20, 2013 Share Posted January 20, 2013 It probably happens for the on sale items. So we need to check regarding coding. Link to comment Share on other sites More sharing options...
MEG Venture Posted January 20, 2013 Share Posted January 20, 2013 I made a quick debugging on your codes. The reason of the problem is the specific price you use for the products. I don't know how but, the specific_price variable takes the value -1 and that gives error on product.js at line about 298 when it wants to round the price. Link to comment Share on other sites More sharing options...
PrimalClass Posted January 20, 2013 Author Share Posted January 20, 2013 Great thank you - Now how do I fix that? Another major error that appears to be happening is - in Google Chrome all the pictures show however in Internet Explorer pictures will only show on the Product page Link to comment Share on other sites More sharing options...
Online Office USA Posted February 28, 2013 Share Posted February 28, 2013 (edited) Great thank you - Now how do I fix that? Another major error that appears to be happening is - in Google Chrome all the pictures show however in Internet Explorer pictures will only show on the Product page I appreciate when people take the time to assist, but it never ceases to amaze me when they don't post the fix! I am having the same problem, yet this post failed to help in any way. Hope you figured it out Primal! Edited February 28, 2013 by Online Office USA (see edit history) 1 Link to comment Share on other sites More sharing options...
xapinc Posted March 2, 2013 Share Posted March 2, 2013 I'm having the same problem. Please post fix! Link to comment Share on other sites More sharing options...
xapinc Posted March 2, 2013 Share Posted March 2, 2013 After hours trying to solve this problem I noticed that the following code <span id="our_price_display">{convertPrice price=$productPrice}</span> inside yourTheme/products.tpl aroud line 255, has a problem with span id="our_price_display". I deleted "our_price_display" and left it as <span id="">{convertPrice price=$productPrice}</span> and this solved the problem. Now I have to find that "our_price_display" and see how I can fix it so I can leave it the way it was. I will update tomorrow if possible. Link to comment Share on other sites More sharing options...
moiminerals Posted December 3, 2013 Share Posted December 3, 2013 Having the same issue, any solutions? Link to comment Share on other sites More sharing options...
vekia Posted December 3, 2013 Share Posted December 3, 2013 with the same prestashop version? and the same theme? Link to comment Share on other sites More sharing options...
Anthea Posted June 9, 2014 Share Posted June 9, 2014 Hi, I have this problem too. How do i fix it. It only occurs on product pages that have attributes. thanks Link to comment Share on other sites More sharing options...
El Patron Posted June 9, 2014 Share Posted June 9, 2014 I think this post will help http://www.prestashop.com/forums/topic/320083-000-prices-problem-at-homepage-and-categories-page/?p=1645965 Link to comment Share on other sites More sharing options...
Recommended Posts