| Server IP : 173.209.174.21 / Your IP : 216.73.216.89 Web Server : Apache/2.4.58 (Ubuntu) System : Linux wcfs-server 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : nodor ( 1000) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/wearewc/wp-content/plugins/athemeart-theme-helper/data/shoper/ |
Upload File : |
<?php
/**
* Demos
*
* @package Demo Content for shopstore
* @author aThemeArt
*/
// Exit if accessed directly
if (!defined('ABSPATH')) {
exit;
}
$theme = wp_get_theme();
// Demos url
$url = 'https://demo.athemeart.com/demo-import/' . $theme->template . '/';
$data['free'] = array(
'demo_name' => 'Shopper Free',
'categories' => array('free'),
'demo_url' => 'https://athemeart.dev/demo/shoper/demo-3/?post_type=product',
'xml_file' => ATA_DEMO_URL.'data/temp.xml',
'widgets_file' => 'https://demo.athemeart.com/demo-import/startup-shop/default-widgets.wie',
'screenshot' => 'https://i0.wp.com/themes.svn.wordpress.org/shoper/1.3.3/screenshot.png',
'home_title' => 'Home',
'blog_title' => 'Blog',
'posts_to_show' => '6',
'elementor_width' => '1400',
'is_shop' => true,
'woo_image_size' => '600',
'woo_thumb_size' => '300',
'woo_crop_width' => '1',
'woo_crop_height' => '1',
'required_plugins' => array(
'free' => array(
array(
'slug' => 'elementor',
'init' => 'elementor/elementor.php',
'name' => 'Elementor',
),
array(
'slug' => 'woocommerce',
'init' => 'woocommerce/woocommerce.php',
'name' => 'WooCommerce',
),
),
)
);
$data['fashion'] = array(
'demo_name' => 'Fashion shop',
'demo_url' => 'https://athemeart.dev/demo/shoper/demo-1/',
'categories' => array('Premium'),
'screenshot' => 'https://demo.athemeart.com/demo-import/shoper/screenshot-1.png',
'pro' => 'https://athemeart.com/downloads/shopper-best-woocommerce-theme/',
);
$data['Cosmetics'] = array(
'demo_name' => 'Cosmetics / Beauty',
'demo_url' => 'https://athemeart.dev/demo/shoper/demo-2/',
'categories' => array('Premium'),
'screenshot' => 'https://demo.athemeart.com/demo-import/shoper/screenshot-2.png',
'pro' => 'https://athemeart.com/downloads/shopper-best-woocommerce-theme/',
);
$data['Default'] = array(
'demo_name' => 'Default Store',
'demo_url' => 'https://athemeart.dev/demo/shoper/demo-3/',
'categories' => array('Premium'),
'screenshot' => 'https://demo.athemeart.com/demo-import/shoper/screenshot-3.png',
'pro' => 'https://athemeart.com/downloads/shopper-best-woocommerce-theme/',
);
$data['dark'] = array(
'demo_name' => 'Dark',
'demo_url' => 'https://athemeart.dev/demo/shoper/demo-4/',
'categories' => array('Premium'),
'screenshot' => 'https://demo.athemeart.com/demo-import/shoper/screenshot-4.png',
'pro' => 'https://athemeart.com/downloads/shopper-best-woocommerce-theme/',
);