*/ class Rex_Feed_Template_Lazada extends Rex_Feed_Abstract_Template { protected function init_atts(){ $this->attributes = array( 'Required Information' => array( 'Name' => 'Product Name', 'NameMs' => 'Product Name (Malaysian Language)', 'Description' => 'Description', 'Price' => 'Price', 'SalePrice' => 'Sale Price', 'MainImage' => 'Main Image', 'PrimaryCategory' => 'Primary Category', 'Brand' => 'Brand', 'SaleStartDate' => 'Sale Start Date', 'SaleEndDate' => 'Sale End Date', 'SellerSku' => 'Seller Sku', 'Quantity' => 'Quantity', 'ShortDescription' => 'Short Description', 'DescriptionMs' => 'Description (Malaysian Language)', 'PackageContent' => 'Package Content', 'MinDeliveryTime' => 'Min Delivery Time', 'MaxDeliveryTime' => 'Max Delivery Time', 'PackageHeight' => 'Package Height', 'PackageWidth' => 'Package Width', 'PackageLength' => 'Package Length', 'PackageWeight' => 'Package Weight', 'Warranty' => 'Warranty', 'TaxClass' => 'Tax Class', ), 'Additional Information' => array( 'Variation' => 'Variation', 'ParentSku' => 'ParentSku', ), ); } protected function init_default_template_mappings(){ $this->template_mappings = array( array( 'attr' => 'Name', 'type' => 'meta', 'meta_key' => 'title', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'NameMs', 'type' => 'meta', 'meta_key' => 'title', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'Description', 'type' => 'meta', 'meta_key' => 'description', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'Price', 'type' => 'meta', 'meta_key' => 'price', 'st_value' => '', 'prefix' => '', 'suffix' => ' '.get_option('woocommerce_currency'), 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'SalePrice', 'type' => 'meta', 'meta_key' => 'sale_price', 'st_value' => '', 'prefix' => '', 'suffix' => ' '.get_option('woocommerce_currency'), 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'MainImage', 'type' => 'meta', 'meta_key' => 'featured_image', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'PrimaryCategory', 'type' => 'meta', 'meta_key' => 'product_cats', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'Brand', 'type' => 'static', 'meta_key' => '', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'SaleStartDate', 'type' => 'meta', 'meta_key' => 'sale_price_dates_from', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'SaleEndDate', 'type' => 'meta', 'meta_key' => 'sale_price_dates_to', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'SellerSku', 'type' => 'meta', 'meta_key' => 'sku', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'Quantity', 'type' => 'meta', 'meta_key' => 'quantity', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'ShortDescription', 'type' => 'meta', 'meta_key' => 'short_description', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'DescriptionMs', 'type' => 'meta', 'meta_key' => 'description', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'PackageContent', 'type' => 'static', 'meta_key' => '', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'MinDeliveryTime', 'type' => 'static', 'meta_key' => '', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'MaxDeliveryTime', 'type' => 'static', 'meta_key' => '', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'PackageHeight', 'type' => 'meta', 'meta_key' => 'height', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'PackageWidth', 'type' => 'meta', 'meta_key' => 'width', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'PackageLength', 'type' => 'meta', 'meta_key' => 'length', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'PackageWeight', 'type' => 'meta', 'meta_key' => 'weight', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'Warranty', 'type' => 'static', 'meta_key' => '', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'TaxClass', 'type' => 'static', 'meta_key' => '', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), ); } }