Jump to content

Recommended Posts

I've upgraded a copy of our shop from 1.4.4.0 to 1.5.3, and I've found that the category pages display a seemingly correct number of products (e.g. "There are 458 products") but display only a few products from the category. This seems to be a problem with the SQL query (I var_dump'd it & manually executed it for men's t-shirts & only got two rows back out of 458 products).

 

Additionally, I've found the prices displayed in places other than the product pages is often incorrect, usually displayed as £0.00- although I didn't have a chance to investigate the cause of this yesterday.

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

It appears that our upgrade issues were caused by data left over from a previous upgrade attempt. I've manually ported the data over to a clean install that's about 99% complete.

 

It does bother me that the prestashop upgrade isn't more resilient to database borkage :s

Link to comment
Share on other sites

  • 2 weeks later...

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

×
×
  • Create New...