Kuroi:
Sorry to be a pest and so persistent. this is not an isntall issue. This is a code issue. I checked one of the other sites where I installed this mod, I get the very same thing. or maybe i missed something. please check http://commonwealthyarns.com/ for similar issue.
in includes/template/custom/template/tpl_shopping_cart_defult.php you have this code
Code:
<?php if ((STOCK_SHOW_LOW_IN_CART == 'true') && $product['flagStockCheck']) {
echo '<span class="alert bold">';
echo PWA_STOCK_AVAILABLE;
echo ((isset($product['stockAvailable'])) ? $product['stockAvailable']: 0);
echo '</span>';
}
?>
<br class="clearBoth" />
Could this be the cause of it? in Admin > Configuration > Stock, I have Show available stock level in cart when less than order = false
I would be forever grateful.
Bookmarks