Cosmi Posted June 3, 2010 Share Posted June 3, 2010 Good Afternoon folks,I'm facing a new situation with my Prestashop website.The Cart module doesn't show the price of product. 'Total price' is shown correctly, but the price of product not. I tried to change some things in backend, like currency or position of module, but useless.I've attached an screenshot to be much clearly.Is there a solution for this? Did it happen to you too?Thank you very much,Cosmi Link to comment Share on other sites More sharing options...
acc_aust Posted June 4, 2010 Share Posted June 4, 2010 Same for me. Any answer?Thanks Link to comment Share on other sites More sharing options...
Phoenix2lux Posted June 4, 2010 Share Posted June 4, 2010 same for me ...When I add a product to the cart, the ajax thing drops it into the cart, an then nothing. "No product in cart ". When I look over the "cart box" it's marked " 1 product 0,00€ ". I go mad with this crap ... yesterday I was searching for a solution the hole afternoon with no results. Link to comment Share on other sites More sharing options...
acc_aust Posted June 4, 2010 Share Posted June 4, 2010 I made the upgrade to 1.3.1 Today Link to comment Share on other sites More sharing options...
Phoenix2lux Posted June 4, 2010 Share Posted June 4, 2010 And this solved the problem? Link to comment Share on other sites More sharing options...
acc_aust Posted June 4, 2010 Share Posted June 4, 2010 No. I don't remember if the previous version did work! Link to comment Share on other sites More sharing options...
Phoenix2lux Posted June 4, 2010 Share Posted June 4, 2010 I'm going to do a fresh 1.3.1 install too. I'm not doing an upgrade but a very clean install. This way I'm sure that everything should work fine ... I hope. I keep you in touch. Link to comment Share on other sites More sharing options...
acc_aust Posted June 4, 2010 Share Posted June 4, 2010 I did this also! A complete fresh install. I don't understand. I didn't have the time yet to see the .php. Keep in touch. Link to comment Share on other sites More sharing options...
Phoenix2lux Posted June 4, 2010 Share Posted June 4, 2010 finally ... everything works fine now. It was just a hell of work to migrate all the product. Because we used v.1.1.5, an there were no "Group access" for the several categories ... so I modified the SQL query in the category.php to get this thing done. Link to comment Share on other sites More sharing options...
acc_aust Posted June 4, 2010 Share Posted June 4, 2010 I finally hide the price for the moment. will come back after. I reach something on my own theme (modules/blockcart/blockcart.tpl) to display the price but when I add a new product, the price is still 0 only for this one. Will see it next time.I change this line {if $priceDisplay == $smarty.const.PS_TAX_EXC}{displayWtPrice p="`$product.total`"}{else}{displayWtPrice p="`$product.total_wt`"}{/if}It is something with the theme....If anyone have the final solutionthanks Link to comment Share on other sites More sharing options...
Cosmi Posted June 6, 2010 Author Share Posted June 6, 2010 The final solution is this:Go in Modules > Blockcart > blockcart.tplFind the line ~48 and make sure you have this line: {if $priceDisplay == $smarty.const.PS_TAX_EXC}{displayWtPrice p="`$product.total`"}{else}{displayWtPrice p="`$product.total_wt`"}{/if} This will solve the situation. 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