Jump to content

Upgrade to 1.6.1.12 - Error in displaying price


Recommended Posts

After Upgrading to new version, the price in the details is shown as 0.00. In the list of the products it is with wright values, but in detailed view at first load it is shown with the value and after the change of attributes it become ZERO (our_price_display).

When you add the product in the CARD the price is also visible.

 

How could I solve this issue?

 

 

post-1384495-0-26249800-1490608139_thumb.png

post-1384495-0-52847900-1490608160_thumb.png

post-1384495-0-89076000-1490608168_thumb.png

post-1384495-0-49562800-1490608177_thumb.png

post-1384495-0-37350500-1490608185_thumb.png

Link to comment
Share on other sites

  • 2 months later...

Hi,

 

I saw the same problem in version 1.6.1.14.

 

I detected, the problem is the call to function convertPrice, is missing in the TPL.

 

I changed the files, product-list.tpl and product-tpl

{*if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if*}

{if !$priceDisplay}{Tools::convertPrice($product.price)}{else}{Tools::convertPrice($product.price_tax_exc)}{/if}
 

Regards,

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...