PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 2.5.0
ShopBuilder – WooCommerce Builder For Elementor v2.5.0
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 2.5.0, at resources/themes.php

126 lines 5.1 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' => 'ShopBuilder – Flutter Woocommerce Mobile App',
14 'thumbnail' => esc_url( rtsb()->get_assets_uri( 'images/admin-themes/flutter-app.png' ) ),
15 'purchase_link' => 'https://shopbuilderwp.com/shopbuilder-apps/shopbuilder-flutter-woocommerce-mobile-app/',
16 ],
17 [
18 'theme_name' => 'EasyShop - Woocommerce WordPress Theme',
19 'thumbnail' => esc_url( rtsb()->get_assets_uri( 'images/admin-themes/easyshop-theme.jpg' ) ),
20 'purchase_link' => 'https://shopbuilderwp.com/theme/easyshop/',
21 'demo_link' => 'https://www.radiustheme.com/demo/shopbuilder/easyshop/',
22 ],
23 [
24 'theme_name' => 'Decor - Furniture Store Woocommerce WordPress Theme',
25 'thumbnail' => esc_url( rtsb()->get_assets_uri( 'images/admin-themes/decor-theme.jpg' ) ),
26 'purchase_link' => 'https://shopbuilderwp.com/theme/decor/',
27 'demo_link' => 'https://www.radiustheme.com/demo/shopbuilder/decor/',
28 ],
29 [
30 'theme_name' => 'Eleganz– Fashion Woocommerce WordPress Theme',
31 'thumbnail' => esc_url( rtsb()->get_assets_uri( 'images/admin-themes/eleganz-theme.jpg' ) ),
32 'purchase_link' => 'https://shopbuilderwp.com/theme/eleganz/',
33 'demo_link' => 'https://www.radiustheme.com/demo/shopbuilder/eleganz/',
34 ],
35 [
36 'theme_name' => 'PartShop – Auto Parts Woocommerce WordPress Theme',
37 'thumbnail' => esc_url( rtsb()->get_assets_uri( 'images/admin-themes/partshop-theme.jpg' ) ),
38 'purchase_link' => 'https://shopbuilderwp.com/theme/partshop/',
39 'demo_link' => 'https://www.radiustheme.com/demo/shopbuilder/partshop/',
40 ],
41 [
42 'theme_name' => 'Markeet - General Woocommerce WordPress Theme',
43 'thumbnail' => esc_url( rtsb()->get_assets_uri( 'images/admin-themes/markeet-theme.jpg' ) ),
44 'purchase_link' => 'https://shopbuilderwp.com/theme/markeet/',
45 'demo_link' => 'https://www.radiustheme.com/demo/shopbuilder/markeet/',
46 ],
47 [
48 'theme_name' => 'Elektra - Electronics Woocommerce WordPress Theme',
49 'thumbnail' => esc_url( rtsb()->get_assets_uri( 'images/admin-themes/elektra-theme.png' ) ),
50 'purchase_link' => 'https://shopbuilderwp.com/theme/elektra/',
51 'demo_link' => 'https://www.radiustheme.com/demo/shopbuilder/elektra/',
52 ],
53 [
54 'theme_name' => 'oMart - Organic Woocommerce WordPress Theme',
55 'thumbnail' => esc_url( rtsb()->get_assets_uri( 'images/admin-themes/omart-theme.png' ) ),
56 'purchase_link' => 'https://shopbuilderwp.com/theme/omart/',
57 'demo_link' => 'https://www.radiustheme.com/demo/shopbuilder/omart/',
58 ],
59 [
60 'theme_name' => 'More Themes are Coming Soon',
61 'thumbnail' => esc_url( rtsb()->get_assets_uri( 'images/admin-themes/coming-soon.jpg' ) ),
62 ],
63 ];
64
65 ?>
66 <div class="wrap rtsb-themes-wrap">
67 <div class="rtsb-settings-page-wrapper">
68 <div class="rtsb-header-area">
69 <div class="rtsb-header-logo-wrap">
70 <img src="<?php echo esc_url( rtsb()->get_assets_uri( 'images/icon/ShopBuilder-Logo.svg' ) ); ?>" alt="ShopBuilder" loading="lazy">
71 </div>
72 <div class="rtsb-header-title-wrap">
73 <h1 class="rtsb-title"><?php echo esc_html__( 'ShopBuilder Themes & Apps', 'shopbuilder' ); ?></h1>
74 </div>
75 </div>
76 <div class="rtsb-settings-tabs-wrap">
77 <div class="rtsb-settings-tab-content">
78 <div class="rtsb-ss-wrap">
79 <div class="rtsb-ss-header-area">
80 <div class="rtsb-ss-header">
81 <h2 class="rtsb-title"><?php echo esc_html__( 'WooCommerce Themes with ShopBuilder', 'shopbuilder' ); ?></h2>
82 <p class="rtsb-description"><?php echo esc_html__( 'Discover our beautiful WooCommerce themes and apps, expertly crafted for easy setup and customization with the Shopbuilder plugin.', 'shopbuilder' ); ?></p>
83 </div>
84 </div>
85
86 <div class="rtsb-ss-item-list-wrap">
87 <div class="rtsb-themes-container">
88 <?php
89 foreach ( $themes as $theme ) {
90 ?>
91 <div class="rtsb-ss-item">
92 <div class="rtsb-ss-item-box">
93 <div class="rtsb-ss-item-thumbnail">
94 <img src="<?php echo esc_url( $theme['thumbnail'] ); ?>" alt="ShopBuilder">
95 </div>
96 <div class="rtsb-ss-item-content">
97 <h3 class="rtsb-ss-item-title"><?php echo esc_html( $theme['theme_name'] ); ?></h3>
98 <div class="rtsb-ss-item-buttons">
99 <?php
100 if ( ! empty( $theme['demo_link'] ) ) {
101 ?>
102 <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>
103 <?php
104 }
105
106 if ( ! empty( $theme['purchase_link'] ) ) {
107 ?>
108 <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>
109 <?php
110 }
111 ?>
112 </div>
113 </div>
114 </div>
115 </div>
116 <?php
117 }
118 ?>
119 </div>
120 </div>
121 </div>
122 </div>
123 </div>
124 </div>
125 </div>
126