Jump to content

[Solucionado] No se ve texto "agotado" o "sin stock"


Recommended Posts

Ya lo solucioné...

Agregue este código a /themes/MiTema/templates/catalog/_partials/miniatures/product.tpl

<div class="product-detail-wrap">

            {block name='product_availability'}

              <span id="product-availability">

              {if $product.show_availability && $product.availability_message}

                <span class="{if $product.availability == 'available'}product-available{elseif $product.availability == 'last_remaining_items'}product-last-items{else}product-unavailable{/if}">

                  {if $product.availability == 'available'}<i class="fa fa-check"></i>{/if}<span>{$product.availability_message}</span>

                </span>

              {/if}

            </span>

            {/block}

           
          </div>

 

Edited by nexxuseis (see edit history)
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...