Re: Show qualified special offers (outside of the cart)
I've found that in modules/Special_Offers/init.php the cart variable seems to be 'registered':
x_session_register('offer_products_priority');
x_session_register('cart');
and so I included tried loading the init.php on home.php and then called cart_offers.tpl to load on content.tpl (even tried removing the if statement) but still no luck. I'm afraid this one seems above my head.
Has anyone out there been able to achieve this?
|