Powinna pomóc edycja edycja pliku:
..themes/prestashop/product-list.tpl.
Z kodu:
{if isset($product.available_for_order) && $product.available_for_order &&
!isset($restricted_country_mode)}<span class="availability">{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}</span>{/if}
wyrzucasz $product.allow_oosp ||
i zostaje:
{if isset($product.available_for_order) && $product.available_for_order &&
!isset($restricted_country_mode)}<span class="availability">{if ( $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}</span>{/if}
Całkowite usunięcie informacji o dostępności produktu:
Usuwasz z product.tpl ten kod:
<p class="warning_inline" id="last_quantities"{if ($product->quantity >
$last_qties OR $product->quantity <= 0) OR $allow_oosp OR !$product->available_for_order OR $PS_CATALOG_MODE}
{/if} >{l s='Warning: Last items in stock!'}</p>
Mi pomogło w PS 1.5.4.1