sica07 Posted December 12, 2010 Share Posted December 12, 2010 First of all, hello everybody! I'm using Prestashop for a eshop I'm building. Even if I'm using Prestashop for the first time, I'm very happy with it, so: a big Thank You for the great work you are doing, Prestashop Team.Now, my problem. I'm trying to customize the shopping cart summary. I would like to add a some text next to the quantity ( e.g. 100g instead 100). The problem is that I no matter what I do inside the tag containing the quantity data, no modification appears on the displayed page.See the code below to understand what I'm trying to do: <!--THIS IS THE TEXT I WOULD LIKE TO ADD --> g <!--END--> I even deleted all the code inside the td tag but nothing changed on the displayed page (as if the template file was ok). So, I think that the html has to be generated dynamically somewhere. Am I right, and if I am, where is this happening? Thank you.P.S. Sorry for my bad English 1 Link to comment Share on other sites More sharing options...
shokinro Posted December 12, 2010 Share Posted December 12, 2010 are you talking about shopping "cart summary page"? or the shopping "cart block" which is on the top-right corner?If you talking about "cart block", then you need to change file /modules/blockcart/blockcart.tpl By the way, try to remove the cache files under following folder to see if it solve your problem./tools/smarty/compile/ Link to comment Share on other sites More sharing options...
sica07 Posted December 13, 2010 Author Share Posted December 13, 2010 Hi, thanks for the reply!I am talking about the "shopping cart summary page", not the block.I removed all the smarty files in cache, and still nothing. The strange thing is that if I modify anywhere else in the page, but the summary table, the changes reflects on the page generate from the template. So, the issue is only inside the table... Link to comment Share on other sites More sharing options...
shokinro Posted December 14, 2010 Share Posted December 14, 2010 Are you modifying the correct file? If you have multiple themes in your store.Make sure your are modify the file in the correct theme folder. I had this experience before. Link to comment Share on other sites More sharing options...
sica07 Posted December 14, 2010 Author Share Posted December 14, 2010 I solved the "problem". I was not modifying the right file. The table in the cart summary page is controlled by the shopping-cart-line.tpl file, and the rest of the page is controlled by the shopping-cart.tpl file. Now it's ok. Link to comment Share on other sites More sharing options...
shokinro Posted December 14, 2010 Share Posted December 14, 2010 I am glad you worked it out. congratulations and good luck. Link to comment Share on other sites More sharing options...
ilhamblossom Posted April 16, 2015 Share Posted April 16, 2015 Hi, I would like to take the 'total shipping' and 'carrier' of choice off the section of SHOPPING CART SUMMARY. How to go about to do that? Because the carrier of choice will appear in the SHIPPING section while the Total Shipping price will appear in the last section which is PAYMENT. I want to avoid information redundancy. Pls help. Thank you. 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