Search the Community
Showing results for tags 'product Status'.
-
Where to add / change "Product status"
Kim Maarup posted a topic in Configuring and using PrestaShop
Hi I want to both translate and to add words at the "Product status". (New, Used, Refurbished) I need to add "Demo-model" (Demonstration-model) to the dropdownlist ... and translate to Danish also. Can anyone tell me where I do this? www.ani-event.dk- 1 reply
-
- product status change add
- product status
-
(and 1 more)
Tagged with:
-
Hi, I am using Prestashop 1.4.7.0. On adminxxx/index.php?tab=AdminSuppliers&id_supplier=4&viewsupplier, I can see the product list related to supplier id=4 On this admin supplier page page, in front of each product name, I would like to display the product status (active or not active) I guess that I have to amend the adminsuppliers.php file, but I do not what to in this file. Thank you in advance for any help Patrick
-
Hello, I have a little problem with product availability status. When product is available to buy (stock 1 and more) I would like to display AVAILABLE NOW next to availability text with green background. When product is available only to order and stock=0 I would like to display text with orange background. And finally when product is no longer in stock I would like to display text with red background. At the moment I have green colour on every status. Either if product is available or not. I found this code using firebug on page with product not in stock: <span id="availability_value" class="warning_inline">This product is no longer in stock</span> Class warning inline was not available in theme CSS so I added it but it's crossed when I use firebug: product.css:180 #availability_statut span#availability_value { display: inline-block; padding: 1px 5px; font-weight: bold; font-size: 10px; color: white; text-transform: uppercase; background: #2aae1f; } This part is crossed with line product.css:189 .warning_inline { background: #2aae1f; } Can anyone help me with this issue please. Thank you Edit: attached pic for more reference
- 1 reply
-
- 1
-
-
- new presta shop theme
- availability
- (and 2 more)