public function __construct() { // Setup the required variables for the AmazonFps checkout module parent::__construct(); $this->_name = GetLang('NewsletterBox'); $this->_description = GetLang('NewsletterBoxDescription'); $this->_testPage = 'all'; $this->_testType = 'Multivariate'; $this->_help = GetLang('NewsletterBoxHelp'); }
public function __construct() { // Setup the required variables for the AmazonFps checkout module parent::__construct(); $this->_name = GetLang('AddToCartButton'); $this->_description = GetLang('AddToCartButtonDescription'); $this->_testPage = 'products'; $this->_testType = 'Multivariate'; $this->_help = GetLang('AddToCartButtonHelp'); }
public function __construct() { // Setup the required variables for the AmazonFps checkout module parent::__construct(); $this->_name = GetLang('HomePromo'); $this->_description = GetLang('HomePromoDescription'); $this->_testPage = 'index'; $this->_testType = 'Multivariate'; $this->_help = GetLang('HomePromoHelp'); }
public function __construct() { // Setup the required variables for the AmazonFps checkout module parent::__construct(); $this->_name = GetLang('SinglePageVsMultiPageCheckout'); $this->_description = GetLang('SinglePageVsMultiPageCheckoutDescription'); $this->_help = GetLang('SinglePageVsMultiPageCheckoutHelp'); $this->_APage = 'checkout.php'; $this->_BPage = 'checkout.php?action=multiple'; $this->_testType = 'AB'; $this->_testPage = 'checkout'; $this->_help = GetLang('SinglePageVsMultiPageCheckoutHelp'); }