PluginProbe ʕ •ᴥ•ʔ
ShopEngine Elementor WooCommerce Builder Addon – All in One WooCommerce Solution / 1.0.0
ShopEngine Elementor WooCommerce Builder Addon – All in One WooCommerce Solution v1.0.0
4.9.1 4.9.0 2.0.0 2.1.0 2.2.0 2.2.1 2.2.2 2.3.0 2.4.0 2.5.0 2.5.1 3.0.0 3.1.0 3.1.1 4.0.0 4.0.1 4.1.0 4.1.1 4.2.0 4.2.1 4.3.0 4.3.1 4.4.0 4.5.0 4.5.1 4.6.0 4.6.1 4.6.2 4.6.3 4.6.4 4.6.5 4.6.6 4.6.7 4.6.8 4.6.9 4.7.0 4.7.1 4.7.2 4.7.3 4.7.4 4.7.5 4.7.6 4.7.7 4.7.8 4.7.9 4.8.0 4.8.1 4.8.2 4.8.3 4.8.4 4.8.5 4.8.6 4.8.7 4.8.8 4.8.9 trunk 0.1.2-beta 0.1.3-beta 0.1.4-beta 1.0.0 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.2.1 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.4.0 1.4.1 1.5.0 1.5.1 1.6.0 1.6.1 1.7.0 1.8.0 1.8.1 1.9.0
shopengine / core / sample-designs / designs.php
shopengine / core / sample-designs Last commit date
contents 5 years ago base.php 5 years ago designs.php 5 years ago
designs.php
95 lines
1 <?php return [
2 'single' => [
3 [
4 'id' => 'single-91',
5 'package' => 'free',
6 'title' => 'Single Design That has a long title',
7 'preview_thumb' => 'contents/single/03/preview-thumb.jpg',
8 'demo_url' => 'https =>//products.wpmet.com/metform/contact-form-1/',
9 'file' => 'contents/single/03/content.json',
10 ],
11 [
12 'id' => 'single-01',
13 'package' => 'free',
14 'title' => 'Single Design 1',
15 'preview_thumb' => 'contents/single/01/preview-thumb.svg',
16 'demo_url' => 'https =>//products.wpmet.com/metform/contact-form-1/',
17 'file' => 'contents/single/01/content.json',
18 ],
19 [
20 'id' => 'single-02',
21 'package' => 'free',
22 'title' => 'Single Design 2',
23 'preview_thumb' => 'contents/single/02/preview-thumb.svg',
24 'demo_url' => 'https =>//products.wpmet.com/metform/contact-form-1/',
25 'file' => 'contents/single/02/content.json',
26 ],
27 [
28 'id' => 'single-011',
29 'package' => 'free',
30 'title' => 'Single Design 16',
31 'preview_thumb' => 'contents/single/01/preview-thumb.svg',
32 'demo_url' => 'https =>//products.wpmet.com/metform/contact-form-1/',
33 'file' => 'contents/single/016/content.json',
34 ],
35 [
36 'id' => 'single-022',
37 'package' => 'free',
38 'title' => 'Single Design 27',
39 'preview_thumb' => 'contents/single/02/preview-thumb.svg',
40 'demo_url' => 'https =>//products.wpmet.com/metform/contact-form-1/',
41 'file' => 'contents/single/027/content.json',
42 ],
43 [
44 'id' => 'single-013',
45 'package' => 'free',
46 'title' => 'Single Design 18',
47 'preview_thumb' => 'contents/single/01/preview-thumb.svg',
48 'demo_url' => 'https =>//products.wpmet.com/metform/contact-form-1/',
49 'file' => 'contents/single/018/content.json',
50 ],
51 [
52 'id' => 'single-024',
53 'package' => 'free',
54 'title' => 'Single Design 29',
55 'preview_thumb' => 'contents/single/02/preview-thumb.svg',
56 'demo_url' => 'https =>//products.wpmet.com/metform/contact-form-1/',
57 'file' => 'contents/single/029/content.json',
58 ],
59 [
60 'id' => 'single-015',
61 'package' => 'free',
62 'title' => 'Single Design 11',
63 'preview_thumb' => 'contents/single/01/preview-thumb.svg',
64 'demo_url' => 'https =>//products.wpmet.com/metform/contact-form-1/',
65 'file' => 'contents/single/011/content.json',
66 ],
67 [
68 'id' => 'single-026',
69 'package' => 'free',
70 'title' => 'Single Design 23',
71 'preview_thumb' => 'contents/single/02/preview-thumb.svg',
72 'demo_url' => 'https =>//products.wpmet.com/metform/contact-form-1/',
73 'file' => 'contents/single/023/content.json',
74 ],
75 ],
76 'shop' => [
77 [
78 'id' => 'shop-01', // these are dummy data, change it accordingly
79 'package' => 'free',
80 'title' => 'Shop Design 1',
81 'preview_thumb' => 'contents/shop/01/preview-thumb.svg',
82 'demo_url' => 'https =>//products.wpmet.com/metform/contact-form-1/',
83 'file' => 'contents/shop/01/content.json',
84 ],
85 [
86 'id' => 'shop-02',
87 'package' => 'free',
88 'title' => 'Shop Design 2',
89 'preview_thumb' => 'contents/single/02/preview-thumb.svg',
90 'demo_url' => 'https =>//products.wpmet.com/metform/contact-form-1/',
91 'file' => 'contents/shop/02/content.json',
92 ]
93 ],
94
95 ];