Elmar1988 Posted November 12, 2020 Share Posted November 12, 2020 Hoi! Prestashop version: 1.7.6.5 De standaad voorraadstatus geeft een groen vinkje. Besteld een klant bijvoorbeeld 3 stuks terwijl er 2 zijn, dan geeft het systeem een melding, maar dan blijft het groene vinkje wel staan. Ik zou hier graag een ander icoon willen hebben, of een andere kleur willen tonen. Heeft iemand hier een oplossing voor? Dank! Dit staat in de add-to-cart template file: {block name='product_availability'} <span id="product-availability"> {if $product.show_availability && $product.availability_message} {if $product.availability == 'available'} <i class="material-icons rtl-no-flip product-available"></i> {elseif $product.availability == 'last_remaining_items'} <i class="material-icons product-last-items"></i> {else} <i class="material-icons product-unavailable"></i> {/if} {$product.availability_message} {/if} </span> {/block} 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