Hi,
Has anyone managed to get this mod to work properly with products with options?
This is the suggested fix, which I have tried, but failed to work.
http://forum.x-cart.com/showthread.php?t=42048&page=2
Quote:
It works fine with product options and variants. In your case, you'd need to add some custom code to products.tpl or products_t.tpl to detect if a product has variants, something along these lines...
skin1/customer/main/products.tpl
OR
skin1/customer/main/products_t.tpl
{if $products[product].variantid}{include file="buttons/details.tpl" style="button" href="product.php?productid=`$products[product].productid`"}{else}{include file="customer/main/buy_now.tpl" product=$products[product]}{/if}
|
Be gratefull for any pointers
Thanks