Search the Community
Showing results for tags 'ribbon'.
-
Hello I am using prestashop 1.7.x In backoffice on product page and under Options it is possible to remove a tick in a box when the product is not available. Is it possible to get a ribbon on the image saying "Not available" when the box is unticked ? Or do I need a module for this ? I know there is a module for adding ribbons but then I need first to untick the box and then add the ribbon,. Means two steps. Anyone done this ? Petter
-
There is a SOLVED thread guiding how to add a SOLD OUT image when an item is no longer available. it works smoothly. What about implementing this to the mobile default template? I've tried to add the same line {if $product.quantity<=0}<img src="https://www.yoursite...d-Out-small.png" style="position:absolute; top:0px; right:0px; z-index:2; border:none;"/>{/if} to mobile/product.tpl but it shows the ribbon on the top of the page once I click on the item instead of showing it in the homepage. Then I've tried with category-product-list.tpl {if isset($products)} <ul data-role="listview" id="category-list" class="ui-listview ui-grid-a"> {foreach from=$products item=product name=products} <li class="ui-block-{if $smarty.foreach.products.index % 2}b{else}a{/if} product-list-row"> <a href="{$product.link|escape:'htmlall':'UTF-8'}" data-ajax="false"> <div class="product_img_wrapper"><img class="ui-li-thumb" src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'large_default')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}" /></div> <h3 class="ui-li-heading">{$product.name|escape:'htmlall':'UTF-8'}</h3> {if (!$PS_CATALOG_MODE AND ((isset($product.show_price) && $product.show_price) || (isset($product.available_for_order) && $product.available_for_order)))} <p class="ui-li-price"> {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)} {if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if} {/if} </p> {assign var='info3_str' value=' '} {assign var='info3_class' value='on_sale'} {if isset($product.on_sale) && $product.on_sale && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE} {capture assign='info3_str'}{l s='On sale!'}{/capture} {elseif isset($product.reduction) && $product.reduction && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE} {capture assign='info3_str'}{l s='Reduced price!'}{/capture} {assign var='info3_class' value='discount'} {/if} <p class="ui-li-price-info {$info3_class}"><span>{$info3_str}</span></p> <p class="availability"> {if isset($product.available_for_order) && $product.available_for_order && !isset($restricted_country_mode)} {if ($product.allow_oosp || $product.quantity > 0)}{l s='Available'}{elseif (isset($product.quantity_all_versions) && $product.quantity_all_versions > 0)}{l s='Product available with different options'}{else}{l s='Out of stock'}{/if} {else} {/if} </p> {if isset($product.online_only) && $product.online_only} <p class="online_only">{l s='Online only!'}</p> {/if} {/if} {if isset($product.new) && $product.new == 1}<p class="new">{l s='New'}</p>{/if} {if $product.quantity==0}<img src="http://www.e-piazza....mall-ribbon.png" style="position:absolute; top:0px; right:0px;" />{/if} </a> </li> {/foreach} </ul><!-- #category-list --> {/if} It shows on the main list page but it's not aligned with the item image and it even makes the product image and info move to the right.
- 7 replies
-
- sold out
- product image
-
(and 7 more)
Tagged with:
-
Goede middag allen, Ik ben al even een tijdje aan het stoeien, echter krijg ik het niet voor elkaar om een "Sold" Ribbon op mijn afbeeldingen te krijgen. Het volgende heb ik al geprobeerd zonder effect, ook na legen cache: templates/catalog/_partials/product.tpl {block name='product_flags'} <ul class="product-flags"> {if !$product.available_for_order} <li class="product-flag"> {l s="Sold" d="Shop.Theme.Catalog"} </li> {/if} {foreach from=$product.flags item=flag} <li class="product-flag {$flag.type}">{$flag.label}</li> {/foreach} </ul> {/block} Ook dit is aangepast in templates/catalog/_partials/miniatures/product.tpl en templates/catalog/product.tpl Dit geeft echter geen effect, heeft iemand enig idee hoe ik dit voor elkaar krijg? Alvast hartelijk dank voor het meedenken!
- 2 replies
-
- ribbon
- verkocht flag
-
(and 1 more)
Tagged with:
-
Ondertussen begin ik aardig handigheid te krijgen in het aanpassen van Prestashop met name 1.6. Kan iemand mij vertellen hoe ik de kleuren van de linten (zie plaatje) aan kan passen? Tevens de vraag hoe ik de Quick view (als je boven het artikel hangt krijg je een aantal opties QUICK VIEW / AAN WINKELWAGEN TOEVOEGEN / MEER. Ik wil dit weg hebben of aan kunnen passen, ook hiervan tevens de kleuren aanpassen. Alvast bedankt maar weer!
- 3 replies
-
- new product
- sale!
-
(and 2 more)
Tagged with:
-
Bonjour, je vends du vins en ligne sur mon site : www.occasionvin.fr J'aimerai pouvoir guider mes clients avec un système d'indicateur de risque de dégustation du vin assez simple à l'aide de ronds "verts, oranges ou rouges" (Design similaire à un feu rouge de circulation) directement rajoutés sur la photo comme les rubans nouveaux produits ou sold out. En exemple : un vin qui se conserve normalement 5/10 ans mais qui a 15 ans d'âge à un risque d'être "passé" ou oxydé, bref il ne sera pas peu être pas excellent. Il peut aussi l'être, mais dans tout les cas je souhaite en informer le client, qu'il ne soit pas lésé par son achat en rajoutant un rond orange sur la photo du produit. (Sous forme de div ou en "dure" dans la photo) D'un point de vue technique je souhaite créer une caractéristique "Degustation" qui aura trois valeur : "Risque Faible" (rond vert), "Risque Moyen" (rond orange), "Risque Important" (rond rouge) Je souhaite que cette information soit présente sur toutes les photos du produit : Home, Product List, et fiche produit. (Tampis pour la Home si c'est trop complexe) Voilà les différentes Id (dans le back office) et Valeurs de ces caractéristiques(voir pj) : 4390 Risque Faible 4391 Risque Moyen 4392 Risque Important La Caractéristique en elle même : Dégustation avec l'Id 10 Je ne m'y connais pas bien en php/smarty et j'ai donc échoué en voulant faire un code ressemblant à : Si $Valeur.Caractéristique.id = 4390 alors tu affiches la <div id="rondsvert"></div> Sinon si $Valeur.Caractéristique.id = 4391 alors tu affiches la <div id="rondsoranges"></div> Sinon si $Valeur.Caractéristique.id = 4392 alors tu affiches la <div id="rondsrouges"></div> autre tu n'affiches rien. Je pense qu'il faut rajouter cette ligne dans product.tpl , product-list.tpl et si possible dans home-featured. Ce serait vraiment top si quelqu'un pouvait me filer un coup de pouce sur la rédaction du code Smarty car cela fait plusieurs jours que j'essaye de trouver sur les forums sans résultats. Merci d'avance à ceux qui pourront m'aider.
-
Hello, I'm trying for the past hours to add a ribbon on the product image. The problem is that in my first try I tried to add a ribbon on all products and the next step was to "select the "on sales products". I'm kinda stuck in the first one. I figured out to add a ribbon but it was backwards of the image. Any ideas? Thank you in advance!