Edumar Posted April 4, 2016 Share Posted April 4, 2016 I am configuring my Prestashop, and there is a strange box that appears only in product page. What did I do? Thanks for your help. Link to comment Share on other sites More sharing options...
Edumar Posted April 4, 2016 Author Share Posted April 4, 2016 I am using Catalog Mode... Link to comment Share on other sites More sharing options...
Edumar Posted April 4, 2016 Author Share Posted April 4, 2016 May be some module not used in blank? Link to comment Share on other sites More sharing options...
Mila_omni Posted April 5, 2016 Share Posted April 5, 2016 I think that when you use the Catalog Mode, you can't sell your products. It's like a catalog, so the shopping box is disabled and displayed like this. If you are still working on your website, instead of using the catalog mode, you can use the maintenance mode (and exclude your ip, so you can see everything). If you want to keep the catalog mode, but display the prices, read this one: https://www.prestashop.com/forums/topic/282554-how-to-use-catalog-mode-and-show-the-prices/ Link to comment Share on other sites More sharing options...
Edumar Posted April 5, 2016 Author Share Posted April 5, 2016 Thank you very much Mila I intend to keep the catalog mode without prices. I just would like to exclude this empty box from this page. I already tried several options but none of them cause any effect. Link to comment Share on other sites More sharing options...
Mila_omni Posted April 6, 2016 Share Posted April 6, 2016 If you tried with hooks and didn't work, you have 2 coding options: -either remove it from your product.tpl file (and resize the other 2 columns to fill the gap) -or add "display: none" to the product.css file Link to comment Share on other sites More sharing options...
Prestachamps Posted April 6, 2016 Share Posted April 6, 2016 Hi, please send me your site's url in PM, and I will send you back the exact css code or the change you need to do in the product.tpl change in order for that box to not appear. Regards, Leo Link to comment Share on other sites More sharing options...
Edumar Posted April 6, 2016 Author Share Posted April 6, 2016 Thank you very much, Mila. Leo, MP sent to you. Thanks. Link to comment Share on other sites More sharing options...
Prestachamps Posted April 7, 2016 Share Posted April 7, 2016 Hi, in order for the box to not be visible, add this line at the end of your css file /themes/default-bootstrap/css/product.css line to add : BODY#product #buy_block .box-info-product{ display:none; } If the change will not be visible, please clear cache from the performance page in backffice. Regards, Leo Link to comment Share on other sites More sharing options...
Edumar Posted April 7, 2016 Author Share Posted April 7, 2016 (edited) Thank you very much, Leo It worked !!! Edited April 7, 2016 by Edumar (see edit history) Link to comment Share on other sites More sharing options...
Prestachamps Posted April 14, 2016 Share Posted April 14, 2016 hi, would you mind mark the topic a solved? If you don't know how to do it, here is the explanation: To mark a topic as [solved] :- Edit the first post of your topic by clicking on the "Edit" button,- Click on the "Use full editor" button,- Add the "[solved]" string at the beginning of your topic title and click on the "Submit Modified Post" button. Regards, Leo 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