diff --git a/themes/default/mobile/product-desc-features.tpl b/themes/default/mobile/product-desc-features.tpl index 8b2cce86e..f81f3fd88 100644 --- a/themes/default/mobile/product-desc-features.tpl +++ b/themes/default/mobile/product-desc-features.tpl @@ -70,7 +70,7 @@ {assign var="btn_href" value=$link->getPageLink('cart', true, NULL, "qty=1&id_product={$accessory.id_product|intval}&token={$static_token}&add")} {else} {assign var="btn_class" value="disabled"} - {capture assign="btn_more"}{if (isset($accessory.quantity_all_versions) && $accessory.quantity_all_versions > 0)}{l s='Product available with different options'}{else}{l s='Out of stock'}{/if}{/capture} + {capture assign="btn_more"}{if (isset($accessory.quantity_all_versions) && $accessory.quantity_all_versions > 0)}{l s='Product available with different options'}{else}{if !$PS_CATALOG_MODE}{l s='Out of stock'}{/if}{/if}{/capture} {/if} {l s='Add to cart'} {$btn_more}