Jump to content

Search the Community

Showing results for tags 'ribbon'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Community Help and Support
    • PrestaShop Download
    • PrestaShop Marketplace
  • News and Announcements
    • PrestaShop news and releases
    • PrestaShop Beta
    • PrestaShop Blogs
    • PrestaShop Meetups
  • International community (English)
    • General topics
    • PrestaShop Merchants
    • PrestaShop Developers
    • Taxes, Translations & Laws
    • Community Modules and Themes
  • Forum francophone
    • Discussion générale
    • Aide et support communautaire
    • PrestaShop pour les marchands
    • PrestaShop pour les développeurs
    • Adaptation aux lois Québécoises
    • Modules et thèmes gratuits
    • Modules et thèmes payants
  • Foro en Español
    • Discusión general
    • Soporte de la comunidad y ayuda
    • Comerciantes PrestaShop
    • Desarrolladores PrestaShop
    • Módulos y plantillas gratuitas
  • Forum italiano
    • Forum generale
    • Aiuto e supporto della Community
    • Commercianti PrestaShop
    • Sviluppatori PrestaShop
    • Aspetti legali sull'eCommerce
    • Moduli e template gratuiti
  • Deutsches Forum
    • Generelle Fragen
    • Support und Hilfe aus der Community
    • e-Commerce/Versand-Handel mit Prestashop
    • Prestashop-Entwickler
    • Anpassung an deutsches Recht
    • Kostenlose Module und Templates
    • Generelle Fragen Copy
  • Nederlandstalig forum
    • Algemeen
    • Hulp en ondersteuning, van en voor de community
    • PrestaShop-winkeliers
    • PrestaShop-ontwikkelaars
    • Het aanpassen van PrestaShop
    • Gratis modules en templates
  • Fórum em Português
    • Fórum Geral
    • Ajuda e Suporte da Comunidade
    • Lojistas que utilizam o PrestaShop
    • Desenvolvedores PrestaShop
    • Legislação específica
    • Módulos e temas gratuitos
  • Polskie forum
    • Forum ogólne
    • Wsparcie i pomoc użytkowników
    • Oferty twórców PrestaShop
    • Deweloperzy PrestaShop
    • Darmowe Moduły i Szablony
  • Dansk forum
    • Generelt forum
    • Hjælp og support fra fællesskabet
    • PrestaShop for købmænd
    • PrestaShop for udviklere
    • Love og regler
    • Gratis moduler og temaer
  • České fórum
    • Instalasi, Konfigurasi dan upgrade
    • Obecná diskuze
    • Bezplatné moduly a šablony
    • PrestaShop vývojáři
    • PrestaShop obchodníci
  • Bahasa Indonesia
    • Diskusi Umum
    • Podpora a pomoc komunity
    • Laporan Bug
    • Jasa, Promosi & Lowongan Kerja
  • Svenskt forum
    • Allmän diskussion
    • Installation, konfigurering och uppdatering
  • Forumul românesc
    • Discuţii generale
    • Instalare, configurare şi upgrade
  • Pусский язык
    • Обсуждение скрипта
    • Установка, Настройка, Обновление
    • Прием багов
  • Slovenské fórum
    • Všeobecná diskusia
    • Podpora a pomoc komunity
    • PrestaShop obchodníci
    • PrestaShop vývojári
    • Bezplatné moduly a šablóny
  • Türkçe Topluluğu
    • Genel Konular
    • Topluluk desteği ve yardım
    • PrestaShop Tüccarları
    • Prestashop Geliştiricileri
    • Ücretsiz Modül ve Temalar
  • Diễn đàn tiếng Việt
    • Thảo luận chung
    • Hỗ trợ từ cộng đồng
    • Dành cho chủ doanh nghiệp / cửa hàng
    • Dành cho lập trình viên
  • PrestaShop Communities
    • اللغه العربيه [Arabic]
    • Ελληνικά [Greek]
    • עִבְרִית [Hebrew]
    • 中文
    • Magyar [Hungarian]
    • 日本語 [Japanese]
    • Lietuviškai [Lithuanian]
    • انجمن فارسی [Persian]
    • ไทย [Thai]
    • Malaysia [Malaysian]
    • Eesti [Estonian]
    • Slovenščina [Slovenian]
    • Српски [Serbian]
  • IP. Board Forum
    • IP. Board Forum Questions and Issues
  • Archive
    • Zapłać Moduły i Szablony [ARCHIVE]
    • Moduly, upravy a dizajn [ARCHIVE]
    • Phát triển và các mô-đun [ARCHIVE]
    • Yazılım, Modül ve Tema [ARCHIVE]
    • Модули, Шаблоны [ARCHIVE]
    • Module şi teme [ARCHIVE]
    • Pengembangan dan Modul [ARCHIVE]
    • Moduler och teman [ARCHIVE]
    • Ecommerce x PrestaShop [ARCHIVE BOARD]
    • Vývoj a moduly [ARCHIVE]
    • Kostenpflichtige Module, Templates [ARCHIVE]
    • Módulos y temas pagos [ARCHIVE]
    • Módulos e temas pagos [ARCHIVE]
    • Servizi commerciali [ARCHIVE]
    • Forum - Feedback Contributor
    • PrestaShop Cloud

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Found 6 results

  1. 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
  2. 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.
  3. 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!
  4. 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!
  5. 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.
  6. 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!
×
×
  • Create New...