View Single Post
  #9  
Old 04-14-2014, 06:33 AM
 
Mark N Mark N is offline
 

Senior Member
  
Join Date: Sep 2011
Posts: 121
 

Default Re: Related Products - List View?

Ok, onto something here. Looks like people have extended other modules, for example the Social module (and others) extend SimpleCMS, the bit of code you need is:


PHP Code:
namespace XLite\Module\CDev\GoSocial\View;

/**
 * Main page page
 *
 * @LC_Dependencies ("CDev\SimpleCMS")
 */
abstract class Page extends \XLite\Module\CDev\SimpleCMS\View\CustomerPage implements \XLite\Base\IDecorator


The Key is the @LC_Dependencies bit.

So in our case we will be dependent on XC\Upselling.

Trying this out...
__________________
X-Cart Gold Plus 4.6.5
Mods - WebsiteCM Dynamic Product Tabs, Smack Digital CDSEO Pro, AlteredCart Smart Search, AlteredCart One Page Checkout, Cart Works Power Filter, Firetank Software Feed Manager
Reply With Quote