Current Path : /var/www/alh/system/ |
Current File : /var/www/alh/system/bigshop_theme.ocmod.xml |
<?xml version="1.0" encoding="utf-8"?> <modification> <code>BigshopTheme</code> <name>Bigshop Theme</name> <version>1.0</version> <author>HarnishDesign</author> <link>http://www.harnishdesign.net</link> <file path="catalog/controller/extension/module/slideshow.php"> <operation info="variable for theme panel"> <search> <![CDATA[$data['banners'] = array();]]> </search> <add position="after"> <![CDATA[$data['bigshop_homepage_slideshow'] = $this->config->get('bigshop_homepage_slideshow');]]> </add> </operation> </file> <file path="catalog/controller/extension/module/featured.php"> <operation info="variable for theme panel"> <search> <![CDATA[$data['products'] = array();]]> </search> <add position="after"> <![CDATA[ $data['bigshop_featured_slider_product_style'] = $this->config->get('bigshop_featured_slider_product_style'); $data['bigshop_percentage_discount_badge'] = $this->config->get('bigshop_percentage_discount_badge'); $data['bigshop_featured_slider_product_per_row'] = $this->config->get('bigshop_featured_slider_product_per_row'); ]]> </add> </operation> </file> <file path="catalog/controller/extension/module/latest.php"> <operation info="variable for theme panel"> <search> <![CDATA[$data['products'] = array();]]> </search> <add position="after"> <![CDATA[ $data['bigshop_latest_slider_product_style'] = $this->config->get('bigshop_latest_slider_product_style'); $data['bigshop_percentage_discount_badge'] = $this->config->get('bigshop_percentage_discount_badge'); $data['bigshop_latest_slider_product_per_row'] = $this->config->get('bigshop_latest_slider_product_per_row'); ]]> </add> </operation> </file> <file path="catalog/controller/extension/module/special.php"> <operation info="variable for theme panel"> <search> <![CDATA[$data['products'] = array();]]> </search> <add position="after"> <![CDATA[ $data['bigshop_specials_slider_product_style'] = $this->config->get('bigshop_specials_slider_product_style'); $data['bigshop_percentage_discount_badge'] = $this->config->get('bigshop_percentage_discount_badge'); $data['bigshop_specials_slider_product_per_row'] = $this->config->get('bigshop_specials_slider_product_per_row'); ]]> </add> </operation> </file> <file path="catalog/controller/extension/module/bigshop_product_tab.php"> <operation info="variable for theme panel"> <search> <![CDATA[$data['products'] = array();]]> </search> <add position="after"> <![CDATA[ $data['bigshop_product_tab_slider_product_style'] = $this->config->get('bigshop_product_tab_slider_product_style'); $data['bigshop_percentage_discount_badge'] = $this->config->get('bigshop_percentage_discount_badge'); $data['bigshop_product_tab_slider_product_per_row'] = $this->config->get('bigshop_product_tab_slider_product_per_row'); ]]> </add> </operation> </file> <file path="catalog/controller/extension/module/bestseller.php"> <operation info="variable for theme panel"> <search> <![CDATA[$data['products'] = array();]]> </search> <add position="after"> <![CDATA[ $data['bigshop_bestsellers_slider_product_style'] = $this->config->get('bigshop_bestsellers_slider_product_style'); $data['bigshop_percentage_discount_badge'] = $this->config->get('bigshop_percentage_discount_badge'); $data['bigshop_bestsellers_slider_product_per_row'] = $this->config->get('bigshop_bestsellers_slider_product_per_row'); ]]> </add> </operation> </file> <file path="catalog/controller/product/category.php"> <operation info="variable for theme panel"> <search> <![CDATA[$this->load->model('tool/image');]]> </search> <add position="after"> <![CDATA[ $data['bigshop_refine_categories'] = $this->config->get('bigshop_refine_categories'); $data['bigshop_refine_categories_images'] = $this->config->get('bigshop_refine_categories_images'); $data['bigshop_percentage_discount_badge'] = $this->config->get('bigshop_percentage_discount_badge'); $data['bigshop_category_product_per_row'] = $this->config->get('bigshop_category_product_per_row'); ]]> </add> </operation> </file> <file path="catalog/controller/product/product.php"> <operation info="variable for theme panel"> <search> <![CDATA[$this->load->model('tool/image');]]> </search> <add position="after"> <![CDATA[ $data['config_language_id'] = $this->config->get('config_language_id'); $data['bigshop_cloud_zoom'] = $this->config->get('bigshop_cloud_zoom'); $data['bigshop_cloud_zoom_gallery'] = $this->config->get('bigshop_cloud_zoom_gallery'); $data['bigshop_cloud_zoom_gallery_text'] = $this->config->get('bigshop_cloud_zoom_gallery_text'); $data['bigshop_cloud_zoom_inner'] = $this->config->get('bigshop_cloud_zoom_inner'); $data['bigshop_share_plugin'] = $this->config->get('bigshop_share_plugin'); $data['bigshop_share_plugin_style'] = $this->config->get('bigshop_share_plugin_style'); $data['bigshop_related_slider_product_style'] = $this->config->get('bigshop_related_slider_product_style'); $data['bigshop_percentage_discount_badge'] = $this->config->get('bigshop_percentage_discount_badge'); $data['bigshop_related_slider_product_per_row'] = $this->config->get('bigshop_related_slider_product_per_row'); ]]> </add> </operation> </file> <file path="catalog/controller/product/search.php"> <operation info="variable for theme panel"> <search> <![CDATA[public function index() {]]> </search> <add position="after"> <![CDATA[ $data['bigshop_search_product_per_row'] = $this->config->get('bigshop_search_product_per_row'); $data['bigshop_percentage_discount_badge'] = $this->config->get('bigshop_percentage_discount_badge'); ]]> </add> </operation> </file> <file path="catalog/controller/product/special.php"> <operation info="variable for theme panel"> <search> <![CDATA[public function index() {]]> </search> <add position="after"> <![CDATA[ $data['bigshop_special_product_per_row'] = $this->config->get('bigshop_special_product_per_row'); $data['bigshop_percentage_discount_badge'] = $this->config->get('bigshop_percentage_discount_badge'); ]]> </add> </operation> </file> <file path="catalog/controller/product/manufacturer.php"> <operation info="variable for theme panel"> <search> <![CDATA[if ($manufacturer_info) {]]> </search> <add position="after"> <![CDATA[ $data['bigshop_manufacturer_product_per_row'] = $this->config->get('bigshop_manufacturer_product_per_row'); $data['bigshop_percentage_discount_badge'] = $this->config->get('bigshop_percentage_discount_badge'); ]]> </add> </operation> </file> <file path="catalog/controller/common/{language,currency}*.php"> <operation info="variable for theme panel"> <search> <![CDATA[public function index() {]]> </search> <add position="after"> <![CDATA[$data['bigshop_language_currency_title'] = $this->config->get('bigshop_language_currency_title');]]> </add> </operation> </file> <file path="catalog/controller/common/footer.php"> <operation info="variable for theme panel"> <search> <![CDATA[$data['newsletter'] = $this->url->link('account/newsletter', '', true);]]> </search> <add position="after"> <![CDATA[ $data['config_language_id'] = $this->config->get('config_language_id'); $data['bigshop_feature_box_per_row'] = $this->config->get('bigshop_feature_box_per_row'); $data['bigshop_feature_box_homepage_only'] = $this->config->get('bigshop_feature_box_homepage_only'); $data['bigshop_feature_box_show_header_footer'] = $this->config->get('bigshop_feature_box_show_header_footer'); $data['bigshop_feature_box_per_row'] = $this->config->get('bigshop_feature_box_per_row'); $data['bigshop_feature_box1_title'] = $this->config->get('bigshop_feature_box1_title'); $data['bigshop_feature_box1_subtitle'] = $this->config->get('bigshop_feature_box1_subtitle'); $data['bigshop_feature_box2_title'] = $this->config->get('bigshop_feature_box2_title'); $data['bigshop_feature_box2_subtitle'] = $this->config->get('bigshop_feature_box2_subtitle'); $data['bigshop_feature_box3_title'] = $this->config->get('bigshop_feature_box3_title'); $data['bigshop_feature_box3_subtitle'] = $this->config->get('bigshop_feature_box3_subtitle'); $data['bigshop_feature_box4_title'] = $this->config->get('bigshop_feature_box4_title'); $data['bigshop_feature_box4_subtitle'] = $this->config->get('bigshop_feature_box4_subtitle'); $data['bigshop_feature_box1_status'] = $this->config->get('bigshop_feature_box1_status'); $data['bigshop_feature_box2_status'] = $this->config->get('bigshop_feature_box2_status'); $data['bigshop_feature_box3_status'] = $this->config->get('bigshop_feature_box3_status'); $data['bigshop_feature_box4_status'] = $this->config->get('bigshop_feature_box4_status'); $data['bigshop_affiliate_status'] = $this->config->get('bigshop_affiliate_status'); $data['bigshop_about_contact_details'] = $this->config->get('bigshop_about_contact_details'); $data['bigshop_address'] = $this->config->get('bigshop_address'); $data['bigshop_contact'] = $this->config->get('bigshop_contact'); $data['bigshop_mobile'] = $this->config->get('bigshop_mobile'); $data['bigshop_email'] = $this->config->get('bigshop_email'); $data['bigshop_contact_status'] = $this->config->get('bigshop_contact_status'); $data['bigshop_address_status'] = $this->config->get('bigshop_address_status'); $data['bigshop_mobile_status'] = $this->config->get('bigshop_mobile_status'); $data['bigshop_email_status'] = $this->config->get('bigshop_email_status'); $data['bigshop_about_details'] = $this->config->get('bigshop_about_details'); $data['bigshop_about_details'] = html_entity_decode($data['bigshop_about_details'][$this->config->get('config_language_id')]['description'], ENT_QUOTES, 'UTF-8'); $data['config_url'] = $this->config->get('config_url'); $data['config_ssl'] = $this->config->get('config_ssl'); $data['bigshop_custom_payment_image_status'] = $this->config->get('bigshop_custom_payment_image_status'); $data['bigshop_custom_payment_image'] = $this->config->get('bigshop_custom_payment_image'); $data['bigshop_custom_payment_image_url'] = $this->config->get('bigshop_custom_payment_image_url'); $data['bigshop_paypal'] = $this->config->get('bigshop_paypal'); $data['bigshop_paypal_url'] = $this->config->get('bigshop_paypal_url'); $data['bigshop_american'] = $this->config->get('bigshop_american'); $data['bigshop_american_url'] = $this->config->get('bigshop_american_url'); $data['bigshop_2checkout'] = $this->config->get('bigshop_2checkout'); $data['bigshop_2checkout_url'] = $this->config->get('bigshop_2checkout_url'); $data['bigshop_maestro'] = $this->config->get('bigshop_maestro'); $data['bigshop_maestro_url'] = $this->config->get('bigshop_maestro_url'); $data['bigshop_discover'] = $this->config->get('bigshop_discover'); $data['bigshop_discover_url'] = $this->config->get('bigshop_discover_url'); $data['bigshop_mastercard'] = $this->config->get('bigshop_mastercard'); $data['bigshop_mastercard_url'] = $this->config->get('bigshop_mastercard_url'); $data['bigshop_visa'] = $this->config->get('bigshop_visa'); $data['bigshop_visa_url'] = $this->config->get('bigshop_visa_url'); $data['bigshop_sagepay'] = $this->config->get('bigshop_sagepay'); $data['bigshop_sagepay_url'] = $this->config->get('bigshop_sagepay_url'); $data['bigshop_moneybookers'] = $this->config->get('bigshop_moneybookers'); $data['bigshop_moneybookers_url'] = $this->config->get('bigshop_moneybookers_url'); $data['bigshop_cirrus'] = $this->config->get('bigshop_cirrus'); $data['bigshop_cirrus_url'] = $this->config->get('bigshop_cirrus_url'); $data['bigshop_delta'] = $this->config->get('bigshop_delta'); $data['bigshop_delta_url'] = $this->config->get('bigshop_delta_url'); $data['bigshop_direct'] = $this->config->get('bigshop_direct'); $data['bigshop_direct_url'] = $this->config->get('bigshop_direct_url'); $data['bigshop_google'] = $this->config->get('bigshop_google'); $data['bigshop_google_url'] = $this->config->get('bigshop_google_url'); $data['bigshop_solo'] = $this->config->get('bigshop_solo'); $data['bigshop_solo_url'] = $this->config->get('bigshop_solo_url'); $data['bigshop_switch'] = $this->config->get('bigshop_switch'); $data['bigshop_switch_url'] = $this->config->get('bigshop_switch_url'); $data['bigshop_western_union'] = $this->config->get('bigshop_western_union'); $data['bigshop_western_union_url'] = $this->config->get('bigshop_western_union_url'); $data['bigshop_ebay'] = $this->config->get('bigshop_ebay'); $data['bigshop_powered'] = $this->config->get('bigshop_powered'); $data['bigshop_powered'] = html_entity_decode($data['bigshop_powered'][$this->config->get('config_language_id')]['description'], ENT_QUOTES, 'UTF-8'); $data['bigshop_facebook_id'] = $this->config->get('bigshop_facebook_id'); $data['bigshop_twitter_username'] = $this->config->get('bigshop_twitter_username'); $data['bigshop_gplus_id'] = $this->config->get('bigshop_gplus_id'); $data['bigshop_pint_id'] = $this->config->get('bigshop_pint_id'); $data['bigshop_rss'] = $this->config->get('bigshop_rss'); $data['bigshop_blogger'] = $this->config->get('bigshop_blogger'); $data['bigshop_myspace'] = $this->config->get('bigshop_myspace'); $data['bigshop_linkedin'] = $this->config->get('bigshop_linkedin'); $data['bigshop_evernote'] = $this->config->get('bigshop_evernote'); $data['bigshop_dopplr'] = $this->config->get('bigshop_dopplr'); $data['bigshop_ember'] = $this->config->get('bigshop_ember'); $data['bigshop_flickr'] = $this->config->get('bigshop_flickr'); $data['bigshop_picasa_web'] = $this->config->get('bigshop_picasa_web'); $data['bigshop_youtube'] = $this->config->get('bigshop_youtube'); $data['bigshop_technorati'] = $this->config->get('bigshop_technorati'); $data['bigshop_grooveshark'] = $this->config->get('bigshop_grooveshark'); $data['bigshop_vimeo'] = $this->config->get('bigshop_vimeo'); $data['bigshop_sharethis'] = $this->config->get('bigshop_sharethis'); $data['bigshop_yahoobuzz'] = $this->config->get('bigshop_yahoobuzz'); $data['bigshop_viddler'] = $this->config->get('bigshop_viddler'); $data['bigshop_skype'] = $this->config->get('bigshop_skype'); $data['bigshop_google_googletalk'] = $this->config->get('bigshop_google_googletalk'); $data['bigshop_digg'] = $this->config->get('bigshop_digg'); $data['bigshop_reddit'] = $this->config->get('bigshop_reddit'); $data['bigshop_delicious'] = $this->config->get('bigshop_delicious'); $data['bigshop_stumbleupon'] = $this->config->get('bigshop_stumbleupon'); $data['bigshop_friendfeed'] = $this->config->get('bigshop_friendfeed'); $data['bigshop_tumblr'] = $this->config->get('bigshop_tumblr'); $data['bigshop_yelp'] = $this->config->get('bigshop_yelp'); $data['bigshop_posterous'] = $this->config->get('bigshop_posterous'); $data['bigshop_bebo'] = $this->config->get('bigshop_bebo'); $data['bigshop_virb'] = $this->config->get('bigshop_virb'); $data['bigshop_last_fm'] = $this->config->get('bigshop_last_fm'); $data['bigshop_pandora'] = $this->config->get('bigshop_pandora'); $data['bigshop_mixx'] = $this->config->get('bigshop_mixx'); $data['bigshop_newsvine'] = $this->config->get('bigshop_newsvine'); $data['bigshop_openid'] = $this->config->get('bigshop_openid'); $data['bigshop_readernaut'] = $this->config->get('bigshop_readernaut'); $data['bigshop_xing_me'] = $this->config->get('bigshop_xing_me'); $data['bigshop_instagram'] = $this->config->get('bigshop_instagram'); $data['bigshop_spotify'] = $this->config->get('bigshop_spotify'); $data['bigshop_forrst'] = $this->config->get('bigshop_forrst'); $data['bigshop_viadeo'] = $this->config->get('bigshop_viadeo'); $data['bigshop_vk_com'] = $this->config->get('bigshop_vk_com'); $data['bigshop_custom_column_footer_status'] = $this->config->get('bigshop_custom_column_footer_status'); $data['bigshop_custom_column_footer'] = $this->config->get('bigshop_custom_column_footer'); $data['bigshop_custom_column_footer'] = html_entity_decode($data['bigshop_custom_column_footer'][$this->config->get('config_language_id')]['description'], ENT_QUOTES, 'UTF-8'); $data['bigshop_back_to_top'] = $this->config->get('bigshop_back_to_top'); $data['bigshop_facebook_block_status'] = $this->config->get('bigshop_facebook_block_status'); $data['bigshop_facebook_box_align'] = $this->config->get('bigshop_facebook_box_align'); $data['bigshop_facebook_block_sort_order'] = $this->config->get('bigshop_facebook_block_sort_order'); $data['bigshop_facebook_id_box'] = $this->config->get('bigshop_facebook_id_box'); $data['bigshop_twitter_block_status'] = $this->config->get('bigshop_twitter_block_status'); $data['bigshop_twitter_box_align'] = $this->config->get('bigshop_twitter_box_align'); $data['bigshop_twitter_block_sort_order'] = $this->config->get('bigshop_twitter_block_sort_order'); $data['bigshop_twitter_username_block'] = $this->config->get('bigshop_twitter_username_block'); $data['bigshop_widget_id'] = $this->config->get('bigshop_widget_id'); $data['bigshop_video_box_status'] = $this->config->get('bigshop_video_box_status'); $data['bigshop_video_box_align'] = $this->config->get('bigshop_video_box_align'); $data['bigshop_video_box_sort_order'] = $this->config->get('bigshop_video_box_sort_order'); $data['bigshop_video_box_content'] = $this->config->get('bigshop_video_box_content'); $data['bigshop_video_box_content'] = html_entity_decode($data['bigshop_video_box_content'][$this->config->get('config_language_id')]['description'], ENT_QUOTES, 'UTF-8'); $data['bigshop_custom_column_status'] = $this->config->get('bigshop_custom_column_status'); $data['bigshop_custom_column'] = $this->config->get('bigshop_custom_column'); $data['bigshop_custom_column'] = html_entity_decode($data['bigshop_custom_column'][$this->config->get('config_language_id')]['description'], ENT_QUOTES, 'UTF-8'); $data['bigshop_custom_side_block_align'] = $this->config->get('bigshop_custom_side_block_align'); $data['bigshop_custom_side_block_sort_order'] = $this->config->get('bigshop_custom_side_block_sort_order'); ]]> </add> </operation> </file> <file path="catalog/controller/common/menu.php"> <operation info="variable for theme panel"> <search> <![CDATA[$data['categories'] = array();]]> </search> <add position="after"> <![CDATA[ $data['config_language_id'] = $this->config->get('config_language_id'); $data['bigshop_main_menu_style'] = $this->config->get('bigshop_main_menu_style'); $data['bigshop_mobile_menu_title'] = $this->config->get('bigshop_mobile_menu_title'); $data['bigshop_home_page_link_icon'] = $this->config->get('bigshop_home_page_link_icon'); $data['bigshop_home_page_link'] = $this->config->get('bigshop_home_page_link'); $data['bigshop_top_menu'] = $this->config->get('bigshop_top_menu'); $data['bigshop_menu_categories_title'] = $this->config->get('bigshop_menu_categories_title'); $data['bigshop_menu_brands'] = $this->config->get('bigshop_menu_brands'); $data['bigshop_menu_brands_title'] = $this->config->get('bigshop_menu_brands_title'); $data['bigshop_brands_display_style'] = $this->config->get('bigshop_brands_display_style'); $data['bigshop_custom_link1'] = $this->config->get('bigshop_custom_link1'); $data['bigshop_custom_link1_title'] = $this->config->get('bigshop_custom_link1_title'); $data['bigshop_custom_link1_url'] = $this->config->get('bigshop_custom_link1_url'); $data['bigshop_target_link1'] = $this->config->get('bigshop_target_link1'); $data['bigshop_custom_link2'] = $this->config->get('bigshop_custom_link2'); $data['bigshop_custom_link2_title'] = $this->config->get('bigshop_custom_link2_title'); $data['bigshop_custom_link2_url'] = $this->config->get('bigshop_custom_link2_url'); $data['bigshop_target_link2'] = $this->config->get('bigshop_target_link2'); $data['bigshop_custom_link3'] = $this->config->get('bigshop_custom_link3'); $data['bigshop_custom_link3_title'] = $this->config->get('bigshop_custom_link3_title'); $data['bigshop_custom_link3_url'] = $this->config->get('bigshop_custom_link3_url'); $data['bigshop_target_link3'] = $this->config->get('bigshop_target_link3'); $data['bigshop_custom_link4'] = $this->config->get('bigshop_custom_link4'); $data['bigshop_custom_link4_title'] = $this->config->get('bigshop_custom_link4_title'); $data['bigshop_custom_link4_url'] = $this->config->get('bigshop_custom_link4_url'); $data['bigshop_target_link4'] = $this->config->get('bigshop_target_link4'); $data['bigshop_custom_link5'] = $this->config->get('bigshop_custom_link5'); $data['bigshop_custom_link5_title'] = $this->config->get('bigshop_custom_link5_title'); $data['bigshop_custom_link5_url'] = $this->config->get('bigshop_custom_link5_url'); $data['bigshop_target_link5'] = $this->config->get('bigshop_target_link5'); $data['bigshop_custom_block_status'] = $this->config->get('bigshop_custom_block_status'); $data['bigshop_custom_block_title'] = $this->config->get('bigshop_custom_block_title'); $data['bigshop_custom_block_content'] = $this->config->get('bigshop_custom_block_content'); $data['bigshop_custom_block_content'] = html_entity_decode($data['bigshop_custom_block_content'][$this->config->get('config_language_id')]['description'], ENT_QUOTES, 'UTF-8'); $data['bigshop_custom_block2_status'] = $this->config->get('bigshop_custom_block2_status'); $data['bigshop_custom_block2_title'] = $this->config->get('bigshop_custom_block2_title'); $data['bigshop_custom_block2_content'] = $this->config->get('bigshop_custom_block2_content'); $data['bigshop_custom_block2_content'] = html_entity_decode($data['bigshop_custom_block2_content'][$this->config->get('config_language_id')]['description'], ENT_QUOTES, 'UTF-8'); $data['bigshop_custom_block3_status'] = $this->config->get('bigshop_custom_block3_status'); $data['bigshop_custom_block3_title'] = $this->config->get('bigshop_custom_block3_title'); $data['bigshop_custom_block3_content'] = $this->config->get('bigshop_custom_block3_content'); $data['bigshop_custom_block3_content'] = html_entity_decode($data['bigshop_custom_block3_content'][$this->config->get('config_language_id')]['description'], ENT_QUOTES, 'UTF-8'); $data['bigshop_information_page'] = $this->config->get('bigshop_information_page'); $data['bigshop_contact_us'] = $this->config->get('bigshop_contact_us'); ]]> </add> </operation> <operation info="For Top Menu Brands"> <search> <![CDATA[public function index() {]]> </search> <add position="after"> <![CDATA[$this->load->model('catalog/manufacturer'); $this->load->model('tool/image'); $results = $this->model_catalog_manufacturer->getManufacturers(); foreach ($results as $result) { if ($result['image']) { $image = $result['image']; } else { $image = 'no_image.jpg'; } $data['manufacturers'][] = array( 'name' => $result['name'], 'image' => $this->model_tool_image->resize($image, 60, 60), 'href' => $this->url->link('product/manufacturer/info', 'manufacturer_id=' . $result['manufacturer_id']) ); }]]> </add> </operation> <operation info="For Top Menu 3rd Categories"> <search> <![CDATA[foreach ($children as $child) {]]> </search> <add position="after"> <![CDATA[// Level 3 $grandchildren_data = array(); $grandchildren = $this->model_catalog_category->getCategories($child['category_id']); foreach ($grandchildren as $grandchild) { $grandchild_filter_data = array( 'filter_category_id' => $grandchild['category_id'], 'filter_sub_category' => true ); $grandchildren_data[] = array( 'name' => $grandchild['name'] . ($this->config->get('config_product_count') ? ' (' . $this->model_catalog_product->getTotalProducts($grandchild_filter_data) . ')' : ''), 'href' => $this->url->link('product/category', 'path=' . $category['category_id'] . '_' . $grandchild['category_id']) ); }]]> </add> </operation> <operation info="For Top Menu 3rd Categories"> <search> <![CDATA['href' => $this->url->link('product/category', 'path=' . $category['category_id'] . '_' . $child['category_id'])]]> </search> <add position="replace"> <![CDATA['href' => $this->url->link('product/category', 'path=' . $category['category_id'] . '_' . $child['category_id']), 'children' => $grandchildren_data,]]> </add> </operation> <operation> <search> <![CDATA[$data['categories'] = array();]]> </search> <add position="after"> <![CDATA[$data['text_information'] = $this->language->get('text_information'); $data['text_contact'] = $this->language->get('text_contact'); $data['text_newsletter'] = $this->language->get('text_newsletter');]]> </add> </operation> <operation> <search> <![CDATA[$data['categories'] = array();]]> </search> <add position="after"> <![CDATA[$this->load->model('catalog/information'); $data['informations'] = array(); foreach ($this->model_catalog_information->getInformations() as $result) { if ($result['bottom']) { $data['informations'][] = array( 'title' => $result['title'], 'href' => $this->url->link('information/information', 'information_id=' . $result['information_id']) ); } } $data['manufacturer'] = $this->url->link('product/manufacturer'); $data['contact'] = $this->url->link('information/contact'); $data['newsletter'] = $this->url->link('account/newsletter', '', true);]]> </add> </operation> </file> <file path="catalog/controller/common/header.php"> <operation info="variable for theme panel"> <search> <![CDATA[$data['name'] = $this->config->get('config_name');]]> </search> <add position="after"> <![CDATA[ $data['config_language_id'] = $this->config->get('config_language_id'); $data['bigshop_custom_column_status'] = $this->config->get('bigshop_custom_column_status'); $data['bigshop_video_box_status'] = $this->config->get('bigshop_video_box_status'); $data['bigshop_facebook_block_status'] = $this->config->get('bigshop_facebook_block_status'); $data['bigshop_twitter_block_status'] = $this->config->get('bigshop_twitter_block_status'); $data['bigshop_skin'] = $this->config->get('bigshop_skin'); $data['bigshop_search_auto_complete'] = $this->config->get('bigshop_search_auto_complete'); $data['bigshop_title_font'] = $this->config->get('bigshop_title_font'); $data['bigshop_body_font'] = $this->config->get('bigshop_body_font'); $data['bigshop_secondary_titles_font'] = $this->config->get('bigshop_secondary_titles_font'); $data['bigshop_footer_titles_font'] = $this->config->get('bigshop_footer_titles_font'); $data['bigshop_main_menu_font'] = $this->config->get('bigshop_main_menu_font'); $data['bigshop_background_color'] = $this->config->get('bigshop_background_color'); $data['config_ssl'] = $this->config->get('config_ssl'); $data['config_url'] = $this->config->get('config_url'); if (is_file(DIR_IMAGE . $this->config->get('bigshop_custom_image'))) { $data['bigshop_custom_image'] = $server . 'image/' . $this->config->get('bigshop_custom_image'); } $data['bigshop_custom_image_position'] = $this->config->get('bigshop_custom_image_position'); $data['bigshop_custom_image_repeat'] = $this->config->get('bigshop_custom_image_repeat'); $data['bigshop_custom_image_attachment'] = $this->config->get('bigshop_custom_image_attachment'); $data['bigshop_pattern_overlay'] = $this->config->get('bigshop_pattern_overlay'); $data['bigshop_general_links_color'] = $this->config->get('bigshop_general_links_color'); $data['bigshop_body_text_color'] = $this->config->get('bigshop_body_text_color'); $data['bigshop_general_links_hover_color'] = $this->config->get('bigshop_general_links_hover_color'); $data['bigshop_heading_color'] = $this->config->get('bigshop_heading_color'); $data['bigshop_secondary_heading_color'] = $this->config->get('bigshop_heading_color'); $data['bigshop_body_text_color'] = $this->config->get('bigshop_secondary_heading_color'); $data['bigshop_secondary_heading_border_color'] = $this->config->get('bigshop_secondary_heading_border_color'); $data['bigshop_secondary_heading_border_hl_color'] = $this->config->get('bigshop_secondary_heading_border_hl_color'); $data['bigshop_layout_border_radius'] = $this->config->get('bigshop_layout_border_radius'); $data['bigshop_layout_top_margin'] = $this->config->get('bigshop_layout_top_margin'); $data['bigshop_header_margin'] = $this->config->get('bigshop_header_margin'); $data['bigshop_logo_margin'] = $this->config->get('bigshop_logo_margin'); $data['bigshop_top_bar_link_color'] = $this->config->get('bigshop_top_bar_link_color'); $data['bigshop_top_bar_link_hover_color'] = $this->config->get('bigshop_top_bar_link_hover_color'); $data['bigshop_top_bar_tele_email_color'] = $this->config->get('bigshop_top_bar_tele_email_color'); $data['bigshop_top_bar_link_color'] = $this->config->get('bigshop_top_bar_link_color'); $data['bigshop_top_bar_sub_link_color'] = $this->config->get('bigshop_top_bar_sub_link_color'); $data['bigshop_top_bar_sub_link_hover_color'] = $this->config->get('bigshop_top_bar_sub_link_hover_color'); $data['bigshop_header_bg_color'] = $this->config->get('bigshop_header_bg_color'); $data['bigshop_mini_cart_icon_color'] = $this->config->get('bigshop_mini_cart_icon_color'); $data['bigshop_mini_cart_icon_color'] = $this->config->get('bigshop_mini_cart_icon_color'); $data['bigshop_mini_cart_link_color'] = $this->config->get('bigshop_mini_cart_link_color'); $data['bigshop_mini_cart_active_link_color'] = $this->config->get('bigshop_mini_cart_active_link_color'); $data['bigshop_search_bar_background_color'] = $this->config->get('bigshop_search_bar_background_color'); $data['bigshop_search_bar_border_color'] = $this->config->get('bigshop_search_bar_border_color'); $data['bigshop_search_bar_text_color'] = $this->config->get('bigshop_search_bar_text_color'); $data['bigshop_search_bar_border_hover_color'] = $this->config->get('bigshop_search_bar_border_hover_color'); $data['bigshop_search_bar_icon_color'] = $this->config->get('bigshop_search_bar_icon_color'); $data['bigshop_search_bar_icon_bg_color'] = $this->config->get('bigshop_search_bar_icon_bg_color'); $data['bigshop_main_menu_align'] = $this->config->get('bigshop_main_menu_align'); $data['bigshop_menu_bg_color'] = $this->config->get('bigshop_menu_bg_color'); $data['bigshop_menu_bg_color_status'] = $this->config->get('bigshop_menu_bg_color_status'); $data['bigshop_menu_link_color'] = $this->config->get('bigshop_menu_link_color'); $data['bigshop_menu_link_hover_color'] = $this->config->get('bigshop_menu_link_hover_color'); $data['bigshop_menu_link_hover_bg_color'] = $this->config->get('bigshop_menu_link_hover_bg_color'); $data['bigshop_menu_link_separator_size'] = $this->config->get('bigshop_menu_link_separator_size'); $data['bigshop_menu_link_separator_style'] = $this->config->get('bigshop_menu_link_separator_style'); $data['bigshop_menu_link_separator_color'] = $this->config->get('bigshop_menu_link_separator_color'); $data['bigshop_menu_link_separator_status'] = $this->config->get('bigshop_menu_link_separator_status'); $data['bigshop_menu_link_border_top_size'] = $this->config->get('bigshop_menu_link_border_top_size'); $data['bigshop_menu_link_border_top_style'] = $this->config->get('bigshop_menu_link_border_top_style'); $data['bigshop_menu_link_border_top_color'] = $this->config->get('bigshop_menu_link_border_top_color'); $data['bigshop_menu_link_border_top_status'] = $this->config->get('bigshop_menu_link_border_top_status'); $data['bigshop_menu_link_border_bottom_size'] = $this->config->get('bigshop_menu_link_border_bottom_size'); $data['bigshop_menu_link_border_bottom_style'] = $this->config->get('bigshop_menu_link_border_bottom_style'); $data['bigshop_menu_link_border_bottom_color'] = $this->config->get('bigshop_menu_link_border_bottom_color'); $data['bigshop_menu_link_border_bottom_status'] = $this->config->get('bigshop_menu_link_border_bottom_status'); $data['bigshop_sub_menu_background_color'] = $this->config->get('bigshop_sub_menu_background_color'); $data['bigshop_sub_menu_heading_text_color'] = $this->config->get('bigshop_sub_menu_heading_text_color'); $data['bigshop_sub_menu_heading_text_separator_color'] = $this->config->get('bigshop_sub_menu_heading_text_separator_color'); $data['bigshop_sub_menu_heading_text_separator_style'] = $this->config->get('bigshop_sub_menu_heading_text_separator_style'); $data['bigshop_sub_menu_link_color'] = $this->config->get('bigshop_sub_menu_link_color'); $data['bigshop_sub_menu_link_hover_color'] = $this->config->get('bigshop_sub_menu_link_hover_color'); $data['bigshop_sub_menu_link_separator_color'] = $this->config->get('bigshop_sub_menu_link_separator_color'); $data['bigshop_sub_menu_link_separator_style'] = $this->config->get('bigshop_sub_menu_link_separator_style'); $data['bigshop_home_page_link_background_color'] = $this->config->get('bigshop_home_page_link_background_color'); $data['bigshop_home_page_link_background_color_hover'] = $this->config->get('bigshop_home_page_link_background_color_hover'); $data['bigshop_home_page_link_link_color'] = $this->config->get('bigshop_home_page_link_link_color'); $data['bigshop_home_page_link_link_color_hover'] = $this->config->get('bigshop_home_page_link_link_color_hover'); $data['bigshop_categories_section_background_color'] = $this->config->get('bigshop_categories_section_background_color'); $data['bigshop_categories_section_background_color_hover'] = $this->config->get('bigshop_categories_section_background_color_hover'); $data['bigshop_categories_section_link_color'] = $this->config->get('bigshop_categories_section_link_color'); $data['bigshop_categories_section_link_color_hover'] = $this->config->get('bigshop_categories_section_link_color_hover'); $data['bigshop_brands_section_background_color'] = $this->config->get('bigshop_brands_section_background_color'); $data['bigshop_brands_section_background_color_hover'] = $this->config->get('bigshop_brands_section_background_color_hover'); $data['bigshop_brands_section_link_color'] = $this->config->get('bigshop_brands_section_link_color'); $data['bigshop_brands_section_link_color_hover'] = $this->config->get('bigshop_brands_section_link_color_hover'); $data['bigshop_custom_link_section_background_color'] = $this->config->get('bigshop_custom_link_section_background_color'); $data['bigshop_custom_link_section_background_color_hover'] = $this->config->get('bigshop_custom_link_section_background_color_hover'); $data['bigshop_custom_link_section_link_color'] = $this->config->get('bigshop_custom_link_section_link_color'); $data['bigshop_custom_link_section_link_color_hover'] = $this->config->get('bigshop_custom_link_section_link_color_hover'); $data['bigshop_custom_block_section_background_color'] = $this->config->get('bigshop_custom_block_section_background_color'); $data['bigshop_custom_block_section_background_color_hover'] = $this->config->get('bigshop_custom_block_section_background_color_hover'); $data['bigshop_custom_block_section_link_color'] = $this->config->get('bigshop_custom_block_section_link_color'); $data['bigshop_custom_block_section_link_color_hover'] = $this->config->get('bigshop_custom_block_section_link_color_hover'); $data['bigshop_information_section_background_color'] = $this->config->get('bigshop_information_section_background_color'); $data['bigshop_information_section_background_color_hover'] = $this->config->get('bigshop_information_section_background_color_hover'); $data['bigshop_information_section_link_color'] = $this->config->get('bigshop_information_section_link_color'); $data['bigshop_information_section_link_color_hover'] = $this->config->get('bigshop_information_section_link_color_hover'); $data['bigshop_contact_section_background_color'] = $this->config->get('bigshop_contact_section_background_color'); $data['bigshop_contact_section_background_color_hover'] = $this->config->get('bigshop_contact_section_background_color_hover'); $data['bigshop_contact_section_link_color'] = $this->config->get('bigshop_contact_section_link_color'); $data['bigshop_contact_section_link_color_hover'] = $this->config->get('bigshop_contact_section_link_color_hover'); $data['bigshop_custom_block_bg_color'] = $this->config->get('bigshop_custom_block_bg_color'); $data['bigshop_video_block_bg_color'] = $this->config->get('bigshop_video_block_bg_color'); $data['bigshop_footer_bg_color'] = $this->config->get('bigshop_footer_bg_color'); $data['bigshop_footer_titles_color'] = $this->config->get('bigshop_footer_titles_color'); $data['bigshop_footer_text_color'] = $this->config->get('bigshop_footer_text_color'); $data['bigshop_footer_link_color'] = $this->config->get('bigshop_footer_link_color'); $data['bigshop_footer_link_hover_color'] = $this->config->get('bigshop_footer_link_hover_color'); $data['bigshop_contact_icon_color'] = $this->config->get('bigshop_contact_icon_color'); $data['bigshop_contact_icon_bg_color'] = $this->config->get('bigshop_contact_icon_bg_color'); $data['bigshop_footer_second_bg_color'] = $this->config->get('bigshop_footer_second_bg_color'); $data['bigshop_footer_second_text_color'] = $this->config->get('bigshop_footer_second_text_color'); $data['bigshop_footer_second_link_color'] = $this->config->get('bigshop_footer_second_link_color'); $data['bigshop_footer_second_link_hover_color'] = $this->config->get('bigshop_footer_second_link_hover_color'); $data['bigshop_footer_second_separator_color'] = $this->config->get('bigshop_footer_second_separator_color'); $data['bigshop_footer_second_separator_style'] = $this->config->get('bigshop_footer_second_separator_style'); $data['bigshop_footer_second_fst_separator_status'] = $this->config->get('bigshop_footer_second_fst_separator_status'); $data['bigshop_footer_second_2nd_separator_color'] = $this->config->get('bigshop_footer_second_2nd_separator_color'); $data['bigshop_footer_second_2nd_separator_style'] = $this->config->get('bigshop_footer_second_2nd_separator_style'); $data['bigshop_footer_second_2nd_separator_status'] = $this->config->get('bigshop_footer_second_2nd_separator_status'); $data['bigshop_footer_second_2nd_separator_status'] = $this->config->get('bigshop_footer_second_2nd_separator_status'); $data['bigshop_footer_backtotop_bg_color'] = $this->config->get('bigshop_footer_backtotop_bg_color'); $data['bigshop_product_box_border_hover_color'] = $this->config->get('bigshop_product_box_border_hover_color'); $data['bigshop_product_name_color'] = $this->config->get('bigshop_product_name_color'); $data['bigshop_product_name_hover_color'] = $this->config->get('bigshop_product_name_hover_color'); $data['bigshop_price_color'] = $this->config->get('bigshop_price_color'); $data['bigshop_old_price_color'] = $this->config->get('bigshop_old_price_color'); $data['bigshop_new_price_color'] = $this->config->get('bigshop_new_price_color'); $data['bigshop_saving_percentage_bg_color'] = $this->config->get('bigshop_saving_percentage_bg_color'); $data['bigshop_saving_percentage_text_color'] = $this->config->get('bigshop_saving_percentage_text_color'); $data['bigshop_wishlist_compare_bg_color'] = $this->config->get('bigshop_wishlist_compare_bg_color'); $data['bigshop_wishlist_compare_text_color'] = $this->config->get('bigshop_wishlist_compare_text_color'); $data['bigshop_wishlist_compare_hover_bg_color'] = $this->config->get('bigshop_wishlist_compare_hover_bg_color'); $data['bigshop_wishlist_compare_hover_text_color'] = $this->config->get('bigshop_wishlist_compare_hover_text_color'); $data['bigshop_button_bg_color'] = $this->config->get('bigshop_button_bg_color'); $data['bigshop_button_bg_hover_color'] = $this->config->get('bigshop_button_bg_hover_color'); $data['bigshop_button_text_color'] = $this->config->get('bigshop_button_text_color'); $data['bigshop_button_text_hover_color'] = $this->config->get('bigshop_button_text_hover_color'); $data['bigshop_default_button_bg_color'] = $this->config->get('bigshop_default_button_bg_color'); $data['bigshop_default_button_bg_hover_color'] = $this->config->get('bigshop_default_button_bg_hover_color'); $data['bigshop_default_button_text_color'] = $this->config->get('bigshop_default_button_text_color'); $data['bigshop_default_button_text_hover_color'] = $this->config->get('bigshop_default_button_text_hover_color'); $data['bigshop_cart_button_bg_color'] = $this->config->get('bigshop_cart_button_bg_color'); $data['bigshop_cart_button_bg_hover_color'] = $this->config->get('bigshop_cart_button_bg_hover_color'); $data['bigshop_cart_button_text_color'] = $this->config->get('bigshop_cart_button_text_color'); $data['bigshop_cart_button_text_hover_color'] = $this->config->get('bigshop_cart_button_text_hover_color'); $data['bigshop_price_bg_color'] = $this->config->get('bigshop_price_bg_color'); $data['bigshop_price_text_color'] = $this->config->get('bigshop_price_text_color'); $data['bigshop_old_price_product_page_color'] = $this->config->get('bigshop_old_price_product_page_color'); $data['bigshop_excl_button_bg_color'] = $this->config->get('bigshop_excl_button_bg_color'); $data['bigshop_excl_button_bg_hover_color'] = $this->config->get('bigshop_excl_button_bg_hover_color'); $data['bigshop_excl_button_text_color'] = $this->config->get('bigshop_excl_button_text_color'); $data['bigshop_excl_button_text_hover_color'] = $this->config->get('bigshop_excl_button_text_hover_color'); $data['bigshop_feature_box1_border_color'] = $this->config->get('bigshop_feature_box1_border_color'); $data['bigshop_feature_box1_bg_color'] = $this->config->get('bigshop_feature_box1_bg_color'); $data['bigshop_feature_box1_title_color'] = $this->config->get('bigshop_feature_box1_title_color'); $data['bigshop_feature_box1_subtitle_color'] = $this->config->get('bigshop_feature_box1_subtitle_color'); $data['bigshop_feature_box2_border_color'] = $this->config->get('bigshop_feature_box2_border_color'); $data['bigshop_feature_box2_bg_color'] = $this->config->get('bigshop_feature_box2_bg_color'); $data['bigshop_feature_box2_title_color'] = $this->config->get('bigshop_feature_box2_title_color'); $data['bigshop_feature_box2_subtitle_color'] = $this->config->get('bigshop_feature_box2_subtitle_color'); $data['bigshop_feature_box3_border_color'] = $this->config->get('bigshop_feature_box3_border_color'); $data['bigshop_feature_box3_bg_color'] = $this->config->get('bigshop_feature_box3_bg_color'); $data['bigshop_feature_box3_title_color'] = $this->config->get('bigshop_feature_box3_title_color'); $data['bigshop_feature_box3_subtitle_color'] = $this->config->get('bigshop_feature_box3_subtitle_color'); $data['bigshop_feature_box4_border_color'] = $this->config->get('bigshop_feature_box4_border_color'); $data['bigshop_feature_box4_bg_color'] = $this->config->get('bigshop_feature_box4_bg_color'); $data['bigshop_feature_box4_title_color'] = $this->config->get('bigshop_feature_box4_title_color'); $data['bigshop_feature_box4_subtitle_color'] = $this->config->get('bigshop_feature_box4_subtitle_color'); $data['bigshop_feature_box_title_font_size'] = $this->config->get('bigshop_feature_box_title_font_size'); $data['bigshop_feature_box_title_font_weight'] = $this->config->get('bigshop_feature_box_title_font_weight'); $data['bigshop_feature_box_title_font_transform'] = $this->config->get('bigshop_feature_box_title_font_transform'); $data['bigshop_feature_box_subtitle_font_size'] = $this->config->get('bigshop_feature_box_subtitle_font_size'); $data['bigshop_feature_box_subtitle_font_weight'] = $this->config->get('bigshop_feature_box_subtitle_font_weight'); $data['bigshop_feature_box_subtitle_font_transform'] = $this->config->get('bigshop_feature_box_subtitle_font_transform'); $data['bigshop_title_font_size'] = $this->config->get('bigshop_title_font_size'); $data['bigshop_title_font_weight'] = $this->config->get('bigshop_title_font_weight'); $data['bigshop_title_font_uppercase'] = $this->config->get('bigshop_title_font_uppercase'); $data['bigshop_main_menu_font_size'] = $this->config->get('bigshop_main_menu_font_size'); $data['bigshop_main_menu_font_weight'] = $this->config->get('bigshop_main_menu_font_weight'); $data['bigshop_main_menu_font_uppercase'] = $this->config->get('bigshop_main_menu_font_uppercase'); $data['bigshop_top_bar_font_size'] = $this->config->get('bigshop_top_bar_font_size'); $data['bigshop_top_bar_font_weight'] = $this->config->get('bigshop_top_bar_font_weight'); $data['bigshop_top_bar_font_uppercase'] = $this->config->get('bigshop_top_bar_font_uppercase'); $data['bigshop_secondary_titles_font_size'] = $this->config->get('bigshop_secondary_titles_font_size'); $data['bigshop_secondary_titles_font_weight'] = $this->config->get('bigshop_secondary_titles_font_weight'); $data['bigshop_secondary_titles_font_weight'] = $this->config->get('bigshop_secondary_titles_font_weight'); $data['bigshop_secondary_titles_font_uppercase'] = $this->config->get('bigshop_secondary_titles_font_uppercase'); $data['bigshop_footer_titles_font_size'] = $this->config->get('bigshop_footer_titles_font_size'); $data['bigshop_footer_titles_font_weight'] = $this->config->get('bigshop_footer_titles_font_weight'); $data['bigshop_footer_titles_font_uppercase'] = $this->config->get('bigshop_footer_titles_font_uppercase'); $data['bigshop_custom_css'] = $this->config->get('bigshop_custom_css'); $data['bigshop_layout_style'] = $this->config->get('bigshop_layout_style'); $data['bigshop_custom_link1_top'] = $this->config->get('bigshop_custom_link1_top'); $data['bigshop_custom_link1_top_title'] = $this->config->get('bigshop_custom_link1_top_title'); $data['bigshop_custom_link1_top_url'] = $this->config->get('bigshop_custom_link1_top_url'); $data['bigshop_target_link1_top'] = $this->config->get('bigshop_target_link1_top'); $data['bigshop_custom_link2_top'] = $this->config->get('bigshop_custom_link2_top'); $data['bigshop_custom_link2_top_title'] = $this->config->get('bigshop_custom_link2_top_title'); $data['bigshop_custom_link2_top_url'] = $this->config->get('bigshop_custom_link2_top_url'); $data['bigshop_target_link2_top'] = $this->config->get('bigshop_target_link2_top'); $data['bigshop_custom_link3_top'] = $this->config->get('bigshop_custom_link3_top'); $data['bigshop_custom_link3_top_title'] = $this->config->get('bigshop_custom_link3_top_title'); $data['bigshop_custom_link3_top_url'] = $this->config->get('bigshop_custom_link3_top_url'); $data['bigshop_target_link3_top'] = $this->config->get('bigshop_target_link3_top'); $data['bigshop_custom_block_top_status'] = $this->config->get('bigshop_custom_block_top_status'); $data['bigshop_custom_block_top_title'] = $this->config->get('bigshop_custom_block_top_title'); $data['bigshop_custom_block_top_content'] = $this->config->get('bigshop_custom_block_top_content'); $data['bigshop_custom_block_top_content'] = html_entity_decode($data['bigshop_custom_block_top_content'][$this->config->get('config_language_id')]['description'], ENT_QUOTES, 'UTF-8'); $data['bigshop_custom_block2_top_status'] = $this->config->get('bigshop_custom_block2_top_status'); $data['bigshop_custom_block2_top_title'] = $this->config->get('bigshop_custom_block2_top_title'); $data['bigshop_custom_block2_top_content'] = $this->config->get('bigshop_custom_block2_top_content'); $data['bigshop_custom_block2_top_content'] = html_entity_decode($data['bigshop_custom_block2_top_content'][$this->config->get('config_language_id')]['description'], ENT_QUOTES, 'UTF-8'); $data['bigshop_wishlist_top_link'] = $this->config->get('bigshop_wishlist_top_link'); $data['bigshop_checkout_top_link'] = $this->config->get('bigshop_checkout_top_link'); $data['bigshop_top_bar_contact_status'] = $this->config->get('bigshop_top_bar_contact_status'); $data['bigshop_top_bar_contact'] = $this->config->get('bigshop_top_bar_contact'); $data['bigshop_top_bar_email_status'] = $this->config->get('bigshop_top_bar_email_status'); $data['bigshop_top_bar_email'] = $this->config->get('bigshop_top_bar_email'); $data['bigshop_feature_box_per_row'] = $this->config->get('bigshop_feature_box_per_row'); $data['bigshop_feature_box_homepage_only'] = $this->config->get('bigshop_feature_box_homepage_only'); $data['bigshop_feature_box_show_header_footer'] = $this->config->get('bigshop_feature_box_show_header_footer'); $data['bigshop_feature_box_per_row'] = $this->config->get('bigshop_feature_box_per_row'); $data['bigshop_feature_box1_title'] = $this->config->get('bigshop_feature_box1_title'); $data['bigshop_feature_box1_subtitle'] = $this->config->get('bigshop_feature_box1_subtitle'); $data['bigshop_feature_box2_title'] = $this->config->get('bigshop_feature_box2_title'); $data['bigshop_feature_box2_subtitle'] = $this->config->get('bigshop_feature_box2_subtitle'); $data['bigshop_feature_box3_title'] = $this->config->get('bigshop_feature_box3_title'); $data['bigshop_feature_box3_subtitle'] = $this->config->get('bigshop_feature_box3_subtitle'); $data['bigshop_feature_box4_title'] = $this->config->get('bigshop_feature_box4_title'); $data['bigshop_feature_box4_subtitle'] = $this->config->get('bigshop_feature_box4_subtitle'); $data['bigshop_feature_box1_status'] = $this->config->get('bigshop_feature_box1_status'); $data['bigshop_feature_box2_status'] = $this->config->get('bigshop_feature_box2_status'); $data['bigshop_feature_box3_status'] = $this->config->get('bigshop_feature_box3_status'); $data['bigshop_feature_box4_status'] = $this->config->get('bigshop_feature_box4_status'); ]]> </add> </operation> <operation info="For Remove autocomplet js from affiliate page"> <search> <![CDATA[$data['name'] = $this->config->get('config_name');]]> </search> <add position="after"> <![CDATA[$data['route'] = isset($this->request->get['route']) ? $this->request->get['route'] : 'common/home';]]> </add> </operation> <operation info="For Display Feature box in Only HomePage Header"> <search> <![CDATA[$data['name'] = $this->config->get('config_name');]]> </search> <add position="after"> <![CDATA[if (!isset($this->request->get['route']) || $this->request->get['route'] == 'common/home'){ $data['ishome']=1; }]]> </add> </operation> </file> <file path="catalog/controller/common/footer.php"> <operation info="For Display Feature box in Only HomePage footer"> <search> <![CDATA[$this->load->model('catalog/information');]]> </search> <add position="after"> <![CDATA[if (!isset($this->request->get['route']) || $this->request->get['route'] == 'common/home'){ $data['ishome']=1; }]]> </add> </operation> </file> <file path="catalog/controller/product/category.php"> <operation info="For Refine Search Category page"> <search> <![CDATA[$data['categories'][] = array(]]> </search> <add position="before"> <![CDATA[if(isset($result)){ $image = $this->model_tool_image->resize($result['image'], $this->config->get('theme_' . $this->config->get('config_theme') . '_image_category_width'), $this->config->get('theme_' . $this->config->get('config_theme') . '_image_category_height')); }]]> </add> </operation> <operation> <search> <![CDATA['href' => $this->url->link('product/category', 'path=' . $this->request->get['path'] . '_' . $result['category_id'] . $url)]]> </search> <add position="replace"> <![CDATA['href' => $this->url->link('product/category', 'path=' . $this->request->get['path'] . '_' . $result['category_id'] . $url), 'thumb' => $image]]> </add> </operation> </file> <!-- Product Saving in Percentage --> <file path="catalog/controller/extension/module/featured.php"> <operation> <search> <![CDATA['href' => $this->url->link('product/product', 'product_id=' . $product_info['product_id'])]]> </search> <add position="replace"> <![CDATA['href' => $this->url->link('product/product', 'product_id=' . $product_info['product_id']), 'saving' => $product_info['price'] == 0 ? 100 : round((($product_info['price'] - $product_info['special'])/$product_info['price'])*100, 0)]]> </add> </operation> </file> <file path="catalog/controller/extension/module/bestseller.php"> <operation> <search> <![CDATA['href' => $this->url->link('product/product', 'product_id=' . $result['product_id'])]]> </search> <add position="replace"> <![CDATA['href' => $this->url->link('product/product', 'product_id=' . $result['product_id']), 'saving' => $result['price'] == 0 ? 100 : round((($result['price'] - $result['special'])/$result['price'])*100, 0)]]> </add> </operation> </file> <file path="catalog/controller/extension/module/latest.php"> <operation> <search> <![CDATA['href' => $this->url->link('product/product', 'product_id=' . $result['product_id'])]]> </search> <add position="replace"> <![CDATA['href' => $this->url->link('product/product', 'product_id=' . $result['product_id']), 'saving' => $result['price'] == 0 ? 100 : round((($result['price'] - $result['special'])/$result['price'])*100, 0)]]> </add> </operation> </file> <file path="catalog/controller/extension/module/special.php"> <operation> <search> <![CDATA['href' => $this->url->link('product/product', 'product_id=' . $result['product_id'])]]> </search> <add position="replace"> <![CDATA['href' => $this->url->link('product/product', 'product_id=' . $result['product_id']), 'saving' => $result['price'] == 0 ? 100 : round((($result['price'] - $result['special'])/$result['price'])*100, 0)]]> </add> </operation> </file> <file path="catalog/controller/product/category.php"> <operation> <search> <![CDATA['href' => $this->url->link('product/product', 'path=' . $this->request->get['path'] . '&product_id=' . $result['product_id'] . $url)]]> </search> <add position="replace"> <![CDATA['href' => $this->url->link('product/product', 'path=' . $this->request->get['path'] . '&product_id=' . $result['product_id'] . $url), 'saving' => $result['price'] == 0 ? 100 : round((($result['price'] - $result['special'])/$result['price'])*100, 0)]]> </add> </operation> </file> <file path="catalog/controller/product/manufacturer.php"> <operation> <search> <![CDATA['href' => $this->url->link('product/product', 'manufacturer_id=' . $result['manufacturer_id'] . '&product_id=' . $result['product_id'] . $url)]]> </search> <add position="replace"> <![CDATA['href' => $this->url->link('product/product', 'manufacturer_id=' . $result['manufacturer_id'] . '&product_id=' . $result['product_id'] . $url), 'saving' => $result['price'] == 0 ? 100 : round((($result['price'] - $result['special'])/$result['price'])*100, 0)]]> </add> </operation> </file> <file path="catalog/controller/product/product.php"> <operation> <search> <![CDATA['href' => $this->url->link('product/product', 'product_id=' . $result['product_id'])]]> </search> <add position="replace"> <![CDATA['href' => $this->url->link('product/product', 'product_id=' . $result['product_id']), 'saving' => $result['price'] == 0 ? 100 : round((($result['price'] - $result['special'])/$result['price'])*100, 0)]]> </add> </operation> </file> <file path="catalog/controller/product/search.php"> <operation> <search> <![CDATA['href' => $this->url->link('product/product', 'product_id=' . $result['product_id'] . $url)]]> </search> <add position="replace"> <![CDATA['href' => $this->url->link('product/product', 'product_id=' . $result['product_id'] . $url), 'saving' => $result['price'] == 0 ? 100 : round((($result['price'] - $result['special'])/$result['price'])*100, 0)]]> </add> </operation> </file> <file path="catalog/controller/product/special.php"> <operation> <search> <![CDATA['href' => $this->url->link('product/product', 'product_id=' . $result['product_id'] . $url)]]> </search> <add position="replace"> <![CDATA['href' => $this->url->link('product/product', 'product_id=' . $result['product_id'] . $url), 'saving' => $result['price'] == 0 ? 100 : round((($result['price'] - $result['special'])/$result['price'])*100, 0)]]> </add> </operation> </file> <!-- OwlCarousel CSS & JS --> <file path="catalog/controller/extension/module/{carousel,banner}*.php"> <operation> <search> <![CDATA[$this->document->addStyle('catalog/view/javascript/jquery/swiper/css/swiper.min.css');]]> </search> <add position="replace" offset="2"> <![CDATA[$this->document->addStyle('catalog/view/theme/bigshop/stylesheet/owl.carousel.css'); $this->document->addScript('catalog/view/theme/bigshop/js/owl-carousel/owl.carousel.min.js');]]> </add> </operation> </file> <file path="catalog/controller/extension/module/{featured,latest,bestseller,special}*.php"> <operation> <search> <![CDATA[$this->load->model('catalog/product');]]> </search> <add position="before"> <![CDATA[$this->document->addStyle('catalog/view/theme/bigshop/stylesheet/owl.carousel.css'); $this->document->addScript('catalog/view/theme/bigshop/js/owl-carousel/owl.carousel.min.js');]]> </add> </operation> </file> <file path="catalog/controller/extension/module/slideshow.php"> <operation> <search> <![CDATA[$this->document->addStyle('catalog/view/javascript/jquery/swiper/css/swiper.min.css');]]> </search> <add position="replace" offset="2"> <![CDATA[if ($this->config->get('bigshop_homepage_slideshow') == 1){ $this->document->addStyle('catalog/view/theme/bigshop/stylesheet/owl.carousel.css'); $this->document->addScript('catalog/view/theme/bigshop/js/owl-carousel/owl.carousel.min.js'); } else { $this->document->addStyle('catalog/view/theme/bigshop/stylesheet/slideshow.min.css'); $this->document->addScript('catalog/view/theme/bigshop/js/jquery.nivo.slider.pack.js'); }]]> </add> </operation> </file> <file path="catalog/controller/product/product.php"> <operation> <search> <![CDATA[foreach ($results as $result) {]]> </search> <add position="after" index="2"> <![CDATA[if ($result) { $this->document->addStyle('catalog/view/theme/bigshop/stylesheet/owl.carousel.css'); $this->document->addScript('catalog/view/theme/bigshop/js/owl-carousel/owl.carousel.min.js'); }]]> </add> </operation> <operation> <search> <![CDATA[$data['text_manufacturer'] = $this->language->get('text_manufacturer');]]> </search> <add position="before"> <![CDATA[$data['direction'] = $this->language->get('direction');]]> </add> </operation> </file> <!--For Stock Color in Product Page--> <file path="catalog/view/theme/bigshop/template/product/product.twig"> <operation> <search> <![CDATA[<li><b>{{ text_stock }}</b> {{ stock }}</li>]]> </search> <add position="replace"> <![CDATA[{% if product_info['quantity']<= 0 %} <li><b>{{ text_stock }}</b> <span style="color:#f00; font-weight:bold;">{{ stock }}</span></li> {% else %} <li><b>{{ text_stock }}</b> <span style="color:#53af2e; font-weight:bold;">{{ stock }}</span></li> {% endif %}]]> </add> </operation> </file> <file path="catalog/controller/product/product.php"> <operation> <search> <![CDATA[if ($product_info['quantity'] <= 0) {]]> </search> <add position="after"> <![CDATA[$data['product'] = $product_info['quantity'];]]> </add> </operation> <operation> <search> <![CDATA[$product_info = $this->model_catalog_product->getProduct($product_id);]]> </search> <add position="after"> <![CDATA[$data['product_info'] = $product_info;]]> </add> </operation> </file> <!-- Rich Snippets --> <file path="catalog/language/*/*.php"> <operation> <search> <![CDATA[<i class="fa fa-home"></i>]]> </search> <add position="replace"> <![CDATA[<i class="fa fa-home"><dd>Home</dd></i>]]> </add> </operation> </file> <!-- Save & Stay button for admin --> <file path="admin/language/*/*.php"> <operation> <search> <![CDATA[<?php]]> </search> <add position="after"> <![CDATA[$_['button_save_stay'] = 'SAVE & STAY'; $_['result_success'] = 'Successfully Edited!';]]> </add> </operation> </file> <!--Check module position--> <file path="catalog/controller/extension/module/{special,featured,bestseller,latest,bigshop_product_tab}*.php"> <operation> <search> <![CDATA[$this->load->model('tool/image');]]> </search> <add position="after"> <![CDATA[$data['module'] = $setting;]]> </add> </operation> </file> <file path="catalog/controller/common/{content_top,content_bottom,column_right,column_left}*.php"> <operation> <search> <![CDATA[$setting_info = $this->model_setting_module->getModule($part[1]);]]> </search> <add position="after"> <![CDATA[$setting_info['position'] = basename(__FILE__, '.php');]]> </add> </operation> </file> </modification>