designs.php
949 lines
| 1 | <?php |
| 2 | |
| 3 | $pro_file = class_exists('\ShopEngine_Pro') ? \ShopEngine_Pro::plugin_dir(). "sample-designs/contents" : false; |
| 4 | $free_file = \ShopEngine::core_dir(). "sample-designs/contents"; |
| 5 | |
| 6 | return [ |
| 7 | 'single' => [ |
| 8 | [ |
| 9 | 'id' => 'single-01', |
| 10 | 'editor' => 'elementor', |
| 11 | 'package' => 'free', |
| 12 | 'title' => esc_html__('Single Design 1', 'shopengine'), |
| 13 | 'preview_thumb' => 'contents/single/01/preview.jpg', |
| 14 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/product/baby-monitor-vb605-radio/', |
| 15 | 'file' => $free_file ? $free_file. '/single/01/content.json' : '', |
| 16 | ], |
| 17 | [ |
| 18 | 'id' => 'gutenberg-single-01', |
| 19 | 'editor' => 'gutenberg', |
| 20 | 'package' => 'free', |
| 21 | 'title' => esc_html__('Single Design 1', 'shopengine'), |
| 22 | 'preview_thumb' => 'contents/single/01/preview.jpg', |
| 23 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/product/baby-monitor-vb605-radio/', |
| 24 | 'file' => $free_file ? $free_file. '/single/01/content.html' : '', |
| 25 | ], |
| 26 | [ |
| 27 | 'id' => 'single-02', |
| 28 | 'editor' => 'elementor', |
| 29 | 'package' => 'free', |
| 30 | 'title' => esc_html__('Single Design 2', 'shopengine'), |
| 31 | 'preview_thumb' => 'contents/single/02/preview.jpg', |
| 32 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/product/fruit-and-berry-salads-in-jars/?shopengine_template_id=487&preview_nonce=by_pass_demo&change_template=1', |
| 33 | 'file' => $free_file ? $free_file. '/single/02/content.json' : '', |
| 34 | ], |
| 35 | [ |
| 36 | 'id' => 'gutenberg-single-02', |
| 37 | 'editor' => 'gutenberg', |
| 38 | 'package' => 'free', |
| 39 | 'title' => esc_html__('Single Design 2', 'shopengine'), |
| 40 | 'preview_thumb' => 'contents/single/02/preview.jpg', |
| 41 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/product/fruit-and-berry-salads-in-jars/?shopengine_template_id=487&preview_nonce=by_pass_demo&change_template=1', |
| 42 | 'file' => $free_file ? $free_file. '/single/02/content.html' : '', |
| 43 | ], |
| 44 | [ |
| 45 | 'id' => 'single-03', |
| 46 | 'editor' => 'elementor', |
| 47 | 'package' => 'pro', |
| 48 | 'title' => esc_html__('Single Design 3', 'shopengine'), |
| 49 | 'preview_thumb' => 'contents/single/03/preview.jpg', |
| 50 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/product/baby-monitor-vb605-radio/?shopengine_template_id=718&preview_nonce=by_pass_demo&change_template=1', |
| 51 | 'file' => $pro_file ? $pro_file. '/single/03/content.json' : '', |
| 52 | ], |
| 53 | [ |
| 54 | 'id' => 'gutenberg-single-03', |
| 55 | 'editor' => 'gutenberg', |
| 56 | 'package' => 'pro', |
| 57 | 'title' => esc_html__('Single Design 3', 'shopengine'), |
| 58 | 'preview_thumb' => 'contents/single/03/preview.jpg', |
| 59 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/product/baby-monitor-vb605-radio/?shopengine_template_id=718&preview_nonce=by_pass_demo&change_template=1', |
| 60 | 'file' => $pro_file ? $pro_file. '/single/03/content.html' : '', |
| 61 | ], |
| 62 | [ |
| 63 | 'id' => 'single-04', |
| 64 | 'editor' => 'elementor', |
| 65 | 'package' => 'pro', |
| 66 | 'title' => esc_html__('Single Design 4', 'shopengine'), |
| 67 | 'preview_thumb' => 'contents/single/04/preview.jpg', |
| 68 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/product/baby-monitor-vb605-radio/?shopengine_template_id=1121&preview_nonce=by_pass_demo&change_template=1', |
| 69 | 'file' => $pro_file ? $pro_file. '/single/04/content.json' : '', |
| 70 | ], |
| 71 | [ |
| 72 | 'id' => 'gutengerg-single-04', |
| 73 | 'editor' => 'gutenberg', |
| 74 | 'package' => 'pro', |
| 75 | 'title' => esc_html__('Single Design 4', 'shopengine'), |
| 76 | 'preview_thumb' => 'contents/single/04/preview.jpg', |
| 77 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/product/baby-monitor-vb605-radio/?shopengine_template_id=1121&preview_nonce=by_pass_demo&change_template=1', |
| 78 | 'file' => $pro_file ? $pro_file. '/single/04/content.html' : '', |
| 79 | ], |
| 80 | [ |
| 81 | 'id' => 'single-05', |
| 82 | 'editor' => 'elementor', |
| 83 | 'package' => 'pro', |
| 84 | 'title' => esc_html__('Single Design 5', 'shopengine'), |
| 85 | 'preview_thumb' => 'contents/single/05/preview.jpg', |
| 86 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/product/modern-chair/?shopengine_template_id=1201&preview_nonce=by_pass_demo&change_template=1', |
| 87 | 'file' => $pro_file ? $pro_file. '/single/05/content.json' : '', |
| 88 | ], |
| 89 | [ |
| 90 | 'id' => 'gutenberg-single-05', |
| 91 | 'editor' => 'gutenberg', |
| 92 | 'package' => 'pro', |
| 93 | 'title' => esc_html__('Single Design 5', 'shopengine'), |
| 94 | 'preview_thumb' => 'contents/single/05/preview.jpg', |
| 95 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/product/modern-chair/?shopengine_template_id=1201&preview_nonce=by_pass_demo&change_template=1', |
| 96 | 'file' => $pro_file ? $pro_file. '/single/05/content.html' : '', |
| 97 | ], |
| 98 | [ |
| 99 | 'id' => 'single-06', |
| 100 | 'editor' => 'elementor', |
| 101 | 'package' => 'pro', |
| 102 | 'title' => esc_html__('Single Design 6', 'shopengine'), |
| 103 | 'preview_thumb' => 'contents/single/06/preview.jpg', |
| 104 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/product/corporate-mid-back/?shopengine_template_id=1367&preview_nonce=by_pass_demo&change_template=1', |
| 105 | 'file' => $pro_file ? $pro_file. '/single/06/content.json' : '', |
| 106 | ], |
| 107 | [ |
| 108 | 'id' => 'gutenberg-single-06', |
| 109 | 'editor' => 'gutenberg', |
| 110 | 'package' => 'pro', |
| 111 | 'title' => esc_html__('Single Design 6', 'shopengine'), |
| 112 | 'preview_thumb' => 'contents/single/06/preview.jpg', |
| 113 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/product/corporate-mid-back/?shopengine_template_id=1367&preview_nonce=by_pass_demo&change_template=1', |
| 114 | 'file' => $pro_file ? $pro_file. '/single/06/content.html' : '', |
| 115 | ], |
| 116 | [ |
| 117 | 'id' => 'single-07', |
| 118 | 'editor' => 'elementor', |
| 119 | 'package' => 'pro', |
| 120 | 'title' => esc_html__('Single Design 7', 'shopengine'), |
| 121 | 'preview_thumb' => 'contents/single/07/preview.jpg', |
| 122 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/product/corporate-mid-back/?shopengine_template_id=1467&preview_nonce=by_pass_demo&change_template=1', |
| 123 | 'file' => $pro_file ? $pro_file. '/single/07/content.json' : '', |
| 124 | ], |
| 125 | [ |
| 126 | 'id' => 'gutenberg-single-07', |
| 127 | 'editor' => 'gutenberg', |
| 128 | 'package' => 'pro', |
| 129 | 'title' => esc_html__('Single Design 7', 'shopengine'), |
| 130 | 'preview_thumb' => 'contents/single/07/preview.jpg', |
| 131 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/product/corporate-mid-back/?shopengine_template_id=1467&preview_nonce=by_pass_demo&change_template=1', |
| 132 | 'file' => $pro_file ? $pro_file. '/single/07/content.html' : '', |
| 133 | ], |
| 134 | [ |
| 135 | 'id' => 'single-08', |
| 136 | 'editor' => 'elementor', |
| 137 | 'package' => 'pro', |
| 138 | 'title' => esc_html__('Single Design 8', 'shopengine'), |
| 139 | 'preview_thumb' => 'contents/single/08/preview.jpg', |
| 140 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/product/corporate-mid-back/?shopengine_template_id=1561&preview_nonce=by_pass_demo&change_template=1', |
| 141 | 'file' => $pro_file ? $pro_file. '/single/08/content.json' : '', |
| 142 | ], |
| 143 | [ |
| 144 | 'id' => 'gutenberg-single-08', |
| 145 | 'editor' => 'gutenberg', |
| 146 | 'package' => 'pro', |
| 147 | 'title' => esc_html__('Single Design 8', 'shopengine'), |
| 148 | 'preview_thumb' => 'contents/single/08/preview.jpg', |
| 149 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/product/corporate-mid-back/?shopengine_template_id=1561&preview_nonce=by_pass_demo&change_template=1', |
| 150 | 'file' => $pro_file ? $pro_file. '/single/08/content.html' : '', |
| 151 | ], |
| 152 | [ |
| 153 | 'id' => 'single-09', |
| 154 | 'editor' => 'elementor', |
| 155 | 'package' => 'pro', |
| 156 | 'title' => esc_html__('Single Design 9', 'shopengine'), |
| 157 | 'preview_thumb' => 'contents/single/09/preview.jpg', |
| 158 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/product/corporate-mid-back/?shopengine_template_id=1613&preview_nonce=by_pass_demo&change_template=1', |
| 159 | 'file' => $pro_file ? $pro_file. '/single/09/content.json' : '', |
| 160 | ], |
| 161 | [ |
| 162 | 'id' => 'gutenberg-single-09', |
| 163 | 'editor' => 'gutenberg', |
| 164 | 'package' => 'pro', |
| 165 | 'title' => esc_html__('Single Design 9', 'shopengine'), |
| 166 | 'preview_thumb' => 'contents/single/09/preview.jpg', |
| 167 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/product/corporate-mid-back/?shopengine_template_id=1613&preview_nonce=by_pass_demo&change_template=1', |
| 168 | 'file' => $pro_file ? $pro_file. '/single/09/content.html' : '', |
| 169 | ], |
| 170 | [ |
| 171 | 'id' => 'single-10', |
| 172 | 'editor' => 'elementor', |
| 173 | 'package' => 'pro', |
| 174 | 'title' => esc_html__('Single Design 10', 'shopengine'), |
| 175 | 'preview_thumb' => 'contents/single/10/preview.jpg', |
| 176 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/product/corporate-mid-back/?shopengine_template_id=1722&preview_nonce=by_pass_demo&change_template=1', |
| 177 | 'file' => $pro_file ? $pro_file. '/single/10/content.json' : '', |
| 178 | ], |
| 179 | [ |
| 180 | 'id' => 'gutenberg-single-10', |
| 181 | 'editor' => 'gutenberg', |
| 182 | 'package' => 'pro', |
| 183 | 'title' => esc_html__('Single Design 10', 'shopengine'), |
| 184 | 'preview_thumb' => 'contents/single/10/preview.jpg', |
| 185 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/product/corporate-mid-back/?shopengine_template_id=1722&preview_nonce=by_pass_demo&change_template=1', |
| 186 | 'file' => $pro_file ? $pro_file. '/single/10/content.html' : '', |
| 187 | ], |
| 188 | [ |
| 189 | 'id' => 'single-11', |
| 190 | 'editor' => 'elementor', |
| 191 | 'package' => 'pro', |
| 192 | 'title' => esc_html__('Single Design 11 RTL', 'shopengine'), |
| 193 | 'preview_thumb' => 'contents/single/11/preview.jpg', |
| 194 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/rtl/product/kitchen-appliances-with-wood/', |
| 195 | 'file' => $pro_file ? $pro_file. '/single/11/content.json' : '', |
| 196 | ], |
| 197 | ], |
| 198 | 'archive' => [ |
| 199 | [ |
| 200 | 'id' => 'archive-01', |
| 201 | 'editor' => 'elementor', |
| 202 | 'package' => 'free', |
| 203 | 'title' => esc_html__('Archive Design 1', 'shopengine'), |
| 204 | 'preview_thumb' => 'contents/archive/01/preview.jpg', |
| 205 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/?shopengine_template_id=158&preview_nonce=by_pass_demo&change_template=1', |
| 206 | 'file' => $free_file ? $free_file. '/archive/01/content.json' : '', |
| 207 | ], |
| 208 | [ |
| 209 | 'id' => 'gutenberg-archive-01', |
| 210 | 'editor' => 'gutenberg', |
| 211 | 'package' => 'free', |
| 212 | 'title' => esc_html__('Archive Design 1', 'shopengine'), |
| 213 | 'preview_thumb' => 'contents/archive/01/preview.jpg', |
| 214 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/?shopengine_template_id=158&preview_nonce=by_pass_demo&change_template=1', |
| 215 | 'file' => $free_file ? $free_file. '/archive/01/content.html' : '', |
| 216 | ], |
| 217 | [ |
| 218 | 'id' => 'archive-02', |
| 219 | 'editor' => 'elementor', |
| 220 | 'package' => 'pro', |
| 221 | 'title' => esc_html__('Archive Design 2', 'shopengine'), |
| 222 | 'preview_thumb' => 'contents/archive/02/preview.jpg', |
| 223 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/?shopengine_template_id=512&preview_nonce=by_pass_demo&change_template=1', |
| 224 | 'file' => $pro_file ? $pro_file. '/archive/02/content.json' : '', |
| 225 | ], |
| 226 | [ |
| 227 | 'id' => 'gutenberg-archive-02', |
| 228 | 'editor' => 'gutenberg', |
| 229 | 'package' => 'pro', |
| 230 | 'title' => esc_html__('Archive Design 2', 'shopengine'), |
| 231 | 'preview_thumb' => 'contents/archive/02/preview.jpg', |
| 232 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/?shopengine_template_id=512&preview_nonce=by_pass_demo&change_template=1', |
| 233 | 'file' => $pro_file ? $pro_file. '/archive/02/content.html' : '', |
| 234 | ], |
| 235 | [ |
| 236 | 'id' => 'archive-03', |
| 237 | 'editor' => 'elementor', |
| 238 | 'package' => 'pro', |
| 239 | 'title' => esc_html__('Archive Design 3 RTL', 'shopengine'), |
| 240 | 'preview_thumb' => 'contents/archive/03/preview.jpg', |
| 241 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/rtl/?shopengine_template_id=3871&preview_nonce=by_pass_demo&change_template=1', |
| 242 | 'file' => $pro_file ? $pro_file. '/archive/03/content.json' : '', |
| 243 | ], |
| 244 | ], |
| 245 | 'shop' => [ |
| 246 | [ |
| 247 | 'id' => 'shop-01', |
| 248 | 'editor' => 'elementor', |
| 249 | 'package' => 'free', |
| 250 | 'title' => esc_html__('Shop Design 1', 'shopengine'), |
| 251 | 'preview_thumb' => 'contents/shop/01/preview.jpg', |
| 252 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/?shopengine_template_id=135&preview_nonce=by_pass_demo&change_template=1', |
| 253 | 'file' => $free_file ? $free_file. '/shop/01/content.json' : '', |
| 254 | ], |
| 255 | [ |
| 256 | 'id' => 'gutenberg-shop-01', |
| 257 | 'editor' => 'gutenberg', |
| 258 | 'package' => 'free', |
| 259 | 'title' => esc_html__('Shop Design 1', 'shopengine'), |
| 260 | 'preview_thumb' => 'contents/shop/01/preview.jpg', |
| 261 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/?shopengine_template_id=135&preview_nonce=by_pass_demo&change_template=1', |
| 262 | 'file' => $free_file ? $free_file. '/shop/01/content.html' : '', |
| 263 | ], |
| 264 | [ |
| 265 | 'id' => 'shop-02', |
| 266 | 'editor' => 'elementor', |
| 267 | 'package' => 'pro', |
| 268 | 'title' => esc_html__('Shop Design 2', 'shopengine'), |
| 269 | 'preview_thumb' => 'contents/shop/02/preview.jpg', |
| 270 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/?shopengine_template_id=444&preview_nonce=by_pass_demo&change_template=1', |
| 271 | 'file' => $pro_file ? $pro_file. '/shop/02/content.json' : '', |
| 272 | ], |
| 273 | [ |
| 274 | 'id' => 'gutenberg-shop-02', |
| 275 | 'editor' => 'gutenberg', |
| 276 | 'package' => 'pro', |
| 277 | 'title' => esc_html__('Shop Design 2', 'shopengine'), |
| 278 | 'preview_thumb' => 'contents/shop/02/preview.jpg', |
| 279 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/?shopengine_template_id=444&preview_nonce=by_pass_demo&change_template=1', |
| 280 | 'file' => $pro_file ? $pro_file. '/shop/02/content.html' : '', |
| 281 | ], |
| 282 | [ |
| 283 | 'id' => 'shop-03', |
| 284 | 'editor' => 'elementor', |
| 285 | 'package' => 'pro', |
| 286 | 'title' => esc_html__('Shop Design 3', 'shopengine'), |
| 287 | 'preview_thumb' => 'contents/shop/03/preview.jpg', |
| 288 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/?shopengine_template_id=1281&preview_nonce=by_pass_demo&change_template=1', |
| 289 | 'file' => $pro_file ? $pro_file. '/shop/03/content.json' : '', |
| 290 | ], |
| 291 | [ |
| 292 | 'id' => 'gutenberg-shop-03', |
| 293 | 'editor' => 'gutenberg', |
| 294 | 'package' => 'pro', |
| 295 | 'title' => esc_html__('Shop Design 3', 'shopengine'), |
| 296 | 'preview_thumb' => 'contents/shop/03/preview.jpg', |
| 297 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/?shopengine_template_id=1281&preview_nonce=by_pass_demo&change_template=1', |
| 298 | 'file' => $pro_file ? $pro_file. '/shop/03/content.html' : '', |
| 299 | ], |
| 300 | [ |
| 301 | 'id' => 'shop-04', |
| 302 | 'editor' => 'elementor', |
| 303 | 'package' => 'pro', |
| 304 | 'title' => esc_html__('Shop Design 4', 'shopengine'), |
| 305 | 'preview_thumb' => 'contents/shop/04/preview.jpg', |
| 306 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/?shopengine_template_id=1355&preview_nonce=by_pass_demo&change_template=1', |
| 307 | 'file' => $pro_file ? $pro_file. '/shop/04/content.json' : '', |
| 308 | ], |
| 309 | [ |
| 310 | 'id' => 'gutenberg-shop-04', |
| 311 | 'editor' => 'gutenberg', |
| 312 | 'package' => 'pro', |
| 313 | 'title' => esc_html__('Shop Design 4', 'shopengine'), |
| 314 | 'preview_thumb' => 'contents/shop/04/preview.jpg', |
| 315 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/?shopengine_template_id=1355&preview_nonce=by_pass_demo&change_template=1', |
| 316 | 'file' => $pro_file ? $pro_file. '/shop/04/content.html' : '', |
| 317 | ], |
| 318 | [ |
| 319 | 'id' => 'shop-05', |
| 320 | 'editor' => 'elementor', |
| 321 | 'package' => 'pro', |
| 322 | 'title' => 'Shop Design 5', |
| 323 | 'preview_thumb' => 'contents/shop/05/preview.jpg', |
| 324 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/?shopengine_template_id=1417&preview_nonce=by_pass_demo&change_template=1', |
| 325 | 'file' => $pro_file ? $pro_file. '/shop/05/content.json' : '', |
| 326 | ], |
| 327 | [ |
| 328 | 'id' => 'gutenberg-shop-05', |
| 329 | 'editor' => 'gutenberg', |
| 330 | 'package' => 'pro', |
| 331 | 'title' => 'Shop Design 5', |
| 332 | 'preview_thumb' => 'contents/shop/05/preview.jpg', |
| 333 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/?shopengine_template_id=1417&preview_nonce=by_pass_demo&change_template=1', |
| 334 | 'file' => $pro_file ? $pro_file. '/shop/05/content.html' : '', |
| 335 | ], |
| 336 | [ |
| 337 | 'id' => 'shop-06', |
| 338 | 'editor' => 'elementor', |
| 339 | 'package' => 'pro', |
| 340 | 'title' => 'Shop Design 6 RTL', |
| 341 | 'preview_thumb' => 'contents/shop/06/preview.jpg', |
| 342 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/rtl/shop/', |
| 343 | 'file' => $pro_file ? $pro_file. '/shop/06/content.json' : '', |
| 344 | ], |
| 345 | ], |
| 346 | 'cart' => [ |
| 347 | [ |
| 348 | 'id' => 'cart-01', |
| 349 | 'editor' => 'elementor', |
| 350 | 'package' => 'free', |
| 351 | 'title' => esc_html__('Cart Design 1', 'shopengine'), |
| 352 | 'preview_thumb' => 'contents/cart/01/preview.jpg', |
| 353 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/cart/?add-to-cart=68', |
| 354 | 'file' => $free_file ? $free_file. '/cart/01/content.json' : '', |
| 355 | ], |
| 356 | [ |
| 357 | 'id' => 'gutenberg-cart-01', |
| 358 | 'editor' => 'gutenberg', |
| 359 | 'package' => 'free', |
| 360 | 'title' => esc_html__('Cart Design 1', 'shopengine'), |
| 361 | 'preview_thumb' => 'contents/cart/01/preview.jpg', |
| 362 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/cart/?add-to-cart=68', |
| 363 | 'file' => $free_file ? $free_file. '/cart/01/content.html' : '', |
| 364 | ], |
| 365 | [ |
| 366 | 'id' => 'cart-02', |
| 367 | 'editor' => 'elementor', |
| 368 | 'package' => 'pro', |
| 369 | 'title' => esc_html__('Cart Design 2 RTL', 'shopengine'), |
| 370 | 'preview_thumb' => 'contents/cart/02/preview.jpg', |
| 371 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/rtl/cart/?add-to-cart=70', |
| 372 | 'file' => $pro_file ? $pro_file. '/cart/02/content.json' : '', |
| 373 | ], |
| 374 | ], |
| 375 | 'checkout' => [ |
| 376 | [ |
| 377 | 'id' => 'checkout-01', |
| 378 | 'editor' => 'elementor', |
| 379 | 'package' => 'free', |
| 380 | 'title' => esc_html__('Checkout Design 1', 'shopengine'), |
| 381 | 'preview_thumb' => 'contents/checkout/01/preview.jpg', |
| 382 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/checkout/?add-to-cart=68', |
| 383 | 'file' => $free_file ? $free_file. '/checkout/01/content.json' : '', |
| 384 | ], |
| 385 | [ |
| 386 | 'id' => 'gutenberg-checkout-01', |
| 387 | 'editor' => 'gutenberg', |
| 388 | 'package' => 'free', |
| 389 | 'title' => esc_html__('Checkout Design 1', 'shopengine'), |
| 390 | 'preview_thumb' => 'contents/checkout/01/preview.jpg', |
| 391 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/checkout/?add-to-cart=68', |
| 392 | 'file' => $free_file ? $free_file. '/checkout/01/content.html' : '', |
| 393 | ], |
| 394 | [ |
| 395 | 'id' => 'checkout-02', |
| 396 | 'editor' => 'elementor', |
| 397 | 'package' => 'free', |
| 398 | 'title' => esc_html__('Checkout Design 2', 'shopengine'), |
| 399 | 'preview_thumb' => 'contents/checkout/02/preview.jpg', |
| 400 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/checkout/?shopengine_template_id=3717&preview_nonce=by_pass_demo&change_template=1&add-to-cart=68', |
| 401 | 'file' => $free_file ? $free_file. '/checkout/02/content.json' : '', |
| 402 | ], |
| 403 | [ |
| 404 | 'id' => 'gutenberg-checkout-02', |
| 405 | 'editor' => 'gutenberg', |
| 406 | 'package' => 'free', |
| 407 | 'title' => esc_html__('Checkout Design 2', 'shopengine'), |
| 408 | 'preview_thumb' => 'contents/checkout/02/preview.jpg', |
| 409 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/checkout/?shopengine_template_id=3717&preview_nonce=by_pass_demo&change_template=1&add-to-cart=68', |
| 410 | 'file' => $free_file ? $free_file. '/checkout/02/content.html' : '', |
| 411 | ], |
| 412 | [ |
| 413 | 'id' => 'checkout-03', |
| 414 | 'editor' => 'elementor', |
| 415 | 'package' => 'pro', |
| 416 | 'title' => esc_html__('Checkout Design 3', 'shopengine'), |
| 417 | 'preview_thumb' => 'contents/checkout/03/preview.jpg', |
| 418 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/checkout/?shopengine_template_id=3853&preview_nonce=by_pass_demo&change_template=1&add-to-cart=68', |
| 419 | 'file' => $pro_file ? $pro_file. '/checkout/03/content.json' : '', |
| 420 | ], |
| 421 | [ |
| 422 | 'id' => 'gutenberg-checkout-03', |
| 423 | 'editor' => 'gutenberg', |
| 424 | 'package' => 'pro', |
| 425 | 'title' => esc_html__('Checkout Design 3', 'shopengine'), |
| 426 | 'preview_thumb' => 'contents/checkout/03/preview.jpg', |
| 427 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/checkout/?shopengine_template_id=3853&preview_nonce=by_pass_demo&change_template=1&add-to-cart=68', |
| 428 | 'file' => $pro_file ? $pro_file. '/checkout/03/content.html' : '', |
| 429 | ], |
| 430 | [ |
| 431 | 'id' => 'checkout-04', |
| 432 | 'editor' => 'elementor', |
| 433 | 'package' => 'pro', |
| 434 | 'title' => 'Checkout Design 4', |
| 435 | 'preview_thumb' => 'contents/checkout/04/preview.jpg', |
| 436 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/checkout/?shopengine_template_id=3865&preview_nonce=by_pass_demo&change_template=1&add-to-cart=68', |
| 437 | 'file' => $pro_file ? $pro_file. '/checkout/04/content.json' : '', |
| 438 | ], |
| 439 | [ |
| 440 | 'id' => 'gutenberg-checkout-04', |
| 441 | 'editor' => 'gutenberg', |
| 442 | 'package' => 'pro', |
| 443 | 'title' => 'Checkout Design 4', |
| 444 | 'preview_thumb' => 'contents/checkout/04/preview.jpg', |
| 445 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/checkout/?shopengine_template_id=3865&preview_nonce=by_pass_demo&change_template=1&add-to-cart=68', |
| 446 | 'file' => $pro_file ? $pro_file. '/checkout/04/content.html' : '', |
| 447 | ], |
| 448 | [ |
| 449 | 'id' => 'checkout-05', |
| 450 | 'editor' => 'elementor', |
| 451 | 'package' => 'pro', |
| 452 | 'title' => 'Checkout Design 5', |
| 453 | 'preview_thumb' => 'contents/checkout/05/preview.jpg', |
| 454 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/checkout/?shopengine_template_id=4041&preview_nonce=by_pass_demo&change_template=1&add-to-cart=68', |
| 455 | 'file' => $pro_file ? $pro_file. '/checkout/05/content.json' : '', |
| 456 | ], |
| 457 | [ |
| 458 | 'id' => 'gutenberg-checkout-05', |
| 459 | 'editor' => 'gutenberg', |
| 460 | 'package' => 'pro', |
| 461 | 'title' => 'Checkout Design 5', |
| 462 | 'preview_thumb' => 'contents/checkout/05/preview.jpg', |
| 463 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/checkout/?shopengine_template_id=4041&preview_nonce=by_pass_demo&change_template=1&add-to-cart=68', |
| 464 | 'file' => $pro_file ? $pro_file. '/checkout/05/content.html' : '', |
| 465 | ], |
| 466 | [ |
| 467 | 'id' => 'checkout-06', |
| 468 | 'editor' => 'elementor', |
| 469 | 'package' => 'pro', |
| 470 | 'title' => 'Checkout Design 6', |
| 471 | 'preview_thumb' => 'contents/checkout/06/preview.jpg', |
| 472 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/checkout/?shopengine_template_id=3951&preview_nonce=by_pass_demo&change_template=1&add-to-cart=68', |
| 473 | 'file' => $pro_file ? $pro_file. '/checkout/06/content.json' : '', |
| 474 | ], |
| 475 | [ |
| 476 | 'id' => 'gutenberg-checkout-06', |
| 477 | 'editor' => 'gutenberg', |
| 478 | 'package' => 'pro', |
| 479 | 'title' => 'Checkout Design 6', |
| 480 | 'preview_thumb' => 'contents/checkout/06/preview.jpg', |
| 481 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/checkout/?shopengine_template_id=3951&preview_nonce=by_pass_demo&change_template=1&add-to-cart=68', |
| 482 | 'file' => $pro_file ? $pro_file. '/checkout/06/content.html' : '', |
| 483 | ], |
| 484 | [ |
| 485 | 'id' => 'checkout-07', |
| 486 | 'editor' => 'elementor', |
| 487 | 'package' => 'pro', |
| 488 | 'title' => 'Checkout Design 7', |
| 489 | 'preview_thumb' => 'contents/checkout/07/preview.jpg', |
| 490 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/checkout/?shopengine_template_id=4018&preview_nonce=by_pass_demo&change_template=1&add-to-cart=68', |
| 491 | 'file' => $pro_file ? $pro_file. '/checkout/07/content.json' : '', |
| 492 | ], |
| 493 | [ |
| 494 | 'id' => 'gutenberg-checkout-07', |
| 495 | 'editor' => 'gutenberg', |
| 496 | 'package' => 'pro', |
| 497 | 'title' => 'Checkout Design 7', |
| 498 | 'preview_thumb' => 'contents/checkout/07/preview.jpg', |
| 499 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/checkout/?shopengine_template_id=4018&preview_nonce=by_pass_demo&change_template=1&add-to-cart=68', |
| 500 | 'file' => $pro_file ? $pro_file. '/checkout/07/content.html' : '', |
| 501 | ], |
| 502 | [ |
| 503 | 'id' => 'checkout-08', |
| 504 | 'editor' => 'elementor', |
| 505 | 'package' => 'pro', |
| 506 | 'title' => 'Checkout 8', |
| 507 | 'preview_thumb' => 'contents/checkout/08/preview.jpg', |
| 508 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/checkout/?shopengine_template_id=1258&preview_nonce=by_pass_demo&change_template=1&add-to-cart=68', |
| 509 | 'file' => $pro_file ? $pro_file. '/checkout/08/content.json' : '', |
| 510 | ], |
| 511 | [ |
| 512 | 'id' => 'gutenberg-checkout-08', |
| 513 | 'editor' => 'gutenberg', |
| 514 | 'package' => 'pro', |
| 515 | 'title' => 'Checkout 8', |
| 516 | 'preview_thumb' => 'contents/checkout/08/preview.jpg', |
| 517 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/checkout/?shopengine_template_id=1258&preview_nonce=by_pass_demo&change_template=1&add-to-cart=68', |
| 518 | 'file' => $pro_file ? $pro_file. '/checkout/08/content.html' : '', |
| 519 | ], |
| 520 | [ |
| 521 | 'id' => 'checkout-09', |
| 522 | 'editor' => 'elementor', |
| 523 | 'package' => 'pro', |
| 524 | 'title' => 'Checkout 9', |
| 525 | 'preview_thumb' => 'contents/checkout/09/preview.jpg', |
| 526 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/checkout/?shopengine_template_id=1673&preview_nonce=by_pass_demo&change_template=1&add-to-cart=68', |
| 527 | 'file' => $pro_file ? $pro_file. '/checkout/09/content.json' : '', |
| 528 | ], |
| 529 | [ |
| 530 | 'id' => 'gutenberg-checkout-09', |
| 531 | 'editor' => 'gutenberg', |
| 532 | 'package' => 'pro', |
| 533 | 'title' => 'Checkout 9', |
| 534 | 'preview_thumb' => 'contents/checkout/09/preview.jpg', |
| 535 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/checkout/?shopengine_template_id=1673&preview_nonce=by_pass_demo&change_template=1&add-to-cart=68', |
| 536 | 'file' => $pro_file ? $pro_file. '/checkout/09/content.html' : '', |
| 537 | ], |
| 538 | [ |
| 539 | 'id' => 'checkout-10', |
| 540 | 'editor' => 'elementor', |
| 541 | 'package' => 'pro', |
| 542 | 'title' => 'Checkout 10', |
| 543 | 'preview_thumb' => 'contents/checkout/10/preview.jpg', |
| 544 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/checkout/?shopengine_template_id=821&preview_nonce=by_pass_demo&change_template=1&add-to-cart=68', |
| 545 | 'file' => $pro_file ? $pro_file. '/checkout/10/content.json' : '', |
| 546 | ], |
| 547 | [ |
| 548 | 'id' => 'gutenberg-checkout-10', |
| 549 | 'editor' => 'gutenberg', |
| 550 | 'package' => 'pro', |
| 551 | 'title' => 'Checkout 10', |
| 552 | 'preview_thumb' => 'contents/checkout/10/preview.jpg', |
| 553 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/checkout/?shopengine_template_id=821&preview_nonce=by_pass_demo&change_template=1&add-to-cart=68', |
| 554 | 'file' => $pro_file ? $pro_file. '/checkout/10/content.html' : '', |
| 555 | ], |
| 556 | [ |
| 557 | 'id' => 'checkout-11', |
| 558 | 'editor' => 'elementor', |
| 559 | 'package' => 'pro', |
| 560 | 'title' => 'Checkout 11', |
| 561 | 'preview_thumb' => 'contents/checkout/11/preview.jpg', |
| 562 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/checkout/?shopengine_template_id=1446&preview_nonce=by_pass_demo&change_template=1&add-to-cart=68', |
| 563 | 'file' => $pro_file ? $pro_file. '/checkout/11/content.json' : '', |
| 564 | ], |
| 565 | [ |
| 566 | 'id' => 'gutenberg-checkout-11', |
| 567 | 'editor' => 'gutenberg', |
| 568 | 'package' => 'pro', |
| 569 | 'title' => 'Checkout 11', |
| 570 | 'preview_thumb' => 'contents/checkout/11/preview.jpg', |
| 571 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/checkout/?shopengine_template_id=1446&preview_nonce=by_pass_demo&change_template=1&add-to-cart=68', |
| 572 | 'file' => $pro_file ? $pro_file. '/checkout/11/content.html' : '', |
| 573 | ], |
| 574 | [ |
| 575 | 'id' => 'checkout-12', |
| 576 | 'editor' => 'elementor', |
| 577 | 'package' => 'pro', |
| 578 | 'title' => 'Checkout 12', |
| 579 | 'preview_thumb' => 'contents/checkout/12/preview.jpg', |
| 580 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/checkout/?shopengine_template_id=1611&preview_nonce=by_pass_demo&change_template=1&add-to-cart=68', |
| 581 | 'file' => $pro_file ? $pro_file. '/checkout/12/content.json' : '', |
| 582 | ], |
| 583 | [ |
| 584 | 'id' => 'gutenberg-checkout-12', |
| 585 | 'editor' => 'gutenberg', |
| 586 | 'package' => 'pro', |
| 587 | 'title' => 'Checkout 12', |
| 588 | 'preview_thumb' => 'contents/checkout/12/preview.jpg', |
| 589 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/checkout/?shopengine_template_id=1611&preview_nonce=by_pass_demo&change_template=1&add-to-cart=68', |
| 590 | 'file' => $pro_file ? $pro_file. '/checkout/12/content.html' : '', |
| 591 | ], |
| 592 | [ |
| 593 | 'id' => 'checkout-13', |
| 594 | 'editor' => 'elementor', |
| 595 | 'package' => 'pro', |
| 596 | 'title' => 'Checkout 13 RTL', |
| 597 | 'preview_thumb' => 'contents/checkout/13/preview.jpg', |
| 598 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/rtl/checkout/?add-to-cart=70', |
| 599 | 'file' => $pro_file ? $pro_file. '/checkout/13/content.json' : '', |
| 600 | ], |
| 601 | [ |
| 602 | 'id' => 'checkout-14', |
| 603 | 'editor' => 'elementor', |
| 604 | 'package' => 'pro', |
| 605 | 'title' => 'Checkout 14 Multistep', |
| 606 | 'preview_thumb' => 'contents/checkout/14/preview.jpg', |
| 607 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/checkout/?shopengine_template_id=2287&preview_nonce=by_pass_demo&change_template=1&add-to-cart=68', |
| 608 | 'file' => $pro_file ? $pro_file. '/checkout/14/content.json' : '', |
| 609 | ], |
| 610 | ], |
| 611 | 'order' => [ |
| 612 | [ |
| 613 | 'id' => 'order-01', |
| 614 | 'editor' => 'elementor', |
| 615 | 'package' => 'pro', |
| 616 | 'title' => esc_html__('Order/Thank You Design 1', 'shopengine'), |
| 617 | 'preview_thumb' => 'contents/order/01/preview.jpg', |
| 618 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/checkout/order-received/3665/?key=wc_order_8a7I6ARW3yLVN', |
| 619 | 'file' => $pro_file ? $pro_file. '/order/01/content.json' : '', |
| 620 | ], |
| 621 | [ |
| 622 | 'id' => 'gutenberg-order-01', |
| 623 | 'editor' => 'gutenberg', |
| 624 | 'package' => 'pro', |
| 625 | 'title' => esc_html__('Order/Thank You Design 1', 'shopengine'), |
| 626 | 'preview_thumb' => 'contents/order/01/preview.jpg', |
| 627 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/checkout/order-received/3665/?key=wc_order_8a7I6ARW3yLVN', |
| 628 | 'file' => $pro_file ? $pro_file. '/order/01/content.html' : '', |
| 629 | ], |
| 630 | [ |
| 631 | 'id' => 'order-02', |
| 632 | 'editor' => 'elementor', |
| 633 | 'package' => 'pro', |
| 634 | 'title' => esc_html__('Order/Thank You Design 2 RTL', 'shopengine'), |
| 635 | 'preview_thumb' => 'contents/order/02/preview.jpg', |
| 636 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/rtl/checkout/order-received/3826/?key=wc_order_q1FCpiJOQuauI', |
| 637 | 'file' => $pro_file ? $pro_file. '/order/02/content.json' : '', |
| 638 | ], |
| 639 | ], |
| 640 | 'quick_checkout' => [ |
| 641 | [ |
| 642 | 'id' => 'quickcheckout-01', |
| 643 | 'editor' => 'elementor', |
| 644 | 'package' => 'pro', |
| 645 | 'title' => esc_html__('Quick Checkout Design 1', 'shopengine'), |
| 646 | 'preview_thumb' => 'contents/quickcheckout/01/preview.jpg', |
| 647 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/?shopengine_template_id=613&preview_nonce=by_pass_demo&change_template=1', |
| 648 | 'file' => $pro_file ? $pro_file. '/quickcheckout/01/content.json' : '', |
| 649 | ], |
| 650 | [ |
| 651 | 'id' => 'gutenberg-quickcheckout-01', |
| 652 | 'editor' => 'gutenberg', |
| 653 | 'package' => 'pro', |
| 654 | 'title' => esc_html__('Quick Checkout Design 1', 'shopengine'), |
| 655 | 'preview_thumb' => 'contents/quickcheckout/01/preview.jpg', |
| 656 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/?shopengine_template_id=613&preview_nonce=by_pass_demo&change_template=1', |
| 657 | 'file' => $pro_file ? $pro_file. '/quickcheckout/01/content.html' : '', |
| 658 | ], |
| 659 | [ |
| 660 | 'id' => 'quickcheckout-02', |
| 661 | 'editor' => 'elementor', |
| 662 | 'package' => 'pro', |
| 663 | 'title' => esc_html__('Quick Checkout Design 2 RTL', 'shopengine'), |
| 664 | 'preview_thumb' => 'contents/quickcheckout/02/preview.jpg', |
| 665 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/rtl/?shopengine_template_id=3880&preview_nonce=by_pass_demo&change_template=1', |
| 666 | 'file' => $pro_file ? $pro_file. '/quickcheckout/02/content.json' : '', |
| 667 | ], |
| 668 | ], |
| 669 | 'quick_view' => [ |
| 670 | [ |
| 671 | 'id' => 'quickview-01', |
| 672 | 'editor' => 'elementor', |
| 673 | 'package' => 'free', |
| 674 | 'title' => esc_html__('Quickview Design 1', 'shopengine'), |
| 675 | 'preview_thumb' => 'contents/quickview/01/preview.jpg', |
| 676 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/?shopengine_template_id=230&preview_nonce=by_pass_demo&change_template=1', |
| 677 | 'file' => $free_file ? $free_file. '/quickview/01/content.json' : '', |
| 678 | ], |
| 679 | [ |
| 680 | 'id' => 'gutenberg-quickview-01', |
| 681 | 'editor' => 'gutenberg', |
| 682 | 'package' => 'free', |
| 683 | 'title' => esc_html__('Quickview Design 1', 'shopengine'), |
| 684 | 'preview_thumb' => 'contents/quickview/01/preview.jpg', |
| 685 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/?shopengine_template_id=230&preview_nonce=by_pass_demo&change_template=1', |
| 686 | 'file' => $free_file ? $free_file. '/quickview/01/content.html' : '', |
| 687 | ], |
| 688 | [ |
| 689 | 'id' => 'quickview-02', |
| 690 | 'editor' => 'elementor', |
| 691 | 'package' => 'pro', |
| 692 | 'title' => esc_html__('Quickview Design 2 RTL', 'shopengine'), |
| 693 | 'preview_thumb' => 'contents/quickview/02/preview.jpg', |
| 694 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/rtl/?shopengine_template_id=3799&preview_nonce=by_pass_demo&change_template=1', |
| 695 | 'file' => $pro_file ? $pro_file. '/quickview/02/content.json' : '', |
| 696 | ], |
| 697 | ], |
| 698 | 'my_account' => [ |
| 699 | [ |
| 700 | 'id' => 'account-dashboard-01', |
| 701 | 'editor' => 'elementor', |
| 702 | 'package' => 'pro', |
| 703 | 'title' => esc_html__('Account Dashboard Design 1', 'shopengine'), |
| 704 | 'preview_thumb' => 'contents/account-dashboard/01/preview.jpg', |
| 705 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/my-account/', |
| 706 | 'file' => $pro_file ? $pro_file. '/account-dashboard/01/content.json' : '', |
| 707 | ], |
| 708 | [ |
| 709 | 'id' => 'gutenberg-account-dashboard-01', |
| 710 | 'editor' => 'gutenberg', |
| 711 | 'package' => 'pro', |
| 712 | 'title' => esc_html__('Account Dashboard Design 1', 'shopengine'), |
| 713 | 'preview_thumb' => 'contents/account-dashboard/01/preview.jpg', |
| 714 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/my-account/', |
| 715 | 'file' => $pro_file ? $pro_file. '/account-dashboard/01/content.html' : '', |
| 716 | ], |
| 717 | [ |
| 718 | 'id' => 'account-dashboard-02', |
| 719 | 'editor' => 'elementor', |
| 720 | 'package' => 'pro', |
| 721 | 'title' => esc_html__('Account Dashboard Design 2 RTL', 'shopengine'), |
| 722 | 'preview_thumb' => 'contents/account-dashboard/02/preview.jpg', |
| 723 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/rtl/my-account/', |
| 724 | 'file' => $pro_file ? $pro_file. '/account-dashboard/02/content.json' : '', |
| 725 | ], |
| 726 | ], |
| 727 | 'account_orders' => [ |
| 728 | [ |
| 729 | 'id' => 'account-orders-01', |
| 730 | 'editor' => 'elementor', |
| 731 | 'package' => 'pro', |
| 732 | 'title' => esc_html__('Account Orders Design 1', 'shopengine'), |
| 733 | 'preview_thumb' => 'contents/account-orders/01/preview.jpg', |
| 734 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/my-account/orders/', |
| 735 | 'file' => $pro_file ? $pro_file. '/account-orders/01/content.json' : '', |
| 736 | ], |
| 737 | [ |
| 738 | 'id' => 'gutenberg-account-orders-01', |
| 739 | 'editor' => 'gutenberg', |
| 740 | 'package' => 'pro', |
| 741 | 'title' => esc_html__('Account Orders Design 1', 'shopengine'), |
| 742 | 'preview_thumb' => 'contents/account-orders/01/preview.jpg', |
| 743 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/my-account/orders/', |
| 744 | 'file' => $pro_file ? $pro_file. '/account-orders/01/content.html' : '', |
| 745 | ], |
| 746 | [ |
| 747 | 'id' => 'account-orders-02', |
| 748 | 'editor' => 'elementor', |
| 749 | 'package' => 'pro', |
| 750 | 'title' => esc_html__('Account Orders Design 2 RTL', 'shopengine'), |
| 751 | 'preview_thumb' => 'contents/account-orders/02/preview.jpg', |
| 752 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/rtl/?shopengine_template_id=3758&preview_nonce=by_pass_demo&change_template=1', |
| 753 | 'file' => $pro_file ? $pro_file. '/account-orders/02/content.json' : '', |
| 754 | ], |
| 755 | ], |
| 756 | 'account_orders_view' => [ |
| 757 | [ |
| 758 | 'id' => 'account-order-details-01', |
| 759 | 'editor' => 'elementor', |
| 760 | 'package' => 'pro', |
| 761 | 'title' => esc_html__('Account Order Details Design 1', 'shopengine'), |
| 762 | 'preview_thumb' => 'contents/account-order-details/01/preview.jpg', |
| 763 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/my-account/orders/', |
| 764 | 'file' => $pro_file ? $pro_file. '/account-order-details/01/content.json' : '', |
| 765 | ], |
| 766 | [ |
| 767 | 'id' => 'gutenberg-account-order-details-01', |
| 768 | 'editor' => 'gutenberg', |
| 769 | 'package' => 'pro', |
| 770 | 'title' => esc_html__('Account Order Details Design 1', 'shopengine'), |
| 771 | 'preview_thumb' => 'contents/account-order-details/01/preview.jpg', |
| 772 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/my-account/orders/', |
| 773 | 'file' => $pro_file ? $pro_file. '/account-order-details/01/content.html' : '', |
| 774 | ], |
| 775 | [ |
| 776 | 'id' => 'account-order-details-02', |
| 777 | 'editor' => 'elementor', |
| 778 | 'package' => 'pro', |
| 779 | 'title' => esc_html__('Account Order Details Design 2 RTL', 'shopengine'), |
| 780 | 'preview_thumb' => 'contents/account-order-details/02/preview.jpg', |
| 781 | 'demo_url' => 'https://demo.xpeedstudio.com/bajaar/shopengine-template/account-order-view/', |
| 782 | 'file' => $pro_file ? $pro_file. '/account-order-details/02/content.json' : '', |
| 783 | ], |
| 784 | ], |
| 785 | 'account_downloads' => [ |
| 786 | [ |
| 787 | 'id' => 'account-downloads-01', |
| 788 | 'editor' => 'elementor', |
| 789 | 'package' => 'pro', |
| 790 | 'title' => esc_html__('Account Downloads Design 1', 'shopengine'), |
| 791 | 'preview_thumb' => 'contents/account-downloads/01/preview.jpg', |
| 792 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/my-account/downloads/', |
| 793 | 'file' => $pro_file ? $pro_file. '/account-downloads/01/content.json' : '', |
| 794 | ], |
| 795 | [ |
| 796 | 'id' => 'gutenberg-account-downloads-01', |
| 797 | 'editor' => 'gutenberg', |
| 798 | 'package' => 'pro', |
| 799 | 'title' => esc_html__('Account Downloads Design 1', 'shopengine'), |
| 800 | 'preview_thumb' => 'contents/account-downloads/01/preview.jpg', |
| 801 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/my-account/downloads/', |
| 802 | 'file' => $pro_file ? $pro_file. '/account-downloads/01/content.html' : '', |
| 803 | ], |
| 804 | [ |
| 805 | 'id' => 'account-downloads-02', |
| 806 | 'editor' => 'elementor', |
| 807 | 'package' => 'pro', |
| 808 | 'title' => esc_html__('Account Downloads Design 2 RTL', 'shopengine'), |
| 809 | 'preview_thumb' => 'contents/account-downloads/02/preview.jpg', |
| 810 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/rtl/?shopengine_template_id=3764&preview_nonce=by_pass_demo&change_template=1', |
| 811 | 'file' => $pro_file ? $pro_file. '/account-downloads/02/content.json' : '', |
| 812 | ], |
| 813 | ], |
| 814 | 'account_edit_address' => [ |
| 815 | [ |
| 816 | 'id' => 'account-address-01', |
| 817 | 'editor' => 'elementor', |
| 818 | 'package' => 'pro', |
| 819 | 'title' => esc_html__('Account Address Design 1', 'shopengine'), |
| 820 | 'preview_thumb' => 'contents/account-address/01/preview.jpg', |
| 821 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/my-account/edit-address/', |
| 822 | 'file' => $pro_file ? $pro_file. '/account-address/01/content.json' : '', |
| 823 | ], |
| 824 | [ |
| 825 | 'id' => 'gutenberg-account-address-01', |
| 826 | 'editor' => 'gutenberg', |
| 827 | 'package' => 'pro', |
| 828 | 'title' => esc_html__('Account Address Design 1', 'shopengine'), |
| 829 | 'preview_thumb' => 'contents/account-address/01/preview.jpg', |
| 830 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/my-account/edit-address/', |
| 831 | 'file' => $pro_file ? $pro_file. '/account-address/01/content.html' : '', |
| 832 | ], |
| 833 | [ |
| 834 | 'id' => 'account-address-02', |
| 835 | 'editor' => 'elementor', |
| 836 | 'package' => 'pro', |
| 837 | 'title' => esc_html__('Account Address Design 2 RTL', 'shopengine'), |
| 838 | 'preview_thumb' => 'contents/account-address/02/preview.jpg', |
| 839 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/rtl/?shopengine_template_id=3767&action=elementor&preview_nonce=by_pass_demo&change_template=1', |
| 840 | 'file' => $pro_file ? $pro_file. '/account-address/02/content.json' : '', |
| 841 | ], |
| 842 | ], |
| 843 | 'account_edit_account' => [ |
| 844 | [ |
| 845 | 'id' => 'account-details-01', |
| 846 | 'editor' => 'elementor', |
| 847 | 'package' => 'pro', |
| 848 | 'title' => esc_html__('Account Details Design 1', 'shopengine'), |
| 849 | 'preview_thumb' => 'contents/account-details/01/preview.jpg', |
| 850 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/my-account/edit-account/', |
| 851 | 'file' => $pro_file ? $pro_file. '/account-details/01/content.json' : '', |
| 852 | ], |
| 853 | [ |
| 854 | 'id' => 'gutenberg-account-details-01', |
| 855 | 'editor' => 'gutenberg', |
| 856 | 'package' => 'pro', |
| 857 | 'title' => esc_html__('Account Details Design 1', 'shopengine'), |
| 858 | 'preview_thumb' => 'contents/account-details/01/preview.jpg', |
| 859 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/my-account/edit-account/', |
| 860 | 'file' => $pro_file ? $pro_file. '/account-details/01/content.html' : '', |
| 861 | ], |
| 862 | [ |
| 863 | 'id' => 'account-details-02', |
| 864 | 'editor' => 'elementor', |
| 865 | 'package' => 'pro', |
| 866 | 'title' => esc_html__('Account Details Design 2 RTL', 'shopengine'), |
| 867 | 'preview_thumb' => 'contents/account-details/02/preview.jpg', |
| 868 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/rtl/?shopengine_template_id=3766&action=elementor&preview_nonce=by_pass_demo&change_template=1', |
| 869 | 'file' => $pro_file ? $pro_file. '/account-details/02/content.json' : '', |
| 870 | ], |
| 871 | ], |
| 872 | 'my_account_login' => [ |
| 873 | [ |
| 874 | 'id' => 'account-login-register-01', |
| 875 | 'editor' => 'elementor', |
| 876 | 'package' => 'pro', |
| 877 | 'title' => esc_html__('Account Login/Register Design 1', 'shopengine'), |
| 878 | 'preview_thumb' => 'contents/account-login-register/01/preview.jpg', |
| 879 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/shopengine-template/my-account-login-register-default/', |
| 880 | 'file' => $pro_file ? $pro_file. '/account-login-register/01/content.json' : '', |
| 881 | ], |
| 882 | [ |
| 883 | 'id' => 'gutenberg-account-login-register-01', |
| 884 | 'editor' => 'gutenberg', |
| 885 | 'package' => 'pro', |
| 886 | 'title' => esc_html__('Account Login/Register Design 1', 'shopengine'), |
| 887 | 'preview_thumb' => 'contents/account-login-register/01/preview.jpg', |
| 888 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/demos/shopengine-template/my-account-login-register-default/', |
| 889 | 'file' => $pro_file ? $pro_file. '/account-login-register/01/content.html' : '', |
| 890 | ], |
| 891 | [ |
| 892 | 'id' => 'account-login-register-02', |
| 893 | 'editor' => 'elementor', |
| 894 | 'package' => 'pro', |
| 895 | 'title' => esc_html__('Account Login/Register Design 2 RTL', 'shopengine'), |
| 896 | 'preview_thumb' => 'contents/account-login-register/02/preview.jpg', |
| 897 | 'demo_url' => 'https://wpmet.com/plugin/shopengine/rtl/?shopengine_template_id=3744&action=elementor&preview_nonce=by_pass_demo&change_template=1', |
| 898 | 'file' => $pro_file ? $pro_file. '/account-login-register/02/content.json' : '', |
| 899 | ], |
| 900 | ], |
| 901 | 'account_wishlist' => [ |
| 902 | [ |
| 903 | 'id' => 'account-wishlist-01', |
| 904 | 'editor' => 'elementor', |
| 905 | 'package' => 'pro', |
| 906 | 'title' => esc_html__('Account Wishlist Design 1', 'shopengine'), |
| 907 | 'preview_thumb' => 'contents/account-wishlist/01/preview.jpg', |
| 908 | 'demo_url' => '#', |
| 909 | 'file' => $pro_file ? $pro_file. '/account-wishlist/01/content.json' : '', |
| 910 | ], |
| 911 | [ |
| 912 | 'id' => 'account-wishlist-02', |
| 913 | 'editor' => 'elementor', |
| 914 | 'package' => 'pro', |
| 915 | 'title' => esc_html__('Account Wishlist Design 2', 'shopengine'), |
| 916 | 'preview_thumb' => 'contents/account-wishlist/02/preview.jpg', |
| 917 | 'demo_url' => '#', |
| 918 | 'file' => $pro_file ? $pro_file. '/account-wishlist/02/content.json' : '', |
| 919 | ], |
| 920 | [ |
| 921 | 'id' => 'account-wishlist-03', |
| 922 | 'editor' => 'elementor', |
| 923 | 'package' => 'pro', |
| 924 | 'title' => esc_html__('Account Wishlist Design 3', 'shopengine'), |
| 925 | 'preview_thumb' => 'contents/account-wishlist/03/preview.jpg', |
| 926 | 'demo_url' => '#', |
| 927 | 'file' => $pro_file ? $pro_file. '/account-wishlist/03/content.json' : '', |
| 928 | ], |
| 929 | [ |
| 930 | 'id' => 'account-wishlist-04', |
| 931 | 'editor' => 'elementor', |
| 932 | 'package' => 'pro', |
| 933 | 'title' => esc_html__('Account Wishlist Design 4', 'shopengine'), |
| 934 | 'preview_thumb' => 'contents/account-wishlist/04/preview.jpg', |
| 935 | 'demo_url' => '#', |
| 936 | 'file' => $pro_file ? $pro_file. '/account-wishlist/04/content.json' : '', |
| 937 | ], |
| 938 | [ |
| 939 | 'id' => 'account-wishlist-05', |
| 940 | 'editor' => 'elementor', |
| 941 | 'package' => 'pro', |
| 942 | 'title' => esc_html__('Account Wishlist Design 5', 'shopengine'), |
| 943 | 'preview_thumb' => 'contents/account-wishlist/05/preview.jpg', |
| 944 | 'demo_url' => '#', |
| 945 | 'file' => $pro_file ? $pro_file. '/account-wishlist/05/content.json' : '', |
| 946 | ], |
| 947 | ], |
| 948 | ]; |
| 949 |