nasjam Posted February 19, 2014 Share Posted February 19, 2014 Hello Forum, I am new to using prestashop and wondering if anyone can help me out please. Basically I want to hide quantity discount table and use my own text table but I want quantity discount to remain for customers. Just want to hide the table. I read few other topics which says I need to change coding in product.tpl, I changed it via file manager but nothing happened I hope I will get help on this Nasjam Link to comment Share on other sites More sharing options...
vekia Posted February 20, 2014 Share Posted February 20, 2014 you can do it with modification of: 1) css styles 2) product.tpl file modification second option is much better, so just edit it, remove dode for quantity table and you will achieve what you expect Link to comment Share on other sites More sharing options...
nasjam Posted February 20, 2014 Author Share Posted February 20, 2014 you can do it with modification of: 1) css styles 2) product.tpl file modification second option is much better, so just edit it, remove dode for quantity table and you will achieve what you expect Thank you so much for your reply, much appreciated. I am very new to this, may I please ask and request if you can tell me what do you mean by dode? So I go to "FILE MANAGER", then Theme, then select product.tpl file... can you please tell me what should I do next please? Thank you very much! Nasjam Link to comment Share on other sites More sharing options...
nasjam Posted February 20, 2014 Author Share Posted February 20, 2014 Hello I fixed this problem. I did followings: For hiding the product discount table, simply write this CSS - #discounts_block{display: none;} in the last lines of this file - root/themes/css/product.css 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