gray Posted November 9, 2016 Share Posted November 9, 2016 PS1.7.0.0.0 official release - Specials block and Best Sellers are showing vertical list and not horizontal Any ideas plz Link to comment Share on other sites More sharing options...
vekia Posted November 9, 2016 Share Posted November 9, 2016 any screenshot or url available? Link to comment Share on other sites More sharing options...
WNC2 Posted November 10, 2016 Share Posted November 10, 2016 hope this helps Link to comment Share on other sites More sharing options...
WNC2 Posted November 11, 2016 Share Posted November 11, 2016 Give section a specific id "products" in module tpl file and reload the page. should i edit a template file in a out of the box installation? it sounds like a bug Link to comment Share on other sites More sharing options...
gray Posted November 11, 2016 Author Share Posted November 11, 2016 Thanks WNC2 you beat me to it with the image. Yes this sounds like a bug. Any chance of any code Bhavik Vaghani to fix this bug. Maybe the module needs a selection box, ie do you want horizontal or vertical. Link to comment Share on other sites More sharing options...
pinwheel Posted November 12, 2016 Share Posted November 12, 2016 I also have the same problem. But then again I have found so many other bugs that you just can't work with it. 1 Link to comment Share on other sites More sharing options...
WNC2 Posted November 12, 2016 Share Posted November 12, 2016 I also have the same problem. But then again I have found so many other bugs that you just can't work with it. +1 i'm a prestashop newbie, i run an x-cart store since 14 years, and i'm looking around to a more modern cart, but 1.7 seems a prealpha release 1 Link to comment Share on other sites More sharing options...
WNC2 Posted November 25, 2016 Share Posted November 25, 2016 problem still present in 1.7.0.1 Link to comment Share on other sites More sharing options...
tristram Posted December 6, 2016 Share Posted December 6, 2016 Any idea where that file is located in the default (classic) template?I can't find it anywhere. Link to comment Share on other sites More sharing options...
Malemi Posted December 9, 2016 Share Posted December 9, 2016 Bug confirmed on PS version 1.7.0.2 Boxs are not floating in single product page as enabling "Products in the same category" module. Link to comment Share on other sites More sharing options...
Vilius PromoApranga Posted December 14, 2016 Share Posted December 14, 2016 (edited) Ok another newbie.. So how should i fix this issue?Can someone explain step by step?Thank You a lot P.S. I would like to translate them... how to?? Ok so I think I just managed to do this by my self :) Well at least it works for this moment :) /themes/classic/modules/ps_newproducts/views/templates/hook <section class="featured-products clearfix"> <h1 class="h1 products-section-title text-uppercase "> {l s='New products' d='Modules.Newproducts.Shop'} </h1> <div class="products"> {foreach from=$products item="product"} {include file="catalog/_partials/miniatures/product.tpl" product=$product} {/foreach} </div> <a class="all-product-link pull-xs-left pull-md-right h4" href="{$allNewProductsLink}"> {l s='All new products' d='Modules.Newproducts.Shop'}<i class="material-icons"></i> </a> </section> /themes/classic/modules/ps_specials/views/templates/hook <section class="featured-products clearfix"> <h1 class="h1 products-section-title text-uppercase "> {l s='On sale' d='Modules.Specials.Shop'} </h1> <div class="products"> {foreach from=$products item="product"} {include file="catalog/_partials/miniatures/product.tpl" product=$product} {/foreach} </div> <a class="all-product-link pull-xs-left pull-md-right h4" href="{$allSpecialProductsLink}"> {l s='All sale products' d='Modules.Specials.Shop'}<i class="material-icons"></i> </a> </section> Edited December 14, 2016 by PromoApranga (see edit history) Link to comment Share on other sites More sharing options...
Vilius PromoApranga Posted December 16, 2016 Share Posted December 16, 2016 anyone know how to fix yoursiteDOTcom/manufacturers http://fo.demo.prestashop.com/en/manufacturers Link to comment Share on other sites More sharing options...
Andrej Stas Posted December 18, 2016 Share Posted December 18, 2016 (edited) Hi guys, I have already solved these problems in the themes created by Presta Theme Maker editor. I tried to make it as simple as possible for you: 1. Download the zip file 2. Follow the structure of the ZIP file and insert the files directly into your theme. (not into /modules/ folder) 3. Add this CSS code at the end of theme.css #supplier .brand{ margin-bottom: 40px; } #supplier .brand img{ max-width: 100%; margin-bottom: 20px; } This CSS code + TPL files in the ZIP file will fix: - suppliers list - new products (ps_newproducts) - products on sale (ps_specials) - other products in the category, displayed below your the detail of your products (ps_categoryproducts) - viewed products (ps_viewedproduct) Best sales should be already displayed correctly. Please let me know how it worked fixed displaying of products.zip Edited December 18, 2016 by Andrej Stas (see edit history) 3 Link to comment Share on other sites More sharing options...
wjq588jk Posted December 22, 2016 Share Posted December 22, 2016 Hi guys, I have already solved these problems in the themes created by Presta Theme Maker editor. I tried to make it as simple as possible for you: 1. Download the zip file 2. Follow the structure of the ZIP file and insert the files directly into your theme. (not into /modules/ folder) 3. Add this CSS code at the end of theme.css #supplier .brand{ margin-bottom: 40px; } #supplier .brand img{ max-width: 100%; margin-bottom: 20px; } This CSS code + TPL files in the ZIP file will fix: - suppliers list - new products (ps_newproducts) - products on sale (ps_specials) - other products in the category, displayed below your the detail of your products (ps_categoryproducts) - viewed products (ps_viewedproduct) Best sales should be already displayed correctly. Please let me know how it worked Thanks for your solution,it is works for the NEW PRODUCTS and OTHER PRODUCTS IN THE SAME CATEGORY , but the BEST SELLERS still vertical.I have use the ps1.7.0.3 to do the test . Link to comment Share on other sites More sharing options...
wjq588jk Posted December 22, 2016 Share Posted December 22, 2016 Thanks to #16 Andrej Stas again,I have solve the BEST SELLERS vertical by your solution. Link to comment Share on other sites More sharing options...
tuhingr Posted January 8, 2017 Share Posted January 8, 2017 Not working on 1.7.0.3 1 Link to comment Share on other sites More sharing options...
bynovita Posted January 9, 2017 Share Posted January 9, 2017 Not working on 1.7.0.3 Link to comment Share on other sites More sharing options...
Vilius PromoApranga Posted January 11, 2017 Share Posted January 11, 2017 Not working with 1.7.0.4.... Was good with 1.7.0.3 Link to comment Share on other sites More sharing options...
Andrej Stas Posted January 11, 2017 Share Posted January 11, 2017 I have already started updating the Presta Theme Maker to PS 1.7.0.4 When it's ready I will share how to fix these blocks again. (Probably tomorrow - Thursday) 1 Link to comment Share on other sites More sharing options...
Andrej Stas Posted January 12, 2017 Share Posted January 12, 2017 I realized that these modules were included in Prestashop 1.7.0.3, but are totally missing in 1.7.0.4 - ps_advertising - ps_bestsellers - ps_brandlist - ps_newproducts - ps_specials - ps_supplierlist - ps_viewedproduct I will contact Prestashop to ask them about the reason. Presta Theme Maker will update tomorrow and all themes will automatically all these missing modules. Link to comment Share on other sites More sharing options...
Vilius PromoApranga Posted January 12, 2017 Share Posted January 12, 2017 In my opinion clean install should be without preinstalled modules.. but its only my opinion Every single time i update my presta, i have to delete a lot of modules... once again it is only my opinion Link to comment Share on other sites More sharing options...
Andrej Stas Posted January 13, 2017 Share Posted January 13, 2017 In my opinion clean install should be without preinstalled modules.. but its only my opinion Every single time i update my presta, i have to delete a lot of modules... once again it is only my opinion I understand you, and you have a point. On the other hand, I think all those modules are pretty basic and quite useful. Tomorrow Presta Theme Maker will be updated for PS 1.7.0.4, and I will post here also the new files and "missing" modules. Sorry for the delay, it took me more time than I expected. 1 Link to comment Share on other sites More sharing options...
Vilius PromoApranga Posted January 13, 2017 Share Posted January 13, 2017 If its basic than it should be built in feature with ability to turn it of or on, not module :) once again its only my opinion,. 1 Link to comment Share on other sites More sharing options...
Andrej Stas Posted January 15, 2017 Share Posted January 15, 2017 (edited) Hi guys, here are the files. Please follow the structure of the ZIP, you will copy these folders: ps_bestsellers ps_brandlist ps_categoryproducts ps_newproducts ps_specials ps_supplierlist ps_viewedproduct into /your_theme/modules/ If there was a problem, please write me a message with a link to your eshop, so that I could check what went wrong. Actually, I didn't change the TPL files much from the last version, they are almost the same as before, but they work for me in PS 1.7.0.4. Let me know! your theme.zip Edited January 15, 2017 by Andrej Stas (see edit history) 1 Link to comment Share on other sites More sharing options...
shopbebe Posted January 28, 2017 Share Posted January 28, 2017 Still vertical... http://funbebe.ro/magazin/ Link to comment Share on other sites More sharing options...
Andrej Stas Posted January 29, 2017 Share Posted January 29, 2017 I'm sure my solution works because it runs on my test eshop. Did you download the second ZIP I posted above? Did you clear the cache? 1 Link to comment Share on other sites More sharing options...
FF Nawaz Posted March 11, 2017 Share Posted March 11, 2017 @ Andrej Stas its working for me in prestashop 1.7.0.4 Link to comment Share on other sites More sharing options...
Frevab Posted October 6, 2020 Share Posted October 6, 2020 (edited) I recently have this problem in ps_featuredproducts. Before they were show horizontal and now vertical which looks very bad as they are underneath each other and take up a lot of length of the homepage. I use PS v 1.7.2.4. How can I fix this and it looks like it happended after a module update as before it was ok. Edited October 6, 2020 by Frevab (see edit history) 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