'', 'url_product' => '', 'title_product' => '', 'price_product' => '', 'add_cart_title' => '', ); $config = array_merge($default, $param); $image_product = $config['image_product']; $url_product = $config['url_product']; $title_product = $config['title_product']; $price_product = $config['price_product']; $add_cart_title = $config['add_cart_title']; switch ($woo_con_pro_slider) { case 1: $output= '
'.$image_product.'

'.$title_product.'

'.$price_product.'

'.$title_product.'

'.$price_product.'
'; break; case 2: $product_class_before = '
'; $image_class = 'product-img'; break; default: $product_class_before = 'product-plr-3'; $image_class = 'product-img'; break; } return $output; } } if ( ! function_exists( 'becommerce_store_generate_defaults' ) ) { /** * Set default options */ function becommerce_store_generate_defaults($key) { $array_defaults = apply_filters( 'becommerce_store_array_defaults', array( 'top_header_offer' => 'Free Shipping world wide for all orders over $199', 'social_newtab' => 0, 'social_urls' => '', 'social_url_icons' => '', 'top_header_social_show' => 1, 'top_header_menu_show' => 1, 'top_header_offer_show' => 1, 'logo_text_show' => 1, 'becommerce_store_cta_show' => 1, 'cta_filter_data' => 'cta_offer', 'cta_offer_text' => '50% OFF Shoes', 'cta_offer_url' => '#', 'cta_phone_icon' => 'bi bi-telephone-forward', 'cta_phone_text' => 'Hotline 24/7', 'cta_banner_url' => '#', 'menu_cat_big_show' => 0, 'menu_cat_search_show' => 0, 'menu_cat_big_text' => 'All Categories', 'menu_category_big_text_button_color' => '#ffffff', 'menu_category_big_button_color' => '#6f50a7', 'service_frontpage_show' => 1, 'service_list_title_1' => 'Free Shipping', 'service_list_title_2' => 'Free Returns', 'service_list_title_3' => '100% Secure', 'service_list_title_4' => 'Best Price', 'service_list_subtitle_1' => 'Orders over $100', 'service_list_subtitle_2' => 'Within 30 days', 'service_list_subtitle_3' => 'Payment Online', 'service_list_subtitle_4' => 'Guaranteed', 'service_list_icon_1' =>'bi bi-cursor', 'service_list_icon_2' =>'bi bi-arrow-clockwise', 'service_list_icon_3' =>'bi bi-shield-lock', 'service_list_icon_4' =>'bi bi-currency-dollar', 'slider_frontpage_show'=>1, 'repeater_slider_frontpage' => json_encode( array( array("title" => "Mega Sale - Enjoy Up To 50% OFF", "subtitle" => "Up To 50% OFF", "image_url" => get_template_directory_uri().'/assets/img/default-cta-img.png', "text"=>"Basic Solid Color Sneaker", "link" => "#", "button_text"=>"Shop Now"), array("title" => "Sale - Enjoy Up To 30% OFF", "subtitle" => "Up To 30% OFF", "image_url" => get_template_directory_uri().'/assets/img/default-cta-img.png', "text"=>"Basic Solid Color Sneaker", "link" => "#", "button_text"=>"Get Now"), )), 'cta_frontpage_show' => 1, 'cta_title_1' => 'Best Offer', 'cta_subtitle_1' => 'Start $2.99 Solid Color Sneaker', 'cta_button_text_1' => 'Shop Now', 'cta_button_url_1' => '#', 'cta_cropped_image_1' => get_template_directory_uri().'/assets/img/default-cta-img.png', 'cta_title_2' => 'Trending Handbags', 'cta_subtitle_2' => 'Up To 40% OFF Select Styles', 'cta_button_text_2' => 'Get Now', 'cta_button_url_2' => '#', 'cta_cropped_image_2' => get_template_directory_uri().'/assets/img/default-cta-img.png', 'cta_title_3' => 'Swim & Style', 'cta_subtitle_3' => '$15 OFF $75+', 'cta_button_text_3' => 'Check Out', 'cta_button_url_3' => '#', 'cta_cropped_image_3' => get_template_directory_uri().'/assets/img/default-cta-img.png', 'bestseller_frontpage_show' => 0, 'set_best_seller_title' => 'Best Seller', 'bestseller_by_categories' => '', 'banner_bestseller_frontpage_show' => 0, 'cta_banner_title_bestseller' => 'Simple Backpacker', 'cta_banner_subtitle_bestseller' => 'New Arrival', 'cta_banner_text_bestseller' => 'Ready for your trip', 'cta_banner_text_color_bestseller' => '#ffffff', 'cta_upload_banner_bestseller' => get_template_directory_uri().'/assets/img/banner-30.webp', 'cta_banner_url_bestseller' => '#', 'cta_banner_button_label_bestseller' => 'Shop Now', 'cta_banner_button_color_bestseller' => '#ffffff', 'cta_banner_button_text_color_bestseller' => '#e44311', 'recent_frontpage_show' => 0, 'set_recent_frontpage_title' => 'Recent Product', 'set_recent_frontpage_url' => '#', 'sec_latest_news_frontpage_show' => 1, 'set_latest_news_frontpage_title' => 'The Latest News', 'set_latest_news_frontpage_url' => '#', 'contact_address' => '09 Design Street, Downtown Victoria, Australia', 'contact_phone' => '+123 45 56 879', 'contact_email' => 'hello@becommerce-store.com', 'contact_about' => '', 'contact_site' => '', 'entry_u' => range(0, 15), 'footer_site_info' => esc_html__( ' News & Blogs WordPress Theme %year% ', 'becommerce-store' ), 'theme_brand' => 'BeCommerce Store ', 'theme_path' => '/themewp/becommerce-store', 'theme_path_a' => 'online-coupons', 'theme_author' => 'Couponvario', 'theme_made' => 'Made by', 'theme_powered' => 'Powered by', 'separator' => ' | ', 'spartor' => '/', 'a_target' => 'target="_blank"', 'itemtype' => 'WebPage', 'related-posts' => 1, 'related_posts_title' => 'Related Post', )); return $array_defaults[$key]; } }