didibal Posted March 27, 2017 Share Posted March 27, 2017 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? Link to comment Share on other sites More sharing options...
DavidPD Posted June 6, 2017 Share Posted June 6, 2017 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now