View Single Post
  #4  
Old 07-16-2020, 07:56 AM
  The Knotty Celt's Avatar 
The Knotty Celt The Knotty Celt is offline
 

Advanced Member
  
Join Date: Jan 2020
Posts: 32
 

Default Re: Replacing templates from common skins

SOLUTION

I was able to resolve my issue quite simply by amending the getSkins() function of my module's Main.php file as follows:


Code:
public static function getskins() { return array( \XLite::CUSTOMER_INTERFACE => array( 'customer/modules/LBS/OrderReference', ), 'common' => array( 'common/modules/LBS/OrderReference', ), ); }
__________________
X-Cart version 5.4.1.46
PHP version 7.4.33
MySQL version 15.1
Apache version 2.4.56
cURL version 7.74.0
Reply With Quote