Jump to content

Voorraad-icoon onduidelijk wanneer er teveel besteld wordt


Recommended Posts

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">&#xE5CA;</i>
          {elseif $product.availability == 'last_remaining_items'}
            <i class="material-icons product-last-items">&#xE002;</i>
          {else}
            <i class="material-icons product-unavailable">&#xE14B;</i>
          {/if}
          {$product.availability_message}
        {/if}
      </span>
    {/block}

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...