Ejemplo n.º 1
0
 function __construct()
 {
     $this->name = 'googleshopping';
     $this->tab = 'export';
     $this->version = '1.3';
     $this->author = 'https://github.com/jmartin82/ps_googleshopping';
     parent::__construct();
     $this->page = basename(__FILE__, '.php');
     $this->displayName = $this->l('Google Shopping');
     $this->description = $this->l('Export Google Shoping products');
     $this->need_instance = 0;
     $this->ps_versions_compliancy = array('min' => '1.5', 'max' => '1.7');
     $this->uri = ToolsCore::getCurrentUrlProtocolPrefix() . $this->context->shop->domain_ssl . $this->context->shop->physical_uri;
 }
Ejemplo n.º 2
0
 function __construct()
 {
     $this->name = 'gshoppingflux';
     $this->tab = 'smart_shopping';
     $this->version = '1.5.6';
     $this->author = 'Dim00z';
     $this->bootstrap = true;
     parent::__construct();
     $this->page = basename(__FILE__, '.php');
     $this->displayName = $this->l('Google Shopping Flux');
     $this->description = $this->l('Export your products to Google Merchant Center, easily.');
     $this->need_instance = 0;
     $this->ps_versions_compliancy = array('min' => '1.5', 'max' => '1.7');
     $this->uri = ToolsCore::getCurrentUrlProtocolPrefix() . $this->context->shop->domain_ssl . $this->context->shop->physical_uri;
     $this->categories_values = array();
 }