Anão de Jardim Posted April 12, 2014 Share Posted April 12, 2014 Hello! I updated my shop from 1.6.0.5 to 1.6.0.6. Now, all products with attributes were priced at 0.00. This occurs only on the product page. Anyone know how to fix it? Link to comment Share on other sites More sharing options...
Anão de Jardim Posted April 13, 2014 Author Share Posted April 13, 2014 the problem is in the file theme/js/product.js but still do not know how to fix ... :-( Link to comment Share on other sites More sharing options...
El Patron Posted April 13, 2014 Share Posted April 13, 2014 see if this posts helps http://www.prestashop.com/forums/topic/320083-000-prices-problem-at-homepage-and-categories-page/?p=1635284 1 Link to comment Share on other sites More sharing options...
Anão de Jardim Posted April 13, 2014 Author Share Posted April 13, 2014 did not work with my theme ... the price appears, but does not change when options are selected ... :-( Link to comment Share on other sites More sharing options...
El Patron Posted April 13, 2014 Share Posted April 13, 2014 can you provide link with issue? Link to comment Share on other sites More sharing options...
Anão de Jardim Posted April 13, 2014 Author Share Posted April 13, 2014 http://poltronas.com.br/index.php?id_product=14&controller=product Link to comment Share on other sites More sharing options...
El Patron Posted April 13, 2014 Share Posted April 13, 2014 are you using additional module for attributes? Link to comment Share on other sites More sharing options...
Anão de Jardim Posted April 13, 2014 Author Share Posted April 13, 2014 Yeah... "attributes wizard" by "presta changeo".. tried disabling, but continued ... Link to comment Share on other sites More sharing options...
El Patron Posted April 13, 2014 Share Posted April 13, 2014 this is something you should bring up with Presto-Changeo, they are very responsive to customer questions. Link to comment Share on other sites More sharing options...
Anão de Jardim Posted April 13, 2014 Author Share Posted April 13, 2014 I think it's a problem of the theme ... I sent an email to them ... when I use javascript of theme, also does not work. In version 1.6.0.5 works perfectly ... Link to comment Share on other sites More sharing options...
Anão de Jardim Posted April 13, 2014 Author Share Posted April 13, 2014 Thanks for the help, El Patron! ;-) 1 Link to comment Share on other sites More sharing options...
El Patron Posted April 13, 2014 Share Posted April 13, 2014 yes, I understand you are having issue but I am not familiar with their module. you can also contact them on the forum thread for module here: http://www.prestashop.com/forums/topic/47363-module-attribute-wizard-pro-create-unlimited-attributes-combinations-choose-frm-7-input-types/ If you post there please include link to this topic. Link to comment Share on other sites More sharing options...
Anão de Jardim Posted April 13, 2014 Author Share Posted April 13, 2014 Now have disabled the module ... continues ... Link to comment Share on other sites More sharing options...
Bill Dalton Posted April 13, 2014 Share Posted April 13, 2014 (edited) The price is showing in the code, price">R$ 2.490 So it is some sort of CSS or JS affecting the display. Edited April 13, 2014 by Bill Dalton (see edit history) Link to comment Share on other sites More sharing options...
Bill Dalton Posted April 13, 2014 Share Posted April 13, 2014 href="javascript:print();">Imprimir</a></li></ul></div><div id="pb-left-column"><h1 itemprop="name">Poltrona Egg</h1><div itemprop="offers" itemscope itemtype="http://schema.org/Offer"><div class="price"><p class="our_price_display"><span id="our_price_display" itemprop="price">R$ 2.490<meta itemprop="priceCurrency" content="BRL" /></span> <span id="reduction_percent_display" style="display:none;"> </span><span id="reduction_amount_display" style="display:none"> </span><span id="old_price_display" class="hidden" Some pretty funky code going on there ... 1 Link to comment Share on other sites More sharing options...
Bill Dalton Posted April 13, 2014 Share Posted April 13, 2014 Have you tried replacing your product.tpl from your source? Link to comment Share on other sites More sharing options...
Bill Dalton Posted April 13, 2014 Share Posted April 13, 2014 Looks like this guy figured it out, it was a JS and an easy fix, http://www.prestashop.com/forums/topic/320083-000-prices-problem-at-homepage-and-categories-page/?do=findComment&comment=1635284 Link to comment Share on other sites More sharing options...
Anão de Jardim Posted April 13, 2014 Author Share Posted April 13, 2014 Hmm .. i put back the original product.tpl from theme... what's your tip to fix? Link to comment Share on other sites More sharing options...
Bill Dalton Posted April 13, 2014 Share Posted April 13, 2014 (edited) That fixed the price issue. If you can't see the price you just need to clear your browser cache. Your problem is solved now? Edited April 13, 2014 by Bill Dalton (see edit history) 1 Link to comment Share on other sites More sharing options...
Anão de Jardim Posted April 13, 2014 Author Share Posted April 13, 2014 Hmm .. if I put the product.js of the default theme, appears the price, but it does not change. Need a change in product.tpl and product.js of my theme ... :-( Link to comment Share on other sites More sharing options...
Bill Dalton Posted April 13, 2014 Share Posted April 13, 2014 I notice when I add an item to cart that you have Both the old PS slide the product animation and the new PS popup model cart. How did you do that? Link to comment Share on other sites More sharing options...
Anão de Jardim Posted April 13, 2014 Author Share Posted April 13, 2014 is magical... hehehe Link to comment Share on other sites More sharing options...
cip_invest Posted April 13, 2014 Share Posted April 13, 2014 got the same problem for products with combinations Tried to replace product.js from default theme with the one from my custome theme but no luck here. best regards Link to comment Share on other sites More sharing options...
kollek Posted April 13, 2014 Share Posted April 13, 2014 I have the same problem. It done after upgrade 1.6.0.5 to 1.6.0.6. I observed that it's JS problem. When I will turn off JS in webrowser prices show correctly. And I also observed that I can turn on JS but at the back office on the product tab (quantities), when I will set this product as disable to order (no permission to order when qty=0) price backs. Strange. Fixes like: -disable blocklayered not help -copy product.js and product.tpl form 1.6.0.5 not help Link to comment Share on other sites More sharing options...
dioniz Posted April 13, 2014 Share Posted April 13, 2014 (edited) I had same problems after update to 1.6.0.6. I'm working on my own theme and after upgrade, my price on product page was 0,00. I copied product.tpl and product.js from default-bootstrap theme to my theme, cleared cache and recompiled theme and now it works. Edited April 13, 2014 by dioniz (see edit history) 2 Link to comment Share on other sites More sharing options...
kollek Posted April 14, 2014 Share Posted April 14, 2014 @dioniz - this solution doesn't work for me Link to comment Share on other sites More sharing options...
dioniz Posted April 14, 2014 Share Posted April 14, 2014 kollek obviously you have some other problem then. I'm sorry it didn't work for you. Link to comment Share on other sites More sharing options...
JODY44 Posted April 15, 2014 Share Posted April 15, 2014 I had same problems after update to 1.6.0.6. I'm working on my own theme and after upgrade, my price on product page was 0,00. I copied product.tpl and product.js from default-bootstrap theme to my theme, cleared cache and recompiled theme and now it works. Thank you this fixed my problem Link to comment Share on other sites More sharing options...
domorodecmezilidmi Posted January 6, 2015 Share Posted January 6, 2015 (edited) Well seems to be some solution cause I have today figured out that even my PS 1.6.0.6 has the same fc problem. I will test at home your recommendation from above and reply whether it works or not. See you later Edited January 6, 2015 by domorodecmezilidmi (see edit history) Link to comment Share on other sites More sharing options...
domorodecmezilidmi Posted January 7, 2015 Share Posted January 7, 2015 Death Metal Coding, on 02 Jun 2014 - 08:12 AM, said: Another solution is to go to themes > your theme > product.tpl and change {addJsDef group_reduction=$group_reduction} to {addJsDef group_reduction=1} Remember to clear smarty cache from the dashboard Hi so I have tested both method with product.js and with product.tpl and the result is: When you have PS of version 1.6.. with animation when adding goods into basket so after changing - recopying product.js - this animation stops working. The only issue. Prices are shown but animation gone. Works only when customer buy directly from front page there this animation works. So I have made changes according to steps above and returned back my product.js and now - prices are visible and animation works. So based on my testing - you don´t need to do anything with product.js. Try to change only code in product.tpl and should work. Cheers. Link to comment Share on other sites More sharing options...
Recommended Posts