*/ class Rex_Feed_Template_Google_merchant_promotion extends Rex_Feed_Abstract_Template { protected function init_atts(){ $this->attributes = array( 'Basic promotions data' => array( 'promotion_id' => 'Promotion id', 'product_applicability' => 'Product applicability', 'offer_type' => 'Offer type', 'long_title' => 'Long title', 'promotion_effective_dates' => 'Promotion effective dates', 'redemption_channel' => 'Redemption channel', 'promotion_destination' => 'Promotion destination', ), 'Promotion categories' => array( 'percent_off' => 'Percent off', 'money_off_amount' => 'Money off amount', 'get_this_quantity_discounted' => 'Get this quantity discounted', 'free_shipping' => 'Free shipping', 'free_gift_value' => 'Free gift value', 'free_gift_description' => 'Free gift description', 'free_gift_item_id' => 'Free gift item id', ), 'Product filters' => array( 'item_id' => 'Item id', 'product_type' => 'Product type', 'brand' => 'Brand', 'item_group_id' => 'Item group id', 'item_id_exclusion' => 'Item id exclusion', 'product_type_exclusion' => 'Product type exclusion', 'brand_exclusion' => 'Brand exclusion', 'item_group_id_exclusion' => 'Item group id exclusion', ), 'Preconditions' => array( 'minimum_purchase_amount' => 'Minimum purchase amount', ), 'Limits' => array( 'limit_quantity' => 'Limit quantity', 'limit_value' => 'Limit value', ), 'Additional attributes' => array( 'promotion_display_dates' => 'Promotion display dates', 'title' => 'Title', 'link' => 'Link', 'id' => 'Id', 'condition' => 'Condition', 'price' => 'Price', 'availability' => 'Availability', 'shipping' => 'Shipping', 'shipping_weight' => 'Shipping weight', 'gtin' => 'Gtin', 'brand' => 'Brand', 'mpn' => 'MPN', 'google_product' => 'Google product', 'product_type' => 'Product type', 'additional_image' => 'Additional image', 'color' => 'Color', 'size' => 'Size', 'gender' => 'Gender', 'age_group' => 'Age group', 'item_group_id' => 'Item group id', 'sale_price' => 'Sale price', 'sale_price_effective_date' => 'Sale price effective date', 'description' => 'Description', 'generic_redemption_code' => 'Generic redemption code', 'image_link' => 'Image link', 'fine_print' => 'Fine print', 'promotion_price' => 'Promotion price', ), ); } protected function init_default_template_mappings(){ $this->template_mappings = array( array( 'attr' => 'promotion_id', 'type' => 'static', 'meta_key' => '', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'product_applicability', 'type' => 'static', 'meta_key' => '', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'offer_type', 'type' => 'static', 'meta_key' => '', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'long_title', 'type' => 'static', 'meta_key' => '', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'promotion_effective_dates', 'type' => 'static', 'meta_key' => '', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'redemption_channel', 'type' => 'static', 'meta_key' => '', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'promotion_destination', 'type' => 'static', 'meta_key' => '', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), ); } }