leonardodestefanis Posted March 14, 2016 Share Posted March 14, 2016 Hi, I want to display 'Online Only' in my products list when I select the option "online only" into the product editor. What can I edit to do that? Link to comment Share on other sites More sharing options...
leonardodestefanis Posted March 15, 2016 Author Share Posted March 15, 2016 I solved it by myself. Maybe someone could have the same necessity, so I share with you my solution: In Product-List.tpl I put this code where I want to show the text "Online Only": {if isset($product.online_only) && $product.online_only == true} <p class="online_only">{l s='Online only'}</p>{/if} Link to comment Share on other sites More sharing options...
puntoban Posted October 17, 2016 Share Posted October 17, 2016 Hi, referring to this subject, I modified the product-list.tpl file in many ways, even like your sugestion in this topic but the only place where the result it's OK is in the site search results, but not in the product list with the other products from the same category (like in the 2 images that i attached). For me it will be OK even if I can alterate the "available" green text or to have the extra "online only" red text, but in the long list with the all products from one category. Thank you. Link to comment Share on other sites More sharing options...
Prestashop Addict Posted February 23, 2021 Share Posted February 23, 2021 Hi, in case someone looking for a module to display all only online products, we developed it. 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