rwbsklep Posted May 14, 2013 Share Posted May 14, 2013 (edited) Hi, 1 Where is the code to format the image (in which file)? 2 Where is the code for this button because I have a problem and want to fix it (buton add to cart)? Below the image of the product in the category: Please help! Edited May 14, 2013 by vekia (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 14, 2013 Share Posted May 14, 2013 this is product-list.tpl file located in your theme directory Link to comment Share on other sites More sharing options...
rwbsklep Posted May 14, 2013 Author Share Posted May 14, 2013 Thank you, Master. You are great. Link to comment Share on other sites More sharing options...
vekia Posted May 14, 2013 Share Posted May 14, 2013 You're welcome :-) i marked this thread as solved, if you've got any questions related to this case - feel free to continue discussion here regards Link to comment Share on other sites More sharing options...
rwbsklep Posted May 17, 2013 Author Share Posted May 17, 2013 Hi! Please help to change the code to properly display the size of a single item in a category. How do I add 3 items in this category is just a good show. What was not correct to cut off one item in this category? Example: http://www.rwb.sklep.pl/index.php?id_category=21&controller=category Select one from the picture: I do not know the language of CSS, and wants to fix it. Please help me. Link to comment Share on other sites More sharing options...
vekia Posted May 17, 2013 Share Posted May 17, 2013 hey you've got width based on % - so you have to add width in pixels: product-list.css line 5 #product_list li { float: left; width: 22.91%; margin-bottom: 30px; margin-right: 20px; use width:230px; insted the width:22.91%; Link to comment Share on other sites More sharing options...
rwbsklep Posted May 17, 2013 Author Share Posted May 17, 2013 Thanks, Link to comment Share on other sites More sharing options...
vekia Posted May 17, 2013 Share Posted May 17, 2013 Thanks, you're welcome, i checked your website, but the same issue still appears there you've got troubles with this? Link to comment Share on other sites More sharing options...
rwbsklep Posted May 18, 2013 Author Share Posted May 18, 2013 My answer is OK, but thank you for checking. There are few people helping people like you. I hope more of you were there, and Prestashop will be great. Link to comment Share on other sites More sharing options...
rwbsklep Posted June 16, 2013 Author Share Posted June 16, 2013 Hi, Master, I need help with the code. Where changes the line products in the same category? Comments I overlap list: Link to comment Share on other sites More sharing options...
vekia Posted June 16, 2013 Share Posted June 16, 2013 in the file: /modules/productscategory/productscategory.css to the: #productscategory add: margin-bottom: 35px; code: #productscategory {overflow:auto; margin-bottom:35px;} Link to comment Share on other sites More sharing options...
rwbsklep Posted June 16, 2013 Author Share Posted June 16, 2013 (edited) Ok. Thanks. Great Support!! Edited June 16, 2013 by rwbsklep (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 16, 2013 Share Posted June 16, 2013 you've got there: #productscategory {overflow:auto} just add to this margin-bottom:35px; exactly as i show here: #productscategory {overflow:auto; margin-bottom:35px;} Link to comment Share on other sites More sharing options...
rwbsklep Posted June 16, 2013 Author Share Posted June 16, 2013 you've got there: #productscategory {overflow:auto} just add to this margin-bottom:35px; exactly as i show here: #productscategory {overflow:auto; margin-bottom:35px;} I found. Fixed. Thank you for the quick reply. Link to comment Share on other sites More sharing options...
vekia Posted June 16, 2013 Share Posted June 16, 2013 you're welcome a lot has changed in your store, many new products etc. it is possible to order stuff there? or it is still in development ? Link to comment Share on other sites More sharing options...
rwbsklep Posted June 16, 2013 Author Share Posted June 16, 2013 (edited) The shop is open. You can order products. The shop is so far to the Polish people, as the cost of shipping overseas is expensive. Edited June 16, 2013 by rwbsklep (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 16, 2013 Share Posted June 16, 2013 there is no problem, im from Poland pozdrawiam! Link to comment Share on other sites More sharing options...
rwbsklep Posted June 16, 2013 Author Share Posted June 16, 2013 (edited) For you will be a special price. Pozdrawiam, Miłej pracy na forum. Edited June 16, 2013 by rwbsklep (see edit history) Link to comment Share on other sites More sharing options...
rwbsklep Posted August 30, 2013 Author Share Posted August 30, 2013 Where is code? I cut the text of product availability. Link to comment Share on other sites More sharing options...
vekia Posted August 30, 2013 Share Posted August 30, 2013 you can check this: open product edit page then open "quantities" tab scroll page down - there is a place to define "out of stock" information, can you verify it? Link to comment Share on other sites More sharing options...
rwbsklep Posted August 30, 2013 Author Share Posted August 30, 2013 I know that, but I wanted to make this the default text to be visible all round. Where to set the text wrap or something like that? Link to comment Share on other sites More sharing options...
vekia Posted August 30, 2013 Share Posted August 30, 2013 and this text isn't cutted in back office? im asking because i checked your website: and there is nothing more than we see in your website Link to comment Share on other sites More sharing options...
Recommended Posts