Hi Edwin,
I'm using the option to share Virtuemart with my slave sites and so far it is working correctly, however, the template I am using is using a product scroller that accesses the products file of the Slave site instead of the Master where the products are loaded. How can I edit the scroller file to use the master database instead? The php for the scroller is below:
<?php
/**
* @package RokLatestNews
* @copyright Copyright (C) 2007 RocketWerx. All rights reserved.
* @license
www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
// Include the syndicate functions only once
require_once (dirname(__FILE__).DS.'helper.php');
$list = modRokVirtuemartScrollerHelper::getProducts($params);
$counter = 0;
require(JModuleHelper::getLayoutPath('mod_rokvirtuemart_scroller'));