View Single Post
  #1  
Old 10-17-2009, 07:35 AM
 
candc candc is offline
 

eXpert
  
Join Date: Jul 2009
Location: UK
Posts: 292
 

Default Ultimate Mini Cart + Products With Options

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
__________________
Ver 4.4.4 Gold
Ability
BCSE Pre Order
BCSE Global Product Options
BCSE Stock Notify
CDSEO Pro
MM OPC - Gave up with it
Altered Cart OPC
XMobile
Powered by EWD

Ver 4.4.4 Gold
Ability
BCSE Pre Order
BCSE Global Product Options
BCSE Stock Notify
CDSEO Pro
Altered Cart OPC
XMobile
Powered by EWD
Reply With Quote