PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 3.4.2
ShopBuilder – WooCommerce Builder For Elementor v3.4.2
3.4.2 3.4.1 3.4.0 2.0.1 2.0.2 2.0.3 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.13 2.1.14 2.1.15 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 All 63 releases
shopbuilder / resources / themes.php

themes.php in ShopBuilder – WooCommerce Builder For Elementor 3.4.2, at resources/themes.php

117 lines 4.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Themes Page
4 */
5
6 // Do not allow directly accessing this file.
7 if ( ! defined( 'ABSPATH' ) ) {
8 exit( 'This script cannot be accessed directly.' );
9 }
10
11 $themes = [
12 [
13 'theme_name' => 'Zilly - Grocery Store WooCommerce WordPress Theme',
14 'thumbnail' => esc_url( rtsb()->get_assets_uri( 'images/admin-themes/Zilly.png' ) ),
15 'purchase_link' => 'https://www.radiustheme.com/downloads/zilly-grocery-store-woocommerce-wordpress-theme#pricing',
16 'demo_link' => 'https://www.radiustheme.com/demo/wordpress/themes/zilly/',
17 ],
18 [
19 'theme_name' => 'Toyup - Kids Toys Store WooCommerce WordPress Theme',
20 'thumbnail' => esc_url( rtsb()->get_assets_uri( 'images/admin-themes/Toyup.png' ) ),
21 'purchase_link' => 'https://www.radiustheme.com/downloads/toyup-kids-toys-store-woocommerce-wordpress-theme/?utm_source=themeforest#pricing',
22 'demo_link' => 'https://www.radiustheme.com/demo/wordpress/themes/toyup/',
23 ],
24 [
25 'theme_name' => 'Blusho - Beauty & Cosmetics Store WooCommerce WordPress Theme',
26 'thumbnail' => esc_url( rtsb()->get_assets_uri( 'images/admin-themes/blusho.png' ) ),
27 'purchase_link' => 'https://www.radiustheme.com/downloads/blusho-beauty-cosmetics-store-woocommerce-wordpress-theme/?utm_source=themeforest#pricing',
28 'demo_link' => 'https://www.radiustheme.com/demo/wordpress/themes/blusho/',
29 ],
30 [
31 'theme_name' => 'Sportfy - Sports Store WooCommerce WordPress Theme',
32 'thumbnail' => esc_url( rtsb()->get_assets_uri( 'images/admin-themes/Sportfy.png' ) ),
33 'purchase_link' => 'https://www.radiustheme.com/downloads/sportfy-sports-store-woocommerce-wordpress-theme#pricing',
34 'demo_link' => 'https://www.radiustheme.com/demo/wordpress/themes/sportfy/',
35 ],
36 [
37 'theme_name' => 'Fasheno - Fashion Store WooCommerce WordPress Theme',
38 'thumbnail' => esc_url( rtsb()->get_assets_uri( 'images/admin-themes/Fasheno.png' ) ),
39 'purchase_link' => 'https://www.radiustheme.com/downloads/fasheno-fashion-store-woocommerce-wordpress-theme#pricing',
40 'demo_link' => 'https://www.radiustheme.com/demo/wordpress/themes/fasheno/',
41 ],
42 /**
43 [
44 'theme_name' => 'More Themes are Coming Soon',
45 'thumbnail' => esc_url( rtsb()->get_assets_uri( 'images/admin-themes/coming-soon.jpg' ) ),
46 ],
47 */
48 ];
49
50 ?>
51 <div class="wrap rtsb-themes-wrap">
52 <div class="rtsb-settings-page-wrapper">
53 <div class="rtsb-header-area">
54 <div class="rtsb-header-logo-wrap">
55 <img src="<?php echo esc_url( rtsb()->get_assets_uri( 'images/icon/ShopBuilder-Logo.svg' ) ); ?>" alt="ShopBuilder" loading="lazy">
56 </div>
57 <div class="rtsb-header-title-wrap">
58 <h1 class="rtsb-title"><?php echo esc_html__( 'ShopBuilder Themes', 'shopbuilder' ); ?></h1>
59 </div>
60 </div>
61 <div class="rtsb-settings-tabs-wrap">
62 <div class="rtsb-settings-tab-content">
63 <div class="rtsb-ss-wrap">
64 <div class="rtsb-ss-header-area">
65 <div class="rtsb-ss-header">
66 <h2 class="rtsb-title"><?php echo esc_html__( 'WooCommerce Themes with ShopBuilder', 'shopbuilder' ); ?></h2>
67 <p class="rtsb-description"><?php echo esc_html__( 'Discover our beautiful WooCommerce themes, expertly crafted for easy setup and customization with the Shopbuilder plugin.', 'shopbuilder' ); ?></p>
68 </div>
69 </div>
70
71 <div class="rtsb-ss-item-list-wrap">
72 <div class="rtsb-themes-container">
73 <?php
74 foreach ( $themes as $theme ) {
75 ?>
76 <div class="rtsb-ss-item">
77 <div class="rtsb-ss-item-box">
78 <div class="rtsb-ss-item-thumbnail">
79 <img src="<?php echo esc_url( $theme['thumbnail'] ); ?>" alt="ShopBuilder">
80 </div>
81 <div class="rtsb-ss-item-content">
82 <h3 class="rtsb-ss-item-title"><?php echo esc_html( $theme['theme_name'] ); ?></h3>
83 <div class="rtsb-ss-item-buttons">
84 <?php
85 if ( ! empty( $theme['demo_link'] ) ) {
86 ?>
87 <a href="<?php echo esc_url( $theme['demo_link'] ); ?>" class="rtsb-button rtsb-button-demo" target="_blank"><?php echo esc_html__( 'View Demo', 'shopbuilder' ); ?></a>
88 <?php
89 }
90
91 if ( ! empty( $theme['purchase_link'] ) ) {
92 ?>
93 <a href="<?php echo esc_url( $theme['purchase_link'] ); ?>" class="rtsb-button rtsb-button-purchase" target="_blank"><?php echo esc_html__( 'Buy Now', 'shopbuilder' ); ?></a>
94 <?php
95 }
96
97 if ( ! empty( $theme['download_link'] ) ) {
98 ?>
99 <a href="<?php echo esc_url( $theme['download_link'] ); ?>" class="rtsb-button rtsb-button-purchase" target="_blank"><?php echo esc_html__( 'Download', 'shopbuilder' ); ?></a>
100 <?php
101 }
102 ?>
103 </div>
104 </div>
105 </div>
106 </div>
107 <?php
108 }
109 ?>
110 </div>
111 </div>
112 </div>
113 </div>
114 </div>
115 </div>
116 </div>
117