From 9b0b56afd224a4e4232bd04d770093ee36f30605 Mon Sep 17 00:00:00 2001 From: PhpMadman Date: Fri, 31 May 2013 00:02:03 +0300 Subject: [PATCH] [-] FO : In stock is now removed when Stock managment is disabled Fixes the bug where Stock managment is disabled, it stil show "In Stock" in the sort by list. Added $PS_STOCK_MANAGEMENT to line 64. --- themes/default/mobile/category-product-sort.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/mobile/category-product-sort.tpl b/themes/default/mobile/category-product-sort.tpl index 276dd78cc..7768476e5 100644 --- a/themes/default/mobile/category-product-sort.tpl +++ b/themes/default/mobile/category-product-sort.tpl @@ -61,7 +61,7 @@ {/if} - {if !$PS_CATALOG_MODE} + {if $PS_STOCK_MANAGEMENT && !$PS_CATALOG_MODE} {/if}