Version Description
Download this release
Release Info
Developer | digitalchild |
Plugin | WC Vendors |
Version | 2.2.2 |
Comparing to | |
See all releases |
Code changes from version 2.2.1 to 2.2.2
- assets/css/wcv-admin.css +118 -46
- assets/css/wcv-admin.min.css +1 -1
- assets/css/wcv-admin.scss +558 -237
- assets/images/extensions/bcgearexchange.png +0 -0
- assets/images/extensions/cody.png +0 -0
- assets/images/extensions/commission.png +0 -0
- assets/images/extensions/customize.png +0 -0
- assets/images/extensions/locate_australian.jpeg +0 -0
- assets/images/extensions/payment.png +0 -0
- assets/images/extensions/shipping.png +0 -0
- assets/images/extensions/sugarcactus.png +0 -0
- assets/images/extensions/support.png +0 -0
- assets/images/extensions/wcvendors_dashboard.png +0 -0
- assets/js/admin/wcv-vendor-select.js +1 -1
- changelog.txt +17 -0
- class-wc-vendors.php +26 -10
- classes/admin/class-admin-menus.php +32 -1
- classes/admin/class-admin-users.php +2 -25
- classes/admin/class-product-meta.php +86 -5
- classes/admin/class-wcv-admin-go-pro.php +24 -0
- classes/admin/class-wcv-admin-help.php +1 -1
- classes/admin/class-wcv-admin-import-export.php +1 -1
- classes/admin/class-wcv-commissions-page.php +19 -8
- classes/admin/emails/class-emails.php +6 -2
- classes/admin/settings/class-wcv-settings-payments.php +7 -3
- classes/admin/views/html-admin-page-extensions.php +2 -47
- classes/admin/views/html-admin-page-go-pro.php +275 -0
- classes/admin/views/setup/ready.php +0 -44
- classes/front/dashboard/class-vendor-dashboard.php +4 -2
- languages/wc-vendors.pot +288 -207
- readme.txt +72 -45
- templates/dashboard/links.php +7 -1
assets/css/wcv-admin.css
CHANGED
@@ -1,8 +1,16 @@
|
|
1 |
-
.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
.wcv_addons_wrap h1.search-form-title { clear: left; padding: 0; }
|
4 |
|
5 |
-
.wcv_addons_wrap
|
6 |
|
7 |
.wcv_addons_wrap .addons-featured { margin: 0; }
|
8 |
|
@@ -16,28 +24,34 @@
|
|
16 |
|
17 |
.wcv_addons_wrap .subsubsub li:last-child::after { content: ''; }
|
18 |
|
19 |
-
.wcv_addons_wrap .
|
|
|
|
|
20 |
|
21 |
-
.wcv_addons_wrap .addons-banner-block
|
|
|
|
|
|
|
|
|
22 |
|
23 |
.wcv_addons_wrap .addons-banner-block img { height: 62px; }
|
24 |
|
25 |
.wcv_addons_wrap .addons-banner-block p { margin: 0 0 20px; }
|
26 |
|
|
|
|
|
27 |
.wcv_addons_wrap .addons-banner-block-items { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: distribute; justify-content: space-around; margin: 0 -10px 0 -10px; }
|
28 |
|
29 |
-
.wcv_addons_wrap .addons-banner-block-item { border: 1px solid #e6e6e6; border-radius: 3px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin: 1em; min-width: 200px; width: 30%; }
|
30 |
|
31 |
-
.wcv_addons_wrap .addons-banner-block-item-
|
32 |
|
33 |
-
.wcv_addons_wrap .addons-banner-block-item-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
|
34 |
|
35 |
.wcv_addons_wrap .addons-banner-block-item-content h3 { margin-top: 0; }
|
36 |
|
37 |
.wcv_addons_wrap .addons-banner-block-item-content p { margin: 0 0 auto; }
|
38 |
|
39 |
-
.wcv_addons_wrap .addons-wcs-banner-block { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
|
40 |
-
|
41 |
.wcv_addons_wrap .addons-wcs-banner-block-image { background: #f7f7f7; border: 1px solid #e6e6e6; margin-right: 2em; width: 400px; padding: 1em; text-align: center; }
|
42 |
|
43 |
.wcv_addons_wrap .addons-wcs-banner-block-image .addons-img { margin: auto 0; max-height: 350px; max-width: 350px; }
|
@@ -48,7 +62,7 @@
|
|
48 |
|
49 |
.wcv_addons_wrap .addons-wcs-banner-block-content h1 { padding-bottom: 0; }
|
50 |
|
51 |
-
.wcv_addons_wrap .addons-wcs-banner-block-content p { margin-bottom: 0; }
|
52 |
|
53 |
.wcv_addons_wrap .addons-wcs-banner-block-content .wcs-service-logo { max-width: 40px; }
|
54 |
|
@@ -58,64 +72,74 @@
|
|
58 |
|
59 |
.wcv_addons_wrap .addons-column:nth-child(2) { margin-right: 0; }
|
60 |
|
61 |
-
.wcv_addons_wrap .addons-small-light-block
|
62 |
|
63 |
-
.wcv_addons_wrap .addons-
|
64 |
|
65 |
-
.wcv_addons_wrap .addons-small-light-block
|
66 |
|
67 |
-
.wcv_addons_wrap .addons-
|
68 |
|
69 |
-
.wcv_addons_wrap .addons-
|
70 |
|
71 |
-
.wcv_addons_wrap .addons-
|
72 |
|
73 |
-
.wcv_addons_wrap .addons-
|
74 |
|
75 |
-
.wcv_addons_wrap .addons-column-block
|
76 |
|
77 |
-
.wcv_addons_wrap .addons-column-block
|
78 |
|
79 |
-
.wcv_addons_wrap .addons-column-block-
|
80 |
|
81 |
-
.wcv_addons_wrap .addons-column-block-
|
82 |
|
83 |
-
.wcv_addons_wrap .addons-
|
84 |
|
85 |
-
.wcv_addons_wrap .addons-
|
86 |
|
87 |
-
.wcv_addons_wrap .addons-column-block-
|
88 |
|
89 |
-
.wcv_addons_wrap .addons-
|
90 |
|
91 |
-
.wcv_addons_wrap .addons-
|
92 |
|
93 |
-
.wcv_addons_wrap .addons-
|
94 |
|
95 |
-
.wcv_addons_wrap .addons-
|
96 |
|
97 |
-
.wcv_addons_wrap .addons-
|
98 |
|
99 |
-
.wcv_addons_wrap .addons-
|
100 |
|
101 |
-
.wcv_addons_wrap .addons-
|
102 |
|
103 |
-
.wcv_addons_wrap .addons-
|
104 |
|
105 |
-
.wcv_addons_wrap .addons-
|
106 |
|
107 |
-
.wcv_addons_wrap .addons-
|
108 |
|
109 |
-
.wcv_addons_wrap .addons-small-
|
110 |
|
111 |
-
.wcv_addons_wrap .addons-small-
|
112 |
|
113 |
-
.wcv_addons_wrap .addons-small-
|
|
|
|
|
|
|
|
|
114 |
|
115 |
.wcv_addons_wrap .addons-small-light-block-content a { width: 48%; }
|
116 |
|
|
|
|
|
117 |
.wcv_addons_wrap .product-addons-button { cursor: pointer; display: block; height: 37px; line-height: 37px; text-align: center; text-decoration: none; width: 124px; }
|
118 |
|
|
|
|
|
|
|
|
|
119 |
.wcv_addons_wrap .product-addons-button-solid { background-color: #005580; color: #ffffff; }
|
120 |
|
121 |
.wcv_addons_wrap .addons-button { border-radius: 3px; cursor: pointer; display: block; height: 37px; line-height: 37px; text-align: center; text-decoration: none; width: 124px; }
|
@@ -136,11 +160,6 @@
|
|
136 |
|
137 |
.wcv_addons_wrap .addons-button-installed:hover { color: #3c3c3c; opacity: 0.8; }
|
138 |
|
139 |
-
@media only screen and (max-width: 400px) { .wcv_addons_wrap .addons-featured { margin: -1% -5%; }
|
140 |
-
.wcv_addons_wrap .addons-button { width: 100%; }
|
141 |
-
.wcv_addons_wrap .addons-small-dark-item { width: 100%; }
|
142 |
-
.wcv_addons_wrap .addons-column-block-item-icon { background: none; border: none; height: 75px; margin: 0 10px 10px 0; width: 75px; } }
|
143 |
-
|
144 |
.wcv_addons_wrap .colorpickpreview { padding: 7px 0; line-height: 1em; display: inline-block; width: 26px; border: 1px solid #ddd; font-size: 14px; }
|
145 |
|
146 |
.wcv_addons_wrap .products { overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row; flex-flow: row; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -.5em; }
|
@@ -157,12 +176,65 @@
|
|
157 |
|
158 |
.wcv_addons_wrap .products li a .price { display: none; }
|
159 |
|
160 |
-
.wcv_addons_wrap .products li a h2
|
|
|
|
|
161 |
|
162 |
.wcv_addons_wrap .products li a p { padding: 20px !important; margin: 0 !important; border-top: 1px solid #f1f1f1; }
|
163 |
|
164 |
-
.wcv_addons_wrap .products li a:hover
|
165 |
|
166 |
-
.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
167 |
|
168 |
-
.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.column-vendor { width: 10%; }
|
2 |
+
|
3 |
+
.bulk-edit-product .inline-edit-author { display: none; }
|
4 |
+
|
5 |
+
.bulk-edit-product .post_author { display: none; }
|
6 |
+
|
7 |
+
.update-plugins .update-count { background-color: #d54e21; border-radius: 10px; color: #fff; display: inline-block; font-size: 9px; font-weight: 600; line-height: 17px; margin: 1px 0 0 2px; padding: 0 6px; vertical-align: text-top; }
|
8 |
+
|
9 |
+
.wcv_addons_wrap { max-width: 1200px; margin: auto; /*Carousel*/ }
|
10 |
|
11 |
.wcv_addons_wrap h1.search-form-title { clear: left; padding: 0; }
|
12 |
|
13 |
+
.wcv_addons_wrap h1 { text-align: center; }
|
14 |
|
15 |
.wcv_addons_wrap .addons-featured { margin: 0; }
|
16 |
|
24 |
|
25 |
.wcv_addons_wrap .subsubsub li:last-child::after { content: ''; }
|
26 |
|
27 |
+
.wcv_addons_wrap .align-center { text-align: center; }
|
28 |
+
|
29 |
+
.wcv_addons_wrap .wcv-logo { max-width: 250px; padding-top: 20px; display: block; margin-left: auto; margin-right: auto; width: 50%; }
|
30 |
|
31 |
+
.wcv_addons_wrap .addons-banner-block-item-icon { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: #ffffff; height: 100px; }
|
32 |
+
|
33 |
+
.wcv_addons_wrap .addons-column-block-item-icon { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: #f7f7f7; border: 1px solid #e6e6e6; height: 100px; margin: 0 10px 10px 0; width: 100px; }
|
34 |
+
|
35 |
+
.wcv_addons_wrap .addons-banner-block { background: #ffffff; border: 1px solid #ddd; margin: 0 0 1em 0; padding: 2em 2em 1em; }
|
36 |
|
37 |
.wcv_addons_wrap .addons-banner-block img { height: 62px; }
|
38 |
|
39 |
.wcv_addons_wrap .addons-banner-block p { margin: 0 0 20px; }
|
40 |
|
41 |
+
.wcv_addons_wrap .addons-wcs-banner-block { background: #ffffff; border: 1px solid #ddd; margin: 0 0 1em 0; padding: 2em 2em 1em; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
|
42 |
+
|
43 |
.wcv_addons_wrap .addons-banner-block-items { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: distribute; justify-content: space-around; margin: 0 -10px 0 -10px; }
|
44 |
|
45 |
+
.wcv_addons_wrap .addons-banner-block-item { border: 1px solid #e6e6e6; border-radius: 3px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin: 1em; min-width: 200px; width: 30%; display: none; }
|
46 |
|
47 |
+
.wcv_addons_wrap .addons-banner-block-item:nth-child(-n+3) { display: block; }
|
48 |
|
49 |
+
.wcv_addons_wrap .addons-banner-block-item-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 24px; }
|
50 |
|
51 |
.wcv_addons_wrap .addons-banner-block-item-content h3 { margin-top: 0; }
|
52 |
|
53 |
.wcv_addons_wrap .addons-banner-block-item-content p { margin: 0 0 auto; }
|
54 |
|
|
|
|
|
55 |
.wcv_addons_wrap .addons-wcs-banner-block-image { background: #f7f7f7; border: 1px solid #e6e6e6; margin-right: 2em; width: 400px; padding: 1em; text-align: center; }
|
56 |
|
57 |
.wcv_addons_wrap .addons-wcs-banner-block-image .addons-img { margin: auto 0; max-height: 350px; max-width: 350px; }
|
62 |
|
63 |
.wcv_addons_wrap .addons-wcs-banner-block-content h1 { padding-bottom: 0; }
|
64 |
|
65 |
+
.wcv_addons_wrap .addons-wcs-banner-block-content p { margin-bottom: 0; text-align: center; }
|
66 |
|
67 |
.wcv_addons_wrap .addons-wcs-banner-block-content .wcs-service-logo { max-width: 40px; }
|
68 |
|
72 |
|
73 |
.wcv_addons_wrap .addons-column:nth-child(2) { margin-right: 0; }
|
74 |
|
75 |
+
.wcv_addons_wrap .addons-small-light-block { -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #ddd; margin: 0 0 1em; padding: 20px; background: #ffffff; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
|
76 |
|
77 |
+
.wcv_addons_wrap .addons-small-light-block h1 { margin-top: -12px; }
|
78 |
|
79 |
+
.wcv_addons_wrap .addons-small-light-block p { margin-top: 0; }
|
80 |
|
81 |
+
.wcv_addons_wrap .addons-small-light-block img { height: 225px; margin: 0 0 0 -20px; }
|
82 |
|
83 |
+
.wcv_addons_wrap .addons-small-dark-block { -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #ddd; margin: 0 0 1em; padding: 20px; background-color: #54687d; text-align: center; }
|
84 |
|
85 |
+
.wcv_addons_wrap .addons-small-dark-block h1 { color: #ffffff; }
|
86 |
|
87 |
+
.wcv_addons_wrap .addons-small-dark-block p { color: #fafafa; }
|
88 |
|
89 |
+
.wcv_addons_wrap .addons-column-block { -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #ddd; margin: 0 0 1em; padding: 20px; background: #ffffff; }
|
90 |
|
91 |
+
.wcv_addons_wrap .addons-column-block img { max-height: 50px; max-width: 50px; }
|
92 |
|
93 |
+
.wcv_addons_wrap .addons-column-block .wcv-columns { padding-top: 20px; }
|
94 |
|
95 |
+
.wcv_addons_wrap .addons-column-block .wcv-columns table { border-collapse: collapse; border-spacing: 0; width: 70%; border: 1px solid #ddd; margin-top: 20px; margin: auto; }
|
96 |
|
97 |
+
.wcv_addons_wrap .addons-column-block .wcv-columns th, .wcv_addons_wrap .addons-column-block .wcv-columns td { text-align: center; padding: 16px; }
|
98 |
|
99 |
+
.wcv_addons_wrap .addons-column-block .wcv-columns th:first-child, .wcv_addons_wrap .addons-column-block .wcv-columns td:first-child { text-align: left; }
|
100 |
|
101 |
+
.wcv_addons_wrap .addons-column-block .wcv-columns tr:nth-child(even) { background-color: #f2f2f2; }
|
102 |
|
103 |
+
.wcv_addons_wrap .addons-column-block .wcv-columns .fa-check { color: green; }
|
104 |
|
105 |
+
.wcv_addons_wrap .addons-column-block .wcv-columns .fa-remove { color: red; }
|
106 |
|
107 |
+
.wcv_addons_wrap .addons-column-block-left { float: left; }
|
108 |
|
109 |
+
.wcv_addons_wrap .addons-column-block-right { float: right; }
|
110 |
|
111 |
+
.wcv_addons_wrap .addons-column-block-item { border-top: 2px solid #f9f9f9; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 0 -20px; padding: 20px; display: none; }
|
112 |
|
113 |
+
.wcv_addons_wrap .addons-column-block-item:nth-of-type(-n+3) { display: -webkit-box; display: -ms-flexbox; display: flex; }
|
114 |
|
115 |
+
.wcv_addons_wrap .addons-column-block-item-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -ms-flex-wrap: wrap; flex-wrap: wrap; height: 20%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; min-width: 200px; }
|
116 |
|
117 |
+
.wcv_addons_wrap .addons-column-block-item-content h2 { float: left; margin-top: 8px; }
|
118 |
|
119 |
+
.wcv_addons_wrap .addons-column-block-item-content a { float: right; }
|
120 |
|
121 |
+
.wcv_addons_wrap .addons-column-block-item-content p { float: left; }
|
122 |
|
123 |
+
.wcv_addons_wrap .addons-small-dark-items { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: distribute; justify-content: space-around; }
|
124 |
|
125 |
+
.wcv_addons_wrap .addons-small-dark-item { margin: 0 0 20px; }
|
126 |
|
127 |
+
.wcv_addons_wrap .addons-small-dark-item a { margin: 28px auto 0; }
|
128 |
+
|
129 |
+
.wcv_addons_wrap .addons-small-dark-item-icon img { height: 30px; }
|
130 |
+
|
131 |
+
.wcv_addons_wrap .addons-small-light-block-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 100px; flex: 1 1 100px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: distribute; justify-content: space-around; }
|
132 |
|
133 |
.wcv_addons_wrap .addons-small-light-block-content a { width: 48%; }
|
134 |
|
135 |
+
.wcv_addons_wrap .addons-small-light-block-buttons { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
|
136 |
+
|
137 |
.wcv_addons_wrap .product-addons-button { cursor: pointer; display: block; height: 37px; line-height: 37px; text-align: center; text-decoration: none; width: 124px; }
|
138 |
|
139 |
+
.wcv_addons_wrap .started-button { cursor: pointer; display: block; height: 37px; line-height: 37px; text-align: center; text-decoration: none; width: 180px; margin: auto; }
|
140 |
+
|
141 |
+
.wcv_addons_wrap .started-button svg { width: 15px; fill: #fff; margin-left: 5px; }
|
142 |
+
|
143 |
.wcv_addons_wrap .product-addons-button-solid { background-color: #005580; color: #ffffff; }
|
144 |
|
145 |
.wcv_addons_wrap .addons-button { border-radius: 3px; cursor: pointer; display: block; height: 37px; line-height: 37px; text-align: center; text-decoration: none; width: 124px; }
|
160 |
|
161 |
.wcv_addons_wrap .addons-button-installed:hover { color: #3c3c3c; opacity: 0.8; }
|
162 |
|
|
|
|
|
|
|
|
|
|
|
163 |
.wcv_addons_wrap .colorpickpreview { padding: 7px 0; line-height: 1em; display: inline-block; width: 26px; border: 1px solid #ddd; font-size: 14px; }
|
164 |
|
165 |
.wcv_addons_wrap .products { overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row; flex-flow: row; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -.5em; }
|
176 |
|
177 |
.wcv_addons_wrap .products li a .price { display: none; }
|
178 |
|
179 |
+
.wcv_addons_wrap .products li a h2 { margin: 0 !important; padding: 20px !important; background: #fff; }
|
180 |
+
|
181 |
+
.wcv_addons_wrap .products li a h3 { margin: 0 !important; padding: 20px !important; background: #fff; }
|
182 |
|
183 |
.wcv_addons_wrap .products li a p { padding: 20px !important; margin: 0 !important; border-top: 1px solid #f1f1f1; }
|
184 |
|
185 |
+
.wcv_addons_wrap .products li a:hover { background-color: #fff; }
|
186 |
|
187 |
+
.wcv_addons_wrap .products li a:focus { background-color: #fff; }
|
188 |
+
|
189 |
+
.wcv_addons_wrap .carrousel { background: #ffffff; text-align: center; padding-top: 1em; padding-bottom: 4em; max-width: 750px; margin: auto; position: relative; overflow: hidden; }
|
190 |
+
|
191 |
+
.wcv_addons_wrap .carrousel h1 { font-size: 1.5em; text-align: center; margin: 0.8em 0; color: #555555; }
|
192 |
+
|
193 |
+
.wcv_addons_wrap .carrousel h2 { margin: 0; margin-top: -1.7em; padding: 0; font-size: 1em; text-align: center; color: #bbbbbb; }
|
194 |
+
|
195 |
+
.wcv_addons_wrap .carrousel .slides { width: 400%; left: 0; padding-left: 0; padding-top: 1em; overflow: hidden; list-style: none; position: relative; -webkit-transition: transform .5s; -webkit-transition: -webkit-transform .5s; transition: -webkit-transform .5s; transition: transform .5s; transition: transform .5s, -webkit-transform .5s; }
|
196 |
+
|
197 |
+
.wcv_addons_wrap .carrousel .slides li { width: 25%; position: relative; float: left; }
|
198 |
|
199 |
+
.wcv_addons_wrap .carrousel li p { margin-top: 0; }
|
200 |
+
|
201 |
+
.wcv_addons_wrap .carrousel li q { max-width: 90%; margin: auto; color: #666666; font-size: 1.3em; font-weight: bold; }
|
202 |
+
|
203 |
+
.wcv_addons_wrap .carrousel li img { width: 3em; height: 3em; -o-object-fit: cover; object-fit: cover; border-radius: 50%; margin-left: -1.5em; margin-right: 0.5em; vertical-align: middle; }
|
204 |
+
|
205 |
+
.wcv_addons_wrap .carrousel li span.author { margin-top: 0.5em; font-size: 1.2em; color: #777777; display: block; }
|
206 |
+
|
207 |
+
.wcv_addons_wrap .carrousel .slidesNavigation { display: block; list-style: none; text-align: center; bottom: 1em; position: absolute; width: 104px; left: 50%; margin-left: -52px; }
|
208 |
+
|
209 |
+
.wcv_addons_wrap .carrousel .slidesNavigation label { float: left; margin: 6px; display: block; height: 10px; width: 10px; border-radius: 50%; border: solid 2px #2980b9; font-size: 0; }
|
210 |
+
|
211 |
+
.wcv_addons_wrap .carrousel .slidesNavigation label:hover { cursor: pointer; }
|
212 |
+
|
213 |
+
.wcv_addons_wrap .carrousel input { display: none; }
|
214 |
+
|
215 |
+
.wcv_addons_wrap .carrousel #radio-1:checked ~ .slidesNavigation label#dotForRadio-1 { background: #2980b9; }
|
216 |
+
|
217 |
+
.wcv_addons_wrap .carrousel #radio-2:checked ~ .slidesNavigation label#dotForRadio-2 { background: #2980b9; }
|
218 |
+
|
219 |
+
.wcv_addons_wrap .carrousel #radio-3:checked ~ .slidesNavigation label#dotForRadio-3 { background: #2980b9; }
|
220 |
+
|
221 |
+
.wcv_addons_wrap .carrousel #radio-4:checked ~ .slidesNavigation label#dotForRadio-4 { background: #2980b9; }
|
222 |
+
|
223 |
+
.wcv_addons_wrap #radio-1:checked ~ .slides { -webkit-transform: translateX(0%); transform: translateX(0%); }
|
224 |
+
|
225 |
+
.wcv_addons_wrap #radio-2:checked ~ .slides { -webkit-transform: translateX(-25%); transform: translateX(-25%); }
|
226 |
+
|
227 |
+
.wcv_addons_wrap #radio-3:checked ~ .slides { -webkit-transform: translateX(-50%); transform: translateX(-50%); }
|
228 |
+
|
229 |
+
.wcv_addons_wrap #radio-4:checked ~ .slides { -webkit-transform: translateX(-75%); transform: translateX(-75%); }
|
230 |
+
|
231 |
+
@media (max-width: 796px) { .wcv_addons_wrap .carrousel { height: 8.5em; } }
|
232 |
+
|
233 |
+
@media (max-width: 480px) { .wcv_addons_wrap .carrousel li p { padding-left: 0.5em; padding-right: 0.5em; }
|
234 |
+
.wcv_addons_wrap .carrousel li q { font-size: 1em; }
|
235 |
+
.wcv_addons_wrap .carrousel li img { width: 2em; margin-left: -1em; margin-right: 0.25em; } }
|
236 |
+
|
237 |
+
@media only screen and (max-width: 400px) { .wcv_addons_wrap .addons-featured { margin: -1% -5%; }
|
238 |
+
.wcv_addons_wrap .addons-button { width: 100%; }
|
239 |
+
.wcv_addons_wrap .addons-small-dark-item { width: 100%; }
|
240 |
+
.wcv_addons_wrap .addons-column-block-item-icon { background: none; border: none; height: 75px; margin: 0 10px 10px 0; width: 75px; } }
|
assets/css/wcv-admin.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.wcv_addons_wrap{max-width:1200px}.wcv_addons_wrap h1.search-form-title{clear:left;padding:0}.wcv_addons_wrap .update-plugins .update-count{background-color:#d54e21;border-radius:10px;color:#fff;display:inline-block;font-size:9px;font-weight:600;line-height:17px;margin:1px 0 0 2px;padding:0 6px;vertical-align:text-top}.wcv_addons_wrap .addons-featured{margin:0}.wcv_addons_wrap ul.feature-list{list-style:inherit}.wcv_addons_wrap ul.feature-list li{margin-left:20px}.wcv_addons_wrap ul.subsubsub.subsubsub{margin:-2px 0 12px}.wcv_addons_wrap .subsubsub li::after{content:'|'}.wcv_addons_wrap .subsubsub li:last-child::after{content:''}.wcv_addons_wrap .addons-banner-block-item-icon,.wcv_addons_wrap .addons-column-block-item-icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wcv_addons_wrap .addons-banner-block,.wcv_addons_wrap .addons-wcs-banner-block{background:#fff;border:1px solid #ddd;margin:0 0 1em 0;padding:2em 2em 1em}.wcv_addons_wrap .addons-banner-block img{height:62px}.wcv_addons_wrap .addons-banner-block p{margin:0 0 20px}.wcv_addons_wrap .addons-banner-block-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;margin:0 -10px 0 -10px}.wcv_addons_wrap .addons-banner-block-item{border:1px solid #e6e6e6;border-radius:3px;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:1em;min-width:200px;width:30%}.wcv_addons_wrap .addons-banner-block-item-icon{background:#f7f7f7;height:143px}.wcv_addons_wrap .addons-banner-block-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:184px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:24px}.wcv_addons_wrap .addons-banner-block-item-content h3{margin-top:0}.wcv_addons_wrap .addons-banner-block-item-content p{margin:0 0 auto}.wcv_addons_wrap .addons-wcs-banner-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcv_addons_wrap .addons-wcs-banner-block-image{background:#f7f7f7;border:1px solid #e6e6e6;margin-right:2em;width:400px;padding:1em;text-align:center}.wcv_addons_wrap .addons-wcs-banner-block-image .addons-img{margin:auto 0;max-height:350px;max-width:350px}.wcv_addons_wrap .addons-shipping-methods .addons-wcs-banner-block{margin-left:0;margin-right:0;margin-top:1em}.wcv_addons_wrap .addons-wcs-banner-block-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-item-align:stretch;align-self:stretch;padding:1em 0}.wcv_addons_wrap .addons-wcs-banner-block-content h1{padding-bottom:0}.wcv_addons_wrap .addons-wcs-banner-block-content p{margin-bottom:0}.wcv_addons_wrap .addons-wcs-banner-block-content .wcs-service-logo{max-width:40px}.wcv_addons_wrap .addons-column-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around}.wcv_addons_wrap .addons-column{-webkit-box-flex:1;-ms-flex:1;flex:1;width:50%;padding:0 .5em}.wcv_addons_wrap .addons-column:nth-child(2){margin-right:0}.wcv_addons_wrap .addons-column-block,.wcv_addons_wrap .addons-small-dark-block,.wcv_addons_wrap .addons-small-light-block{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #ddd;margin:0 0 1em;padding:20px}.wcv_addons_wrap .addons-column-block img{max-height:50px;max-width:50px}.wcv_addons_wrap .addons-column-block,.wcv_addons_wrap .addons-small-light-block{background:#fff}.wcv_addons_wrap .addons-column-block-left{float:left}.wcv_addons_wrap .addons-column-block-right{float:right}.wcv_addons_wrap .addons-column-block-item{border-top:2px solid #f9f9f9;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 -20px;padding:20px}.wcv_addons_wrap .addons-column-block-item-icon{background:#f7f7f7;border:1px solid #e6e6e6;height:100px;margin:0 10px 10px 0;width:100px}.wcv_addons_wrap .addons-column-block-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-wrap:wrap;flex-wrap:wrap;height:20%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-width:200px}.wcv_addons_wrap .addons-column-block-item-content h2{float:left;margin-top:8px}.wcv_addons_wrap .addons-column-block-item-content a{float:right}.wcv_addons_wrap .addons-column-block-item-content p{float:left}.wcv_addons_wrap .addons-banner-block-item,.wcv_addons_wrap .addons-column-block-item{display:none}.wcv_addons_wrap .addons-banner-block-item:nth-child(-n+3){display:block}.wcv_addons_wrap .addons-column-block-item:nth-of-type(-n+3){display:-webkit-box;display:-ms-flexbox;display:flex}.wcv_addons_wrap .addons-small-dark-block{background-color:#54687d;text-align:center}.wcv_addons_wrap .addons-small-dark-items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around}.wcv_addons_wrap .addons-small-dark-item{margin:0 0 20px}.wcv_addons_wrap .addons-small-dark-block h1{color:#fff}.wcv_addons_wrap .addons-small-dark-block p{color:#fafafa}.wcv_addons_wrap .addons-small-dark-item-icon img{height:30px}.wcv_addons_wrap .addons-small-dark-item a{margin:28px auto 0}.wcv_addons_wrap .addons-small-light-block{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.wcv_addons_wrap .addons-small-light-block h1{margin-top:-12px}.wcv_addons_wrap .addons-small-light-block p{margin-top:0}.wcv_addons_wrap .addons-small-light-block img{height:225px;margin:0 0 0 -20px}.wcv_addons_wrap .addons-small-light-block-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 100px;flex:1 1 100px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around}.wcv_addons_wrap .addons-small-light-block-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wcv_addons_wrap .addons-small-light-block-content a{width:48%}.wcv_addons_wrap .product-addons-button{cursor:pointer;display:block;height:37px;line-height:37px;text-align:center;text-decoration:none;width:124px}.wcv_addons_wrap .product-addons-button-solid{background-color:#005580;color:#fff}.wcv_addons_wrap .addons-button{border-radius:3px;cursor:pointer;display:block;height:37px;line-height:37px;text-align:center;text-decoration:none;width:124px}.wcv_addons_wrap .addons-button-solid{background-color:#005580;color:#fff}.wcv_addons_wrap .addons-button-solid:hover{color:#fff;opacity:.8}.wcv_addons_wrap .addons-button-outline-green{border:1px solid #73ae39;color:#73ae39}.wcv_addons_wrap .addons-button-outline-green:hover{color:#73ae39;opacity:.8}.wcv_addons_wrap .addons-button-outline-white{border:1px solid #fff;color:#fff}.wcv_addons_wrap .addons-button-outline-white:hover{color:#fff;opacity:.8}.wcv_addons_wrap .addons-button-installed{background:#e6e6e6;color:#3c3c3c}.wcv_addons_wrap .addons-button-installed:hover{color:#3c3c3c;opacity:.8}@media only screen and (max-width:400px){.wcv_addons_wrap .addons-featured{margin:-1% -5%}.wcv_addons_wrap .addons-button{width:100%}.wcv_addons_wrap .addons-small-dark-item{width:100%}.wcv_addons_wrap .addons-column-block-item-icon{background:0 0;border:none;height:75px;margin:0 10px 10px 0;width:75px}}.wcv_addons_wrap .colorpickpreview{padding:7px 0;line-height:1em;display:inline-block;width:26px;border:1px solid #ddd;font-size:14px}.wcv_addons_wrap .products{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -.5em}.wcv_addons_wrap .products li{float:left;border:1px solid #ddd;margin:0 .5em 1em!important;padding:0;vertical-align:top;width:25%;min-width:280px;min-height:220px;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;background:#f5f5f5;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1)}.wcv_addons_wrap .products li a{text-decoration:none;color:inherit;display:block;height:100%}.wcv_addons_wrap .products li a .product-img-wrap{background:#fff;display:block}.wcv_addons_wrap .products li a img{max-width:258px;max-height:24px;padding:17px 20px;display:block;margin:0;background:#fff;border-right:260px solid #fff}.wcv_addons_wrap .products li a img.extension-thumb+h3{display:none}.wcv_addons_wrap .products li a .price{display:none}.wcv_addons_wrap .products li a h2,.wcv_addons_wrap .products li a h3{margin:0!important;padding:20px!important;background:#fff}.wcv_addons_wrap .products li a p{padding:20px!important;margin:0!important;border-top:1px solid #f1f1f1}.wcv_addons_wrap .products li a:focus,.wcv_addons_wrap .products li a:hover{background-color:#fff}.column-vendor{width:10%}.bulk-edit-product .inline-edit-author,.bulk-edit-product .post_author{display:none}
|
1 |
+
.column-vendor{width:10%}.bulk-edit-product .inline-edit-author{display:none}.bulk-edit-product .post_author{display:none}.update-plugins .update-count{background-color:#d54e21;border-radius:10px;color:#fff;display:inline-block;font-size:9px;font-weight:600;line-height:17px;margin:1px 0 0 2px;padding:0 6px;vertical-align:text-top}.wcv_addons_wrap{max-width:1200px;margin:auto}.wcv_addons_wrap h1.search-form-title{clear:left;padding:0}.wcv_addons_wrap h1{text-align:center}.wcv_addons_wrap .addons-featured{margin:0}.wcv_addons_wrap ul.feature-list{list-style:inherit}.wcv_addons_wrap ul.feature-list li{margin-left:20px}.wcv_addons_wrap ul.subsubsub.subsubsub{margin:-2px 0 12px}.wcv_addons_wrap .subsubsub li::after{content:'|'}.wcv_addons_wrap .subsubsub li:last-child::after{content:''}.wcv_addons_wrap .align-center{text-align:center}.wcv_addons_wrap .wcv-logo{max-width:250px;padding-top:20px;display:block;margin-left:auto;margin-right:auto;width:50%}.wcv_addons_wrap .addons-banner-block-item-icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;height:100px}.wcv_addons_wrap .addons-column-block-item-icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#f7f7f7;border:1px solid #e6e6e6;height:100px;margin:0 10px 10px 0;width:100px}.wcv_addons_wrap .addons-banner-block{background:#fff;border:1px solid #ddd;margin:0 0 1em 0;padding:2em 2em 1em}.wcv_addons_wrap .addons-banner-block img{height:62px}.wcv_addons_wrap .addons-banner-block p{margin:0 0 20px}.wcv_addons_wrap .addons-wcs-banner-block{background:#fff;border:1px solid #ddd;margin:0 0 1em 0;padding:2em 2em 1em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcv_addons_wrap .addons-banner-block-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;margin:0 -10px 0 -10px}.wcv_addons_wrap .addons-banner-block-item{border:1px solid #e6e6e6;border-radius:3px;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:1em;min-width:200px;width:30%;display:none}.wcv_addons_wrap .addons-banner-block-item:nth-child(-n+3){display:block}.wcv_addons_wrap .addons-banner-block-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:24px}.wcv_addons_wrap .addons-banner-block-item-content h3{margin-top:0}.wcv_addons_wrap .addons-banner-block-item-content p{margin:0 0 auto}.wcv_addons_wrap .addons-wcs-banner-block-image{background:#f7f7f7;border:1px solid #e6e6e6;margin-right:2em;width:400px;padding:1em;text-align:center}.wcv_addons_wrap .addons-wcs-banner-block-image .addons-img{margin:auto 0;max-height:350px;max-width:350px}.wcv_addons_wrap .addons-shipping-methods .addons-wcs-banner-block{margin-left:0;margin-right:0;margin-top:1em}.wcv_addons_wrap .addons-wcs-banner-block-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-item-align:stretch;align-self:stretch;padding:1em 0}.wcv_addons_wrap .addons-wcs-banner-block-content h1{padding-bottom:0}.wcv_addons_wrap .addons-wcs-banner-block-content p{margin-bottom:0;text-align:center}.wcv_addons_wrap .addons-wcs-banner-block-content .wcs-service-logo{max-width:40px}.wcv_addons_wrap .addons-column-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around}.wcv_addons_wrap .addons-column{-webkit-box-flex:1;-ms-flex:1;flex:1;width:50%;padding:0 .5em}.wcv_addons_wrap .addons-column:nth-child(2){margin-right:0}.wcv_addons_wrap .addons-small-light-block{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #ddd;margin:0 0 1em;padding:20px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.wcv_addons_wrap .addons-small-light-block h1{margin-top:-12px}.wcv_addons_wrap .addons-small-light-block p{margin-top:0}.wcv_addons_wrap .addons-small-light-block img{height:225px;margin:0 0 0 -20px}.wcv_addons_wrap .addons-small-dark-block{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #ddd;margin:0 0 1em;padding:20px;background-color:#54687d;text-align:center}.wcv_addons_wrap .addons-small-dark-block h1{color:#fff}.wcv_addons_wrap .addons-small-dark-block p{color:#fafafa}.wcv_addons_wrap .addons-column-block{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #ddd;margin:0 0 1em;padding:20px;background:#fff}.wcv_addons_wrap .addons-column-block img{max-height:50px;max-width:50px}.wcv_addons_wrap .addons-column-block .wcv-columns{padding-top:20px}.wcv_addons_wrap .addons-column-block .wcv-columns table{border-collapse:collapse;border-spacing:0;width:70%;border:1px solid #ddd;margin-top:20px;margin:auto}.wcv_addons_wrap .addons-column-block .wcv-columns td,.wcv_addons_wrap .addons-column-block .wcv-columns th{text-align:center;padding:16px}.wcv_addons_wrap .addons-column-block .wcv-columns td:first-child,.wcv_addons_wrap .addons-column-block .wcv-columns th:first-child{text-align:left}.wcv_addons_wrap .addons-column-block .wcv-columns tr:nth-child(even){background-color:#f2f2f2}.wcv_addons_wrap .addons-column-block .wcv-columns .fa-check{color:green}.wcv_addons_wrap .addons-column-block .wcv-columns .fa-remove{color:red}.wcv_addons_wrap .addons-column-block-left{float:left}.wcv_addons_wrap .addons-column-block-right{float:right}.wcv_addons_wrap .addons-column-block-item{border-top:2px solid #f9f9f9;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 -20px;padding:20px;display:none}.wcv_addons_wrap .addons-column-block-item:nth-of-type(-n+3){display:-webkit-box;display:-ms-flexbox;display:flex}.wcv_addons_wrap .addons-column-block-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-wrap:wrap;flex-wrap:wrap;height:20%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-width:200px}.wcv_addons_wrap .addons-column-block-item-content h2{float:left;margin-top:8px}.wcv_addons_wrap .addons-column-block-item-content a{float:right}.wcv_addons_wrap .addons-column-block-item-content p{float:left}.wcv_addons_wrap .addons-small-dark-items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around}.wcv_addons_wrap .addons-small-dark-item{margin:0 0 20px}.wcv_addons_wrap .addons-small-dark-item a{margin:28px auto 0}.wcv_addons_wrap .addons-small-dark-item-icon img{height:30px}.wcv_addons_wrap .addons-small-light-block-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 100px;flex:1 1 100px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around}.wcv_addons_wrap .addons-small-light-block-content a{width:48%}.wcv_addons_wrap .addons-small-light-block-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wcv_addons_wrap .product-addons-button{cursor:pointer;display:block;height:37px;line-height:37px;text-align:center;text-decoration:none;width:124px}.wcv_addons_wrap .started-button{cursor:pointer;display:block;height:37px;line-height:37px;text-align:center;text-decoration:none;width:180px;margin:auto}.wcv_addons_wrap .started-button svg{width:15px;fill:#fff;margin-left:5px}.wcv_addons_wrap .product-addons-button-solid{background-color:#005580;color:#fff}.wcv_addons_wrap .addons-button{border-radius:3px;cursor:pointer;display:block;height:37px;line-height:37px;text-align:center;text-decoration:none;width:124px}.wcv_addons_wrap .addons-button-solid{background-color:#005580;color:#fff}.wcv_addons_wrap .addons-button-solid:hover{color:#fff;opacity:.8}.wcv_addons_wrap .addons-button-outline-green{border:1px solid #73ae39;color:#73ae39}.wcv_addons_wrap .addons-button-outline-green:hover{color:#73ae39;opacity:.8}.wcv_addons_wrap .addons-button-outline-white{border:1px solid #fff;color:#fff}.wcv_addons_wrap .addons-button-outline-white:hover{color:#fff;opacity:.8}.wcv_addons_wrap .addons-button-installed{background:#e6e6e6;color:#3c3c3c}.wcv_addons_wrap .addons-button-installed:hover{color:#3c3c3c;opacity:.8}.wcv_addons_wrap .colorpickpreview{padding:7px 0;line-height:1em;display:inline-block;width:26px;border:1px solid #ddd;font-size:14px}.wcv_addons_wrap .products{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -.5em}.wcv_addons_wrap .products li{float:left;border:1px solid #ddd;margin:0 .5em 1em!important;padding:0;vertical-align:top;width:25%;min-width:280px;min-height:220px;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;background:#f5f5f5;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1)}.wcv_addons_wrap .products li a{text-decoration:none;color:inherit;display:block;height:100%}.wcv_addons_wrap .products li a .product-img-wrap{background:#fff;display:block}.wcv_addons_wrap .products li a img{max-width:258px;max-height:24px;padding:17px 20px;display:block;margin:0;background:#fff;border-right:260px solid #fff}.wcv_addons_wrap .products li a img.extension-thumb+h3{display:none}.wcv_addons_wrap .products li a .price{display:none}.wcv_addons_wrap .products li a h2{margin:0!important;padding:20px!important;background:#fff}.wcv_addons_wrap .products li a h3{margin:0!important;padding:20px!important;background:#fff}.wcv_addons_wrap .products li a p{padding:20px!important;margin:0!important;border-top:1px solid #f1f1f1}.wcv_addons_wrap .products li a:hover{background-color:#fff}.wcv_addons_wrap .products li a:focus{background-color:#fff}.wcv_addons_wrap .carrousel{background:#fff;text-align:center;padding-top:1em;padding-bottom:4em;max-width:750px;margin:auto;position:relative;overflow:hidden}.wcv_addons_wrap .carrousel h1{font-size:1.5em;text-align:center;margin:.8em 0;color:#555}.wcv_addons_wrap .carrousel h2{margin:0;margin-top:-1.7em;padding:0;font-size:1em;text-align:center;color:#bbb}.wcv_addons_wrap .carrousel .slides{width:400%;left:0;padding-left:0;padding-top:1em;overflow:hidden;list-style:none;position:relative;-webkit-transition:transform .5s;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.wcv_addons_wrap .carrousel .slides li{width:25%;position:relative;float:left}.wcv_addons_wrap .carrousel li p{margin-top:0}.wcv_addons_wrap .carrousel li q{max-width:90%;margin:auto;color:#666;font-size:1.3em;font-weight:700}.wcv_addons_wrap .carrousel li img{width:3em;height:3em;-o-object-fit:cover;object-fit:cover;border-radius:50%;margin-left:-1.5em;margin-right:.5em;vertical-align:middle}.wcv_addons_wrap .carrousel li span.author{margin-top:.5em;font-size:1.2em;color:#777;display:block}.wcv_addons_wrap .carrousel .slidesNavigation{display:block;list-style:none;text-align:center;bottom:1em;position:absolute;width:104px;left:50%;margin-left:-52px}.wcv_addons_wrap .carrousel .slidesNavigation label{float:left;margin:6px;display:block;height:10px;width:10px;border-radius:50%;border:solid 2px #2980b9;font-size:0}.wcv_addons_wrap .carrousel .slidesNavigation label:hover{cursor:pointer}.wcv_addons_wrap .carrousel input{display:none}.wcv_addons_wrap .carrousel #radio-1:checked~.slidesNavigation label#dotForRadio-1{background:#2980b9}.wcv_addons_wrap .carrousel #radio-2:checked~.slidesNavigation label#dotForRadio-2{background:#2980b9}.wcv_addons_wrap .carrousel #radio-3:checked~.slidesNavigation label#dotForRadio-3{background:#2980b9}.wcv_addons_wrap .carrousel #radio-4:checked~.slidesNavigation label#dotForRadio-4{background:#2980b9}.wcv_addons_wrap #radio-1:checked~.slides{-webkit-transform:translateX(0);transform:translateX(0)}.wcv_addons_wrap #radio-2:checked~.slides{-webkit-transform:translateX(-25%);transform:translateX(-25%)}.wcv_addons_wrap #radio-3:checked~.slides{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.wcv_addons_wrap #radio-4:checked~.slides{-webkit-transform:translateX(-75%);transform:translateX(-75%)}@media (max-width:796px){.wcv_addons_wrap .carrousel{height:8.5em}}@media (max-width:480px){.wcv_addons_wrap .carrousel li p{padding-left:.5em;padding-right:.5em}.wcv_addons_wrap .carrousel li q{font-size:1em}.wcv_addons_wrap .carrousel li img{width:2em;margin-left:-1em;margin-right:.25em}}@media only screen and (max-width:400px){.wcv_addons_wrap .addons-featured{margin:-1% -5%}.wcv_addons_wrap .addons-button{width:100%}.wcv_addons_wrap .addons-small-dark-item{width:100%}.wcv_addons_wrap .addons-column-block-item-icon{background:0 0;border:none;height:75px;margin:0 10px 10px 0;width:75px}}
|
assets/css/wcv-admin.scss
CHANGED
@@ -1,12 +1,18 @@
|
|
1 |
-
.wcv_addons_wrap {
|
2 |
-
max-width: 1200px;
|
3 |
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
}
|
|
|
8 |
|
9 |
-
|
|
|
10 |
background-color: #d54e21;
|
11 |
border-radius: 10px;
|
12 |
color: #fff;
|
@@ -18,97 +24,156 @@
|
|
18 |
padding: 0 6px;
|
19 |
vertical-align: text-top;
|
20 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
.addons-featured {
|
23 |
margin: 0;
|
24 |
}
|
25 |
-
|
26 |
ul.feature-list {
|
27 |
list-style: inherit;
|
28 |
-
|
29 |
li {
|
30 |
margin-left: 20px;
|
31 |
}
|
32 |
}
|
33 |
-
|
34 |
ul.subsubsub.subsubsub {
|
35 |
margin: -2px 0 12px;
|
36 |
}
|
37 |
-
|
38 |
-
|
39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
}
|
41 |
-
|
42 |
-
|
43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
}
|
45 |
-
|
46 |
-
.addons-banner-block-item-icon,
|
47 |
.addons-column-block-item-icon {
|
|
|
|
|
48 |
align-items: center;
|
|
|
|
|
49 |
display: flex;
|
|
|
|
|
50 |
justify-content: center;
|
|
|
|
|
|
|
|
|
|
|
51 |
}
|
52 |
-
|
53 |
-
.addons-banner-block,
|
54 |
-
.addons-wcs-banner-block {
|
55 |
background: #ffffff;
|
56 |
border: 1px solid #ddd;
|
57 |
margin: 0 0 1em 0;
|
58 |
padding: 2em 2em 1em;
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
}
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
|
|
|
|
|
|
|
|
67 |
}
|
68 |
-
|
69 |
.addons-banner-block-items {
|
|
|
|
|
70 |
display: flex;
|
|
|
|
|
|
|
71 |
flex-direction: row;
|
|
|
72 |
flex-wrap: wrap;
|
|
|
73 |
justify-content: space-around;
|
74 |
margin: 0 -10px 0 -10px;
|
75 |
}
|
76 |
-
|
77 |
.addons-banner-block-item {
|
78 |
border: 1px solid #e6e6e6;
|
79 |
border-radius: 3px;
|
|
|
|
|
80 |
flex: 1;
|
81 |
margin: 1em;
|
82 |
min-width: 200px;
|
83 |
width: 30%;
|
|
|
|
|
|
|
|
|
84 |
}
|
85 |
-
|
86 |
-
.addons-banner-block-item-icon {
|
87 |
-
background: #f7f7f7;
|
88 |
-
height: 143px;
|
89 |
-
}
|
90 |
-
|
91 |
.addons-banner-block-item-content {
|
|
|
|
|
92 |
display: flex;
|
|
|
|
|
|
|
93 |
flex-direction: column;
|
94 |
-
|
|
|
95 |
justify-content: space-between;
|
96 |
padding: 24px;
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
}
|
98 |
-
|
99 |
-
.addons-banner-block-item-content h3 {
|
100 |
-
margin-top: 0;
|
101 |
-
}
|
102 |
-
|
103 |
-
.addons-banner-block-item-content p {
|
104 |
-
margin: 0 0 auto;
|
105 |
-
}
|
106 |
-
|
107 |
-
.addons-wcs-banner-block {
|
108 |
-
display: flex;
|
109 |
-
align-items: center;
|
110 |
-
}
|
111 |
-
|
112 |
.addons-wcs-banner-block-image {
|
113 |
background: #f7f7f7;
|
114 |
border: 1px solid #e6e6e6;
|
@@ -116,202 +181,248 @@
|
|
116 |
width: 400px;
|
117 |
padding: 1em;
|
118 |
text-align: center;
|
119 |
-
|
120 |
.addons-img {
|
121 |
margin: auto 0;
|
122 |
max-height: 350px;
|
123 |
max-width: 350px;
|
124 |
}
|
125 |
}
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
|
|
131 |
}
|
132 |
-
|
133 |
.addons-wcs-banner-block-content {
|
|
|
|
|
134 |
display: flex;
|
|
|
|
|
|
|
135 |
flex-direction: column;
|
|
|
136 |
justify-content: space-around;
|
|
|
137 |
align-self: stretch;
|
138 |
padding: 1em 0;
|
139 |
-
|
140 |
h1 {
|
141 |
padding-bottom: 0;
|
142 |
}
|
143 |
-
|
144 |
p {
|
145 |
margin-bottom: 0;
|
146 |
-
|
147 |
|
|
|
148 |
.wcs-service-logo {
|
149 |
max-width: 40px;
|
150 |
}
|
151 |
}
|
152 |
-
|
153 |
.addons-column-section {
|
|
|
|
|
154 |
display: flex;
|
|
|
|
|
|
|
155 |
flex-direction: row;
|
|
|
156 |
flex-wrap: wrap;
|
|
|
157 |
justify-content: space-around;
|
158 |
}
|
159 |
-
|
160 |
.addons-column {
|
|
|
|
|
161 |
flex: 1;
|
162 |
width: 50%;
|
163 |
padding: 0 .5em;
|
|
|
|
|
|
|
164 |
}
|
165 |
-
|
166 |
-
|
167 |
-
margin-right: 0;
|
168 |
-
}
|
169 |
-
|
170 |
-
.addons-small-light-block,
|
171 |
-
.addons-small-dark-block,
|
172 |
-
.addons-column-block {
|
173 |
box-sizing: border-box;
|
174 |
border: 1px solid #ddd;
|
175 |
margin: 0 0 1em;
|
176 |
padding: 20px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
}
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
182 |
}
|
183 |
-
|
184 |
-
.addons-small-light-block,
|
185 |
.addons-column-block {
|
|
|
|
|
|
|
|
|
|
|
186 |
background: #ffffff;
|
187 |
-
|
|
|
|
|
|
|
188 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
189 |
.addons-column-block-left {
|
190 |
float: left;
|
191 |
}
|
192 |
-
|
193 |
.addons-column-block-right {
|
194 |
float: right;
|
195 |
}
|
196 |
-
|
197 |
.addons-column-block-item {
|
198 |
border-top: 2px solid #f9f9f9;
|
|
|
|
|
|
|
199 |
flex-direction: row;
|
|
|
200 |
flex-wrap: wrap;
|
|
|
|
|
201 |
justify-content: space-between;
|
202 |
margin: 0 -20px;
|
203 |
padding: 20px;
|
|
|
|
|
|
|
|
|
|
|
|
|
204 |
}
|
205 |
-
|
206 |
-
.addons-column-block-item-icon {
|
207 |
-
background: #f7f7f7;
|
208 |
-
border: 1px solid #e6e6e6;
|
209 |
-
height: 100px;
|
210 |
-
margin: 0 10px 10px 0;
|
211 |
-
width: 100px;
|
212 |
-
}
|
213 |
-
|
214 |
.addons-column-block-item-content {
|
|
|
|
|
215 |
display: flex;
|
|
|
|
|
216 |
flex: 1;
|
|
|
217 |
flex-wrap: wrap;
|
218 |
height: 20%;
|
|
|
|
|
219 |
justify-content: space-between;
|
220 |
min-width: 200px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
221 |
}
|
222 |
-
|
223 |
-
.addons-column-block-item-content h2 {
|
224 |
-
float: left;
|
225 |
-
margin-top: 8px;
|
226 |
-
}
|
227 |
-
|
228 |
-
.addons-column-block-item-content a {
|
229 |
-
float: right;
|
230 |
-
}
|
231 |
-
|
232 |
-
.addons-column-block-item-content p {
|
233 |
-
float: left;
|
234 |
-
}
|
235 |
-
|
236 |
-
.addons-banner-block-item,
|
237 |
-
.addons-column-block-item {
|
238 |
-
display: none;
|
239 |
-
}
|
240 |
-
|
241 |
-
.addons-banner-block-item:nth-child(-n+3) {
|
242 |
-
display: block;
|
243 |
-
}
|
244 |
-
.addons-column-block-item:nth-of-type(-n+3) {
|
245 |
-
display: flex;
|
246 |
-
}
|
247 |
-
|
248 |
-
.addons-small-dark-block {
|
249 |
-
background-color: #54687d;
|
250 |
-
text-align: center;
|
251 |
-
}
|
252 |
-
|
253 |
.addons-small-dark-items {
|
|
|
|
|
254 |
display: flex;
|
|
|
255 |
flex-wrap: wrap;
|
|
|
256 |
justify-content: space-around;
|
257 |
}
|
258 |
-
|
259 |
.addons-small-dark-item {
|
260 |
margin: 0 0 20px;
|
|
|
|
|
|
|
261 |
}
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
.addons-small-dark-block p {
|
268 |
-
color: #fafafa;
|
269 |
-
}
|
270 |
-
|
271 |
-
.addons-small-dark-item-icon img {
|
272 |
-
height: 30px;
|
273 |
-
}
|
274 |
-
|
275 |
-
.addons-small-dark-item a {
|
276 |
-
margin: 28px auto 0;
|
277 |
-
}
|
278 |
-
|
279 |
-
.addons-small-light-block {
|
280 |
-
display: flex;
|
281 |
-
flex-wrap: wrap;
|
282 |
-
}
|
283 |
-
|
284 |
-
.addons-small-light-block h1 {
|
285 |
-
margin-top: -12px;
|
286 |
-
}
|
287 |
-
|
288 |
-
.addons-small-light-block p {
|
289 |
-
margin-top: 0;
|
290 |
-
}
|
291 |
-
|
292 |
-
.addons-small-light-block img {
|
293 |
-
height: 225px;
|
294 |
-
margin: 0 0 0 -20px;
|
295 |
}
|
296 |
-
|
297 |
.addons-small-light-block-content {
|
|
|
|
|
298 |
display: flex;
|
|
|
|
|
299 |
flex: 1 1 100px;
|
|
|
|
|
|
|
300 |
flex-direction: column;
|
|
|
301 |
justify-content: space-around;
|
|
|
|
|
|
|
302 |
}
|
303 |
-
|
304 |
.addons-small-light-block-buttons {
|
|
|
|
|
305 |
display: flex;
|
|
|
|
|
306 |
justify-content: space-between;
|
307 |
}
|
308 |
-
|
309 |
-
.addons-small-light-block-content a {
|
310 |
-
width: 48%;
|
311 |
-
}
|
312 |
-
|
313 |
.product-addons-button {
|
314 |
-
// border-radius: 3px;
|
315 |
cursor: pointer;
|
316 |
display: block;
|
317 |
height: 37px;
|
@@ -321,11 +432,27 @@
|
|
321 |
width: 124px;
|
322 |
}
|
323 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
324 |
.product-addons-button-solid {
|
325 |
background-color: #005580;
|
326 |
color: #ffffff;
|
327 |
}
|
328 |
-
|
329 |
.addons-button {
|
330 |
border-radius: 3px;
|
331 |
cursor: pointer;
|
@@ -336,85 +463,58 @@
|
|
336 |
text-decoration: none;
|
337 |
width: 124px;
|
338 |
}
|
339 |
-
|
340 |
.addons-button-solid {
|
341 |
background-color: #005580;
|
342 |
color: #ffffff;
|
|
|
|
|
|
|
|
|
343 |
}
|
344 |
-
|
345 |
-
.addons-button-solid:hover {
|
346 |
-
color: #ffffff;
|
347 |
-
opacity: 0.8;
|
348 |
-
}
|
349 |
-
|
350 |
.addons-button-outline-green {
|
351 |
border: 1px solid #73ae39;
|
352 |
color: #73ae39;
|
|
|
|
|
|
|
|
|
353 |
}
|
354 |
-
|
355 |
-
.addons-button-outline-green:hover {
|
356 |
-
color: #73ae39;
|
357 |
-
opacity: 0.8;
|
358 |
-
}
|
359 |
-
|
360 |
.addons-button-outline-white {
|
361 |
border: 1px solid #ffffff;
|
362 |
color: #ffffff;
|
|
|
|
|
|
|
|
|
363 |
}
|
364 |
-
|
365 |
-
.addons-button-outline-white:hover {
|
366 |
-
color: #ffffff;
|
367 |
-
opacity: 0.8;
|
368 |
-
}
|
369 |
-
|
370 |
.addons-button-installed {
|
371 |
background: #e6e6e6;
|
372 |
color: #3c3c3c;
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
color: #3c3c3c;
|
377 |
-
opacity: 0.8;
|
378 |
-
}
|
379 |
-
|
380 |
-
@media only screen and (max-width : 400px) {
|
381 |
-
.addons-featured {
|
382 |
-
margin: -1% -5%;
|
383 |
-
}
|
384 |
-
|
385 |
-
.addons-button {
|
386 |
-
width: 100%;
|
387 |
-
}
|
388 |
-
|
389 |
-
.addons-small-dark-item {
|
390 |
-
width: 100%;
|
391 |
-
}
|
392 |
-
|
393 |
-
.addons-column-block-item-icon {
|
394 |
-
background: none;
|
395 |
-
border: none;
|
396 |
-
height: 75px;
|
397 |
-
margin: 0 10px 10px 0;
|
398 |
-
width: 75px;
|
399 |
}
|
400 |
}
|
401 |
-
|
402 |
.colorpickpreview {
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
410 |
-
|
411 |
.products {
|
412 |
overflow: hidden;
|
|
|
|
|
413 |
display: flex;
|
|
|
|
|
|
|
414 |
flex-flow: row;
|
|
|
415 |
flex-wrap: wrap;
|
416 |
margin: 0 -.5em;
|
417 |
-
|
418 |
li {
|
419 |
float: left;
|
420 |
border: 1px solid #ddd;
|
@@ -424,24 +524,22 @@
|
|
424 |
width: 25%;
|
425 |
min-width: 280px;
|
426 |
min-height: 220px;
|
|
|
|
|
427 |
flex: 1;
|
428 |
overflow: hidden;
|
429 |
background: #f5f5f5;
|
430 |
-
box-shadow:
|
431 |
-
|
432 |
-
inset 0 -1px 0 rgba(0, 0, 0, 0.1);
|
433 |
-
|
434 |
a {
|
435 |
text-decoration: none;
|
436 |
color: inherit;
|
437 |
display: block;
|
438 |
height: 100%;
|
439 |
-
|
440 |
.product-img-wrap {
|
441 |
background: #fff;
|
442 |
display: block;
|
443 |
}
|
444 |
-
|
445 |
img {
|
446 |
max-width: 258px;
|
447 |
max-height: 24px;
|
@@ -451,40 +549,263 @@
|
|
451 |
background: #fff;
|
452 |
border-right: 260px solid #fff;
|
453 |
}
|
454 |
-
|
455 |
-
|
456 |
-
|
|
|
|
|
|
|
457 |
}
|
458 |
-
|
459 |
.price {
|
460 |
display: none;
|
461 |
}
|
462 |
-
|
463 |
-
|
|
|
|
|
|
|
|
|
464 |
margin: 0 !important;
|
465 |
padding: 20px !important;
|
466 |
background: #fff;
|
467 |
}
|
468 |
-
|
469 |
p {
|
470 |
padding: 20px !important;
|
471 |
margin: 0 !important;
|
472 |
border-top: 1px solid #f1f1f1;
|
473 |
}
|
474 |
-
|
475 |
-
|
|
|
476 |
&:focus {
|
477 |
background-color: #fff;
|
478 |
}
|
479 |
}
|
480 |
}
|
481 |
}
|
482 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
483 |
|
484 |
-
|
485 |
|
486 |
-
|
487 |
-
.
|
488 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
489 |
}
|
490 |
}
|
|
|
|
|
1 |
|
2 |
+
.column-vendor {
|
3 |
+
width: 10%;
|
4 |
+
}
|
5 |
+
.bulk-edit-product {
|
6 |
+
.inline-edit-author {
|
7 |
+
display: none;
|
8 |
+
}
|
9 |
+
.post_author {
|
10 |
+
display: none;
|
11 |
}
|
12 |
+
}
|
13 |
|
14 |
+
.update-plugins {
|
15 |
+
.update-count {
|
16 |
background-color: #d54e21;
|
17 |
border-radius: 10px;
|
18 |
color: #fff;
|
24 |
padding: 0 6px;
|
25 |
vertical-align: text-top;
|
26 |
}
|
27 |
+
}
|
28 |
+
|
29 |
+
// Extensions and Updates
|
30 |
+
.wcv_addons_wrap {
|
31 |
+
max-width: 1200px;
|
32 |
+
margin: auto;
|
33 |
+
|
34 |
+
h1.search-form-title {
|
35 |
+
clear: left;
|
36 |
+
padding: 0;
|
37 |
+
}
|
38 |
+
h1 {
|
39 |
+
text-align: center;
|
40 |
+
}
|
41 |
|
42 |
.addons-featured {
|
43 |
margin: 0;
|
44 |
}
|
|
|
45 |
ul.feature-list {
|
46 |
list-style: inherit;
|
|
|
47 |
li {
|
48 |
margin-left: 20px;
|
49 |
}
|
50 |
}
|
|
|
51 |
ul.subsubsub.subsubsub {
|
52 |
margin: -2px 0 12px;
|
53 |
}
|
54 |
+
.subsubsub {
|
55 |
+
li {
|
56 |
+
&::after {
|
57 |
+
content: '|';
|
58 |
+
}
|
59 |
+
&:last-child {
|
60 |
+
&::after {
|
61 |
+
content: '';
|
62 |
+
}
|
63 |
+
}
|
64 |
+
}
|
65 |
}
|
66 |
+
.align-center {
|
67 |
+
text-align: center;
|
68 |
+
}
|
69 |
+
.wcv-logo {
|
70 |
+
max-width: 250px;
|
71 |
+
padding-top: 20px;
|
72 |
+
display: block;
|
73 |
+
margin-left: auto;
|
74 |
+
margin-right: auto;
|
75 |
+
width: 50%;
|
76 |
+
}
|
77 |
+
.addons-banner-block-item-icon {
|
78 |
+
-webkit-box-align: center;
|
79 |
+
-ms-flex-align: center;
|
80 |
+
align-items: center;
|
81 |
+
display: -webkit-box;
|
82 |
+
display: -ms-flexbox;
|
83 |
+
display: flex;
|
84 |
+
-webkit-box-pack: center;
|
85 |
+
-ms-flex-pack: center;
|
86 |
+
justify-content: center;
|
87 |
+
background: #ffffff;
|
88 |
+
height: 100px;
|
89 |
}
|
|
|
|
|
90 |
.addons-column-block-item-icon {
|
91 |
+
-webkit-box-align: center;
|
92 |
+
-ms-flex-align: center;
|
93 |
align-items: center;
|
94 |
+
display: -webkit-box;
|
95 |
+
display: -ms-flexbox;
|
96 |
display: flex;
|
97 |
+
-webkit-box-pack: center;
|
98 |
+
-ms-flex-pack: center;
|
99 |
justify-content: center;
|
100 |
+
background: #f7f7f7;
|
101 |
+
border: 1px solid #e6e6e6;
|
102 |
+
height: 100px;
|
103 |
+
margin: 0 10px 10px 0;
|
104 |
+
width: 100px;
|
105 |
}
|
106 |
+
.addons-banner-block {
|
|
|
|
|
107 |
background: #ffffff;
|
108 |
border: 1px solid #ddd;
|
109 |
margin: 0 0 1em 0;
|
110 |
padding: 2em 2em 1em;
|
111 |
+
img {
|
112 |
+
height: 62px;
|
113 |
+
}
|
114 |
+
p {
|
115 |
+
margin: 0 0 20px;
|
116 |
+
}
|
117 |
}
|
118 |
+
.addons-wcs-banner-block {
|
119 |
+
background: #ffffff;
|
120 |
+
border: 1px solid #ddd;
|
121 |
+
margin: 0 0 1em 0;
|
122 |
+
padding: 2em 2em 1em;
|
123 |
+
display: -webkit-box;
|
124 |
+
display: -ms-flexbox;
|
125 |
+
display: flex;
|
126 |
+
-webkit-box-align: center;
|
127 |
+
-ms-flex-align: center;
|
128 |
+
align-items: center;
|
129 |
}
|
|
|
130 |
.addons-banner-block-items {
|
131 |
+
display: -webkit-box;
|
132 |
+
display: -ms-flexbox;
|
133 |
display: flex;
|
134 |
+
-webkit-box-orient: horizontal;
|
135 |
+
-webkit-box-direction: normal;
|
136 |
+
-ms-flex-direction: row;
|
137 |
flex-direction: row;
|
138 |
+
-ms-flex-wrap: wrap;
|
139 |
flex-wrap: wrap;
|
140 |
+
-ms-flex-pack: distribute;
|
141 |
justify-content: space-around;
|
142 |
margin: 0 -10px 0 -10px;
|
143 |
}
|
|
|
144 |
.addons-banner-block-item {
|
145 |
border: 1px solid #e6e6e6;
|
146 |
border-radius: 3px;
|
147 |
+
-webkit-box-flex: 1;
|
148 |
+
-ms-flex: 1;
|
149 |
flex: 1;
|
150 |
margin: 1em;
|
151 |
min-width: 200px;
|
152 |
width: 30%;
|
153 |
+
display: none;
|
154 |
+
&:nth-child(-n+3) {
|
155 |
+
display: block;
|
156 |
+
}
|
157 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
158 |
.addons-banner-block-item-content {
|
159 |
+
display: -webkit-box;
|
160 |
+
display: -ms-flexbox;
|
161 |
display: flex;
|
162 |
+
-webkit-box-orient: vertical;
|
163 |
+
-webkit-box-direction: normal;
|
164 |
+
-ms-flex-direction: column;
|
165 |
flex-direction: column;
|
166 |
+
-webkit-box-pack: justify;
|
167 |
+
-ms-flex-pack: justify;
|
168 |
justify-content: space-between;
|
169 |
padding: 24px;
|
170 |
+
h3 {
|
171 |
+
margin-top: 0;
|
172 |
+
}
|
173 |
+
p {
|
174 |
+
margin: 0 0 auto;
|
175 |
+
}
|
176 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
.addons-wcs-banner-block-image {
|
178 |
background: #f7f7f7;
|
179 |
border: 1px solid #e6e6e6;
|
181 |
width: 400px;
|
182 |
padding: 1em;
|
183 |
text-align: center;
|
|
|
184 |
.addons-img {
|
185 |
margin: auto 0;
|
186 |
max-height: 350px;
|
187 |
max-width: 350px;
|
188 |
}
|
189 |
}
|
190 |
+
.addons-shipping-methods {
|
191 |
+
.addons-wcs-banner-block {
|
192 |
+
margin-left: 0;
|
193 |
+
margin-right: 0;
|
194 |
+
margin-top: 1em;
|
195 |
+
}
|
196 |
}
|
|
|
197 |
.addons-wcs-banner-block-content {
|
198 |
+
display: -webkit-box;
|
199 |
+
display: -ms-flexbox;
|
200 |
display: flex;
|
201 |
+
-webkit-box-orient: vertical;
|
202 |
+
-webkit-box-direction: normal;
|
203 |
+
-ms-flex-direction: column;
|
204 |
flex-direction: column;
|
205 |
+
-ms-flex-pack: distribute;
|
206 |
justify-content: space-around;
|
207 |
+
-ms-flex-item-align: stretch;
|
208 |
align-self: stretch;
|
209 |
padding: 1em 0;
|
|
|
210 |
h1 {
|
211 |
padding-bottom: 0;
|
212 |
}
|
|
|
213 |
p {
|
214 |
margin-bottom: 0;
|
215 |
+
text-align: center;
|
216 |
|
217 |
+
}
|
218 |
.wcs-service-logo {
|
219 |
max-width: 40px;
|
220 |
}
|
221 |
}
|
|
|
222 |
.addons-column-section {
|
223 |
+
display: -webkit-box;
|
224 |
+
display: -ms-flexbox;
|
225 |
display: flex;
|
226 |
+
-webkit-box-orient: horizontal;
|
227 |
+
-webkit-box-direction: normal;
|
228 |
+
-ms-flex-direction: row;
|
229 |
flex-direction: row;
|
230 |
+
-ms-flex-wrap: wrap;
|
231 |
flex-wrap: wrap;
|
232 |
+
-ms-flex-pack: distribute;
|
233 |
justify-content: space-around;
|
234 |
}
|
|
|
235 |
.addons-column {
|
236 |
+
-webkit-box-flex: 1;
|
237 |
+
-ms-flex: 1;
|
238 |
flex: 1;
|
239 |
width: 50%;
|
240 |
padding: 0 .5em;
|
241 |
+
&:nth-child(2) {
|
242 |
+
margin-right: 0;
|
243 |
+
}
|
244 |
}
|
245 |
+
.addons-small-light-block {
|
246 |
+
-webkit-box-sizing: border-box;
|
|
|
|
|
|
|
|
|
|
|
|
|
247 |
box-sizing: border-box;
|
248 |
border: 1px solid #ddd;
|
249 |
margin: 0 0 1em;
|
250 |
padding: 20px;
|
251 |
+
background: #ffffff;
|
252 |
+
display: -webkit-box;
|
253 |
+
display: -ms-flexbox;
|
254 |
+
display: flex;
|
255 |
+
-ms-flex-wrap: wrap;
|
256 |
+
flex-wrap: wrap;
|
257 |
+
h1 {
|
258 |
+
margin-top: -12px;
|
259 |
+
}
|
260 |
+
p {
|
261 |
+
margin-top: 0;
|
262 |
+
}
|
263 |
+
img {
|
264 |
+
height: 225px;
|
265 |
+
margin: 0 0 0 -20px;
|
266 |
+
}
|
267 |
}
|
268 |
+
.addons-small-dark-block {
|
269 |
+
-webkit-box-sizing: border-box;
|
270 |
+
box-sizing: border-box;
|
271 |
+
border: 1px solid #ddd;
|
272 |
+
margin: 0 0 1em;
|
273 |
+
padding: 20px;
|
274 |
+
background-color: #54687d;
|
275 |
+
text-align: center;
|
276 |
+
h1 {
|
277 |
+
color: #ffffff;
|
278 |
+
}
|
279 |
+
p {
|
280 |
+
color: #fafafa;
|
281 |
+
}
|
282 |
}
|
|
|
|
|
283 |
.addons-column-block {
|
284 |
+
-webkit-box-sizing: border-box;
|
285 |
+
box-sizing: border-box;
|
286 |
+
border: 1px solid #ddd;
|
287 |
+
margin: 0 0 1em;
|
288 |
+
padding: 20px;
|
289 |
background: #ffffff;
|
290 |
+
img {
|
291 |
+
max-height: 50px;
|
292 |
+
max-width: 50px;
|
293 |
+
}
|
294 |
|
295 |
+
.wcv-columns {
|
296 |
+
|
297 |
+
padding-top: 20px;
|
298 |
+
table {
|
299 |
+
border-collapse: collapse;
|
300 |
+
border-spacing: 0;
|
301 |
+
width: 70%;
|
302 |
+
border: 1px solid #ddd;
|
303 |
+
margin-top: 20px;
|
304 |
+
margin: auto;
|
305 |
+
}
|
306 |
+
|
307 |
+
th, td {
|
308 |
+
text-align: center;
|
309 |
+
padding: 16px;
|
310 |
+
}
|
311 |
+
|
312 |
+
th:first-child, td:first-child {
|
313 |
+
text-align: left;
|
314 |
+
}
|
315 |
+
|
316 |
+
tr:nth-child(even) {
|
317 |
+
background-color: #f2f2f2
|
318 |
+
}
|
319 |
+
|
320 |
+
.fa-check {
|
321 |
+
color: green;
|
322 |
+
}
|
323 |
+
|
324 |
+
.fa-remove {
|
325 |
+
color: red;
|
326 |
+
}
|
327 |
+
}
|
328 |
+
}
|
329 |
.addons-column-block-left {
|
330 |
float: left;
|
331 |
}
|
|
|
332 |
.addons-column-block-right {
|
333 |
float: right;
|
334 |
}
|
|
|
335 |
.addons-column-block-item {
|
336 |
border-top: 2px solid #f9f9f9;
|
337 |
+
-webkit-box-orient: horizontal;
|
338 |
+
-webkit-box-direction: normal;
|
339 |
+
-ms-flex-direction: row;
|
340 |
flex-direction: row;
|
341 |
+
-ms-flex-wrap: wrap;
|
342 |
flex-wrap: wrap;
|
343 |
+
-webkit-box-pack: justify;
|
344 |
+
-ms-flex-pack: justify;
|
345 |
justify-content: space-between;
|
346 |
margin: 0 -20px;
|
347 |
padding: 20px;
|
348 |
+
display: none;
|
349 |
+
&:nth-of-type(-n+3) {
|
350 |
+
display: -webkit-box;
|
351 |
+
display: -ms-flexbox;
|
352 |
+
display: flex;
|
353 |
+
}
|
354 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
355 |
.addons-column-block-item-content {
|
356 |
+
display: -webkit-box;
|
357 |
+
display: -ms-flexbox;
|
358 |
display: flex;
|
359 |
+
-webkit-box-flex: 1;
|
360 |
+
-ms-flex: 1;
|
361 |
flex: 1;
|
362 |
+
-ms-flex-wrap: wrap;
|
363 |
flex-wrap: wrap;
|
364 |
height: 20%;
|
365 |
+
-webkit-box-pack: justify;
|
366 |
+
-ms-flex-pack: justify;
|
367 |
justify-content: space-between;
|
368 |
min-width: 200px;
|
369 |
+
h2 {
|
370 |
+
float: left;
|
371 |
+
margin-top: 8px;
|
372 |
+
}
|
373 |
+
a {
|
374 |
+
float: right;
|
375 |
+
}
|
376 |
+
p {
|
377 |
+
float: left;
|
378 |
+
}
|
379 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
380 |
.addons-small-dark-items {
|
381 |
+
display: -webkit-box;
|
382 |
+
display: -ms-flexbox;
|
383 |
display: flex;
|
384 |
+
-ms-flex-wrap: wrap;
|
385 |
flex-wrap: wrap;
|
386 |
+
-ms-flex-pack: distribute;
|
387 |
justify-content: space-around;
|
388 |
}
|
|
|
389 |
.addons-small-dark-item {
|
390 |
margin: 0 0 20px;
|
391 |
+
a {
|
392 |
+
margin: 28px auto 0;
|
393 |
+
}
|
394 |
}
|
395 |
+
.addons-small-dark-item-icon {
|
396 |
+
img {
|
397 |
+
height: 30px;
|
398 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
399 |
}
|
|
|
400 |
.addons-small-light-block-content {
|
401 |
+
display: -webkit-box;
|
402 |
+
display: -ms-flexbox;
|
403 |
display: flex;
|
404 |
+
-webkit-box-flex: 1;
|
405 |
+
-ms-flex: 1 1 100px;
|
406 |
flex: 1 1 100px;
|
407 |
+
-webkit-box-orient: vertical;
|
408 |
+
-webkit-box-direction: normal;
|
409 |
+
-ms-flex-direction: column;
|
410 |
flex-direction: column;
|
411 |
+
-ms-flex-pack: distribute;
|
412 |
justify-content: space-around;
|
413 |
+
a {
|
414 |
+
width: 48%;
|
415 |
+
}
|
416 |
}
|
|
|
417 |
.addons-small-light-block-buttons {
|
418 |
+
display: -webkit-box;
|
419 |
+
display: -ms-flexbox;
|
420 |
display: flex;
|
421 |
+
-webkit-box-pack: justify;
|
422 |
+
-ms-flex-pack: justify;
|
423 |
justify-content: space-between;
|
424 |
}
|
|
|
|
|
|
|
|
|
|
|
425 |
.product-addons-button {
|
|
|
426 |
cursor: pointer;
|
427 |
display: block;
|
428 |
height: 37px;
|
432 |
width: 124px;
|
433 |
}
|
434 |
|
435 |
+
.started-button {
|
436 |
+
cursor: pointer;
|
437 |
+
display: block;
|
438 |
+
height: 37px;
|
439 |
+
line-height: 37px;
|
440 |
+
text-align: center;
|
441 |
+
text-decoration: none;
|
442 |
+
width: 180px;
|
443 |
+
margin: auto;
|
444 |
+
|
445 |
+
svg {
|
446 |
+
width: 15px;
|
447 |
+
fill: #fff;
|
448 |
+
margin-left: 5px;
|
449 |
+
}
|
450 |
+
}
|
451 |
+
|
452 |
.product-addons-button-solid {
|
453 |
background-color: #005580;
|
454 |
color: #ffffff;
|
455 |
}
|
|
|
456 |
.addons-button {
|
457 |
border-radius: 3px;
|
458 |
cursor: pointer;
|
463 |
text-decoration: none;
|
464 |
width: 124px;
|
465 |
}
|
|
|
466 |
.addons-button-solid {
|
467 |
background-color: #005580;
|
468 |
color: #ffffff;
|
469 |
+
&:hover {
|
470 |
+
color: #ffffff;
|
471 |
+
opacity: 0.8;
|
472 |
+
}
|
473 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
474 |
.addons-button-outline-green {
|
475 |
border: 1px solid #73ae39;
|
476 |
color: #73ae39;
|
477 |
+
&:hover {
|
478 |
+
color: #73ae39;
|
479 |
+
opacity: 0.8;
|
480 |
+
}
|
481 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
482 |
.addons-button-outline-white {
|
483 |
border: 1px solid #ffffff;
|
484 |
color: #ffffff;
|
485 |
+
&:hover {
|
486 |
+
color: #ffffff;
|
487 |
+
opacity: 0.8;
|
488 |
+
}
|
489 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
490 |
.addons-button-installed {
|
491 |
background: #e6e6e6;
|
492 |
color: #3c3c3c;
|
493 |
+
&:hover {
|
494 |
+
color: #3c3c3c;
|
495 |
+
opacity: 0.8;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
496 |
}
|
497 |
}
|
|
|
498 |
.colorpickpreview {
|
499 |
+
padding: 7px 0;
|
500 |
+
line-height: 1em;
|
501 |
+
display: inline-block;
|
502 |
+
width: 26px;
|
503 |
+
border: 1px solid #ddd;
|
504 |
+
font-size: 14px;
|
505 |
+
}
|
|
|
506 |
.products {
|
507 |
overflow: hidden;
|
508 |
+
display: -webkit-box;
|
509 |
+
display: -ms-flexbox;
|
510 |
display: flex;
|
511 |
+
-webkit-box-orient: horizontal;
|
512 |
+
-webkit-box-direction: normal;
|
513 |
+
-ms-flex-flow: row;
|
514 |
flex-flow: row;
|
515 |
+
-ms-flex-wrap: wrap;
|
516 |
flex-wrap: wrap;
|
517 |
margin: 0 -.5em;
|
|
|
518 |
li {
|
519 |
float: left;
|
520 |
border: 1px solid #ddd;
|
524 |
width: 25%;
|
525 |
min-width: 280px;
|
526 |
min-height: 220px;
|
527 |
+
-webkit-box-flex: 1;
|
528 |
+
-ms-flex: 1;
|
529 |
flex: 1;
|
530 |
overflow: hidden;
|
531 |
background: #f5f5f5;
|
532 |
+
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
|
533 |
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
|
|
|
|
|
534 |
a {
|
535 |
text-decoration: none;
|
536 |
color: inherit;
|
537 |
display: block;
|
538 |
height: 100%;
|
|
|
539 |
.product-img-wrap {
|
540 |
background: #fff;
|
541 |
display: block;
|
542 |
}
|
|
|
543 |
img {
|
544 |
max-width: 258px;
|
545 |
max-height: 24px;
|
549 |
background: #fff;
|
550 |
border-right: 260px solid #fff;
|
551 |
}
|
552 |
+
img.extension-thumb {
|
553 |
+
+ {
|
554 |
+
h3 {
|
555 |
+
display: none;
|
556 |
+
}
|
557 |
+
}
|
558 |
}
|
|
|
559 |
.price {
|
560 |
display: none;
|
561 |
}
|
562 |
+
h2 {
|
563 |
+
margin: 0 !important;
|
564 |
+
padding: 20px !important;
|
565 |
+
background: #fff;
|
566 |
+
}
|
567 |
+
h3 {
|
568 |
margin: 0 !important;
|
569 |
padding: 20px !important;
|
570 |
background: #fff;
|
571 |
}
|
|
|
572 |
p {
|
573 |
padding: 20px !important;
|
574 |
margin: 0 !important;
|
575 |
border-top: 1px solid #f1f1f1;
|
576 |
}
|
577 |
+
&:hover {
|
578 |
+
background-color: #fff;
|
579 |
+
}
|
580 |
&:focus {
|
581 |
background-color: #fff;
|
582 |
}
|
583 |
}
|
584 |
}
|
585 |
}
|
586 |
+
|
587 |
+
// Testimonial Slider
|
588 |
+
/*Carousel*/
|
589 |
+
|
590 |
+
.carrousel {
|
591 |
+
background: #ffffff;
|
592 |
+
text-align: center;
|
593 |
+
padding-top: 1em;
|
594 |
+
padding-bottom: 4em;
|
595 |
+
max-width: 750px;
|
596 |
+
margin: auto;
|
597 |
+
position: relative;
|
598 |
+
overflow: hidden;
|
599 |
+
h1 {
|
600 |
+
font-size: 1.5em;
|
601 |
+
text-align: center;
|
602 |
+
margin: 0.8em 0;
|
603 |
+
color: #555555;
|
604 |
+
}
|
605 |
+
h2 {
|
606 |
+
margin: 0;
|
607 |
+
margin-top: -1.7em;
|
608 |
+
padding: 0;
|
609 |
+
font-size: 1em;
|
610 |
+
text-align: center;
|
611 |
+
color: #bbbbbb;
|
612 |
+
}
|
613 |
+
.slides {
|
614 |
+
width: 400%;
|
615 |
+
left: 0;
|
616 |
+
padding-left: 0;
|
617 |
+
padding-top: 1em;
|
618 |
+
overflow: hidden;
|
619 |
+
list-style: none;
|
620 |
+
position: relative;
|
621 |
+
-webkit-transition: transform .5s;
|
622 |
+
-moz-transition: transform .5s;
|
623 |
+
-o-transition: transform .5s;
|
624 |
+
transition: transform .5s;
|
625 |
+
li {
|
626 |
+
width: 25%;
|
627 |
+
position: relative;
|
628 |
+
float: left;
|
629 |
+
}
|
630 |
+
}
|
631 |
+
li {
|
632 |
+
p {
|
633 |
+
margin-top: 0;
|
634 |
+
}
|
635 |
+
q {
|
636 |
+
max-width: 90%;
|
637 |
+
margin: auto;
|
638 |
+
color: #666666;
|
639 |
+
font-size: 1.3em;
|
640 |
+
font-weight: bold;
|
641 |
+
}
|
642 |
+
img {
|
643 |
+
width: 3em;
|
644 |
+
height: 3em;
|
645 |
+
object-fit: cover;
|
646 |
+
border-radius: 50%;
|
647 |
+
margin-left: -1.5em;
|
648 |
+
margin-right: 0.5em;
|
649 |
+
vertical-align: middle;
|
650 |
+
}
|
651 |
+
span.author {
|
652 |
+
margin-top: 0.5em;
|
653 |
+
font-size: 1.2em;
|
654 |
+
color: #777777;
|
655 |
+
display: block;
|
656 |
+
}
|
657 |
+
}
|
658 |
+
.slidesNavigation {
|
659 |
+
display: block;
|
660 |
+
list-style: none;
|
661 |
+
text-align: center;
|
662 |
+
bottom: 1em;
|
663 |
+
position: absolute;
|
664 |
+
width: 104px;
|
665 |
+
left: 50%;
|
666 |
+
margin-left: -52px;
|
667 |
+
label {
|
668 |
+
float: left;
|
669 |
+
margin: 6px;
|
670 |
+
display: block;
|
671 |
+
height: 10px;
|
672 |
+
width: 10px;
|
673 |
+
-webkit-border-radius: 50%;
|
674 |
+
border-radius: 50%;
|
675 |
+
border: solid 2px #2980b9;
|
676 |
+
font-size: 0;
|
677 |
+
&:hover {
|
678 |
+
cursor: pointer;
|
679 |
+
}
|
680 |
+
}
|
681 |
+
}
|
682 |
+
input {
|
683 |
+
display: none;
|
684 |
+
}
|
685 |
+
#radio-1 {
|
686 |
+
&:checked {
|
687 |
+
~ {
|
688 |
+
.slidesNavigation {
|
689 |
+
label#dotForRadio-1 {
|
690 |
+
background: #2980b9;
|
691 |
+
}
|
692 |
+
}
|
693 |
+
}
|
694 |
+
}
|
695 |
+
}
|
696 |
+
#radio-2 {
|
697 |
+
&:checked {
|
698 |
+
~ {
|
699 |
+
.slidesNavigation {
|
700 |
+
label#dotForRadio-2 {
|
701 |
+
background: #2980b9;
|
702 |
+
}
|
703 |
+
}
|
704 |
+
}
|
705 |
+
}
|
706 |
+
}
|
707 |
+
#radio-3 {
|
708 |
+
&:checked {
|
709 |
+
~ {
|
710 |
+
.slidesNavigation {
|
711 |
+
label#dotForRadio-3 {
|
712 |
+
background: #2980b9;
|
713 |
+
}
|
714 |
+
}
|
715 |
+
}
|
716 |
+
}
|
717 |
+
}
|
718 |
+
#radio-4 {
|
719 |
+
&:checked {
|
720 |
+
~ {
|
721 |
+
.slidesNavigation {
|
722 |
+
label#dotForRadio-4 {
|
723 |
+
background: #2980b9;
|
724 |
+
}
|
725 |
+
}
|
726 |
+
}
|
727 |
+
}
|
728 |
+
}
|
729 |
+
}
|
730 |
+
#radio-1 {
|
731 |
+
&:checked {
|
732 |
+
~ {
|
733 |
+
.slides {
|
734 |
+
transform: translateX(0%);
|
735 |
+
}
|
736 |
+
}
|
737 |
+
}
|
738 |
+
}
|
739 |
+
#radio-2 {
|
740 |
+
&:checked {
|
741 |
+
~ {
|
742 |
+
.slides {
|
743 |
+
transform: translateX(-25%);
|
744 |
+
}
|
745 |
+
}
|
746 |
+
}
|
747 |
+
}
|
748 |
+
#radio-3 {
|
749 |
+
&:checked {
|
750 |
+
~ {
|
751 |
+
.slides {
|
752 |
+
transform: translateX(-50%);
|
753 |
+
}
|
754 |
+
}
|
755 |
+
}
|
756 |
+
}
|
757 |
+
#radio-4 {
|
758 |
+
&:checked {
|
759 |
+
~ {
|
760 |
+
.slides {
|
761 |
+
transform: translateX(-75%);
|
762 |
+
}
|
763 |
+
}
|
764 |
+
}
|
765 |
+
}
|
766 |
+
@media (max-width: 796px) {
|
767 |
+
.carrousel {
|
768 |
+
height: 8.5em;
|
769 |
+
}
|
770 |
+
}
|
771 |
+
@media (max-width: 480px) {
|
772 |
+
.carrousel {
|
773 |
+
li {
|
774 |
+
p {
|
775 |
+
padding-left: 0.5em;
|
776 |
+
padding-right: 0.5em;
|
777 |
+
}
|
778 |
+
q {
|
779 |
+
font-size: 1em;
|
780 |
+
}
|
781 |
+
img {
|
782 |
+
width: 2em;
|
783 |
+
margin-left: -1em;
|
784 |
+
margin-right: 0.25em;
|
785 |
+
}
|
786 |
+
}
|
787 |
+
}
|
788 |
+
}
|
789 |
|
790 |
+
}
|
791 |
|
792 |
+
@media only screen and (max-width: 400px) {
|
793 |
+
.wcv_addons_wrap {
|
794 |
+
.addons-featured {
|
795 |
+
margin: -1% -5%;
|
796 |
+
}
|
797 |
+
.addons-button {
|
798 |
+
width: 100%;
|
799 |
+
}
|
800 |
+
.addons-small-dark-item {
|
801 |
+
width: 100%;
|
802 |
+
}
|
803 |
+
.addons-column-block-item-icon {
|
804 |
+
background: none;
|
805 |
+
border: none;
|
806 |
+
height: 75px;
|
807 |
+
margin: 0 10px 10px 0;
|
808 |
+
width: 75px;
|
809 |
+
}
|
810 |
}
|
811 |
}
|
assets/images/extensions/bcgearexchange.png
ADDED
Binary file
|
assets/images/extensions/cody.png
ADDED
Binary file
|
assets/images/extensions/commission.png
ADDED
Binary file
|
assets/images/extensions/customize.png
ADDED
Binary file
|
assets/images/extensions/locate_australian.jpeg
ADDED
Binary file
|
assets/images/extensions/payment.png
ADDED
Binary file
|
assets/images/extensions/shipping.png
ADDED
Binary file
|
assets/images/extensions/sugarcactus.png
ADDED
Binary file
|
assets/images/extensions/support.png
ADDED
Binary file
|
assets/images/extensions/wcvendors_dashboard.png
ADDED
Binary file
|
assets/js/admin/wcv-vendor-select.js
CHANGED
@@ -18,7 +18,7 @@
|
|
18 |
var $selectBox = $('.wcv-vendor-select:visible');
|
19 |
|
20 |
$selectBox.select2({
|
21 |
-
minimumInputLength:
|
22 |
ajax: {
|
23 |
url: ajaxurl,
|
24 |
type: 'POST',
|
18 |
var $selectBox = $('.wcv-vendor-select:visible');
|
19 |
|
20 |
$selectBox.select2({
|
21 |
+
minimumInputLength: wcv_vendor_select.minimum_input_length,
|
22 |
ajax: {
|
23 |
url: ajaxurl,
|
24 |
type: 'POST',
|
changelog.txt
CHANGED
@@ -1,5 +1,22 @@
|
|
1 |
Changelog for WC Vendors Marketplace
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
Version 2.2.1 - 28th August 2020
|
4 |
|
5 |
* Fixed: Permission check for product imports (#685)
|
1 |
Changelog for WC Vendors Marketplace
|
2 |
|
3 |
+
Version 2.2.2 - 25th November 2020
|
4 |
+
|
5 |
+
* Added: Make commissions table in WP Admin filterable (#717)
|
6 |
+
* Added: Filter to the vendor select minimum input length #688
|
7 |
+
* Updated: Setup wizard updates (#714)
|
8 |
+
* Updated: Changed WooCommerce missing behaviour (#712)
|
9 |
+
* Updated: Remove deprecated payments tab from settings (#705)
|
10 |
+
* Updated: Update vendor drop downs place holder #701 (#706)
|
11 |
+
* Updated: User store name or user id for vendor search in wp admin #669 (#697)
|
12 |
+
* Updated: Add a filter to handle customer email notification for the mark received shipping #691
|
13 |
+
* Updated: Reverted products import code
|
14 |
+
* Fixed: Yith Wishlist Conflict for vendor roles. #707 (#708)
|
15 |
+
* Fixed: Deprecated WooCommerce call #709 (#710)
|
16 |
+
* Fixed: Deleted products don't have a title on the commissions table #702 (#703)
|
17 |
+
* Fixed: Advanced option - Delete all data, requires the Wizard to be completed before users can use the shortcodes on the pages #681 (#700)
|
18 |
+
* Fixed: Bulk editing products and adding tags would cause the assigned vendor store on those bulk edited products to disappear #687
|
19 |
+
|
20 |
Version 2.2.1 - 28th August 2020
|
21 |
|
22 |
* Fixed: Permission check for product imports (#685)
|
class-wc-vendors.php
CHANGED
@@ -7,11 +7,11 @@
|
|
7 |
* Author URI: https://www.wcvendors.com
|
8 |
* GitHub Plugin URI: https://github.com/wcvendors/wcvendors
|
9 |
*
|
10 |
-
* Version: 2.2.
|
11 |
* Requires at least: 5.3.0
|
12 |
-
* Tested up to: 5.
|
13 |
* WC requires at least: 4.0
|
14 |
-
* WC tested up to: 4.
|
15 |
*
|
16 |
* Text Domain: wc-vendors
|
17 |
* Domain Path: /languages/
|
@@ -38,17 +38,28 @@
|
|
38 |
*/
|
39 |
|
40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
/**
|
42 |
* Plugin activation hook
|
43 |
*/
|
44 |
function wcvendors_activate() {
|
45 |
/**
|
46 |
-
* Requires
|
47 |
*/
|
48 |
if ( ! class_exists( 'WooCommerce' ) ) {
|
49 |
-
|
50 |
-
|
51 |
}
|
|
|
52 |
// Flush rewrite rules when activating plugin
|
53 |
flush_rewrite_rules();
|
54 |
} // wcvendors_activate()
|
@@ -62,7 +73,6 @@ function wcvendors_deactivate() {
|
|
62 |
}
|
63 |
|
64 |
register_activation_hook( __FILE__, 'wcvendors_activate' );
|
65 |
-
|
66 |
register_deactivation_hook( __FILE__, 'wcvendors_deactivate' );
|
67 |
|
68 |
|
@@ -97,7 +107,7 @@ if ( wcv_is_woocommerce_activated() ) {
|
|
97 |
*/
|
98 |
class WC_Vendors {
|
99 |
|
100 |
-
public $version = '2.2.
|
101 |
|
102 |
/**
|
103 |
* @var
|
@@ -236,17 +246,18 @@ if ( wcv_is_woocommerce_activated() ) {
|
|
236 |
include_once wcv_plugin_dir . 'classes/admin/class-wcv-admin-settings.php';
|
237 |
include_once wcv_plugin_dir . 'classes/admin/class-admin-menus.php';
|
238 |
include_once wcv_plugin_dir . 'classes/admin/class-wcv-admin-extensions.php';
|
|
|
239 |
include_once wcv_plugin_dir . 'classes/admin/class-wcv-admin-help.php';
|
240 |
include_once wcv_plugin_dir . 'classes/admin/class-setup-wizard.php';
|
241 |
include_once wcv_plugin_dir . 'classes/admin/class-vendor-admin-dashboard.php';
|
242 |
include_once wcv_plugin_dir . 'classes/admin/class-admin-media.php';
|
243 |
-
include_once wcv_plugin_dir . 'classes/admin/class-wcv-admin-import-export.php';
|
244 |
|
245 |
new WCV_Vendor_Applicants();
|
246 |
new WCV_Admin_Setup();
|
247 |
new WCV_Vendor_Admin_Dashboard();
|
248 |
new WCV_Admin_Reports();
|
249 |
-
new WCV_Admin_Import_Export();
|
250 |
|
251 |
} else {
|
252 |
|
@@ -450,4 +461,9 @@ if ( wcv_is_woocommerce_activated() ) {
|
|
450 |
|
451 |
$wc_vendors = new WC_Vendors();
|
452 |
|
|
|
|
|
|
|
|
|
|
|
453 |
}
|
7 |
* Author URI: https://www.wcvendors.com
|
8 |
* GitHub Plugin URI: https://github.com/wcvendors/wcvendors
|
9 |
*
|
10 |
+
* Version: 2.2.2
|
11 |
* Requires at least: 5.3.0
|
12 |
+
* Tested up to: 5.6
|
13 |
* WC requires at least: 4.0
|
14 |
+
* WC tested up to: 4.8
|
15 |
*
|
16 |
* Text Domain: wc-vendors
|
17 |
* Domain Path: /languages/
|
38 |
*/
|
39 |
|
40 |
|
41 |
+
/**
|
42 |
+
* WooCommerce fallback notice.
|
43 |
+
*
|
44 |
+
* @since 2.2.2
|
45 |
+
*/
|
46 |
+
function wc_vendors_wc_missing_notice() {
|
47 |
+
/* translators: %s WooCommerce download URL link. */
|
48 |
+
echo '<div class="error"><p><strong>' . sprintf( esc_html__( 'WC Vendors Marketplace requires WooCommerce to run. You can download %s here.', 'wc-vendors' ), '<a href="https://wordpress.org/plugins/woocommerce/" target="_blank">WooCommerce</a>' ) . '</strong></p></div>';
|
49 |
+
}
|
50 |
+
|
51 |
/**
|
52 |
* Plugin activation hook
|
53 |
*/
|
54 |
function wcvendors_activate() {
|
55 |
/**
|
56 |
+
* Requires WooCommerce to be installed and active
|
57 |
*/
|
58 |
if ( ! class_exists( 'WooCommerce' ) ) {
|
59 |
+
add_action( 'admin_notices', 'wc_vendors_wc_missing_notice' );
|
60 |
+
return;
|
61 |
}
|
62 |
+
|
63 |
// Flush rewrite rules when activating plugin
|
64 |
flush_rewrite_rules();
|
65 |
} // wcvendors_activate()
|
73 |
}
|
74 |
|
75 |
register_activation_hook( __FILE__, 'wcvendors_activate' );
|
|
|
76 |
register_deactivation_hook( __FILE__, 'wcvendors_deactivate' );
|
77 |
|
78 |
|
107 |
*/
|
108 |
class WC_Vendors {
|
109 |
|
110 |
+
public $version = '2.2.2';
|
111 |
|
112 |
/**
|
113 |
* @var
|
246 |
include_once wcv_plugin_dir . 'classes/admin/class-wcv-admin-settings.php';
|
247 |
include_once wcv_plugin_dir . 'classes/admin/class-admin-menus.php';
|
248 |
include_once wcv_plugin_dir . 'classes/admin/class-wcv-admin-extensions.php';
|
249 |
+
include_once wcv_plugin_dir . 'classes/admin/class-wcv-admin-go-pro.php';
|
250 |
include_once wcv_plugin_dir . 'classes/admin/class-wcv-admin-help.php';
|
251 |
include_once wcv_plugin_dir . 'classes/admin/class-setup-wizard.php';
|
252 |
include_once wcv_plugin_dir . 'classes/admin/class-vendor-admin-dashboard.php';
|
253 |
include_once wcv_plugin_dir . 'classes/admin/class-admin-media.php';
|
254 |
+
//include_once wcv_plugin_dir . 'classes/admin/class-wcv-admin-import-export.php';
|
255 |
|
256 |
new WCV_Vendor_Applicants();
|
257 |
new WCV_Admin_Setup();
|
258 |
new WCV_Vendor_Admin_Dashboard();
|
259 |
new WCV_Admin_Reports();
|
260 |
+
//new WCV_Admin_Import_Export();
|
261 |
|
262 |
} else {
|
263 |
|
461 |
|
462 |
$wc_vendors = new WC_Vendors();
|
463 |
|
464 |
+
} else {
|
465 |
+
if ( ! class_exists( 'WooCommerce' ) ) {
|
466 |
+
add_action( 'admin_notices', 'wc_vendors_wc_missing_notice' );
|
467 |
+
return;
|
468 |
+
}
|
469 |
}
|
classes/admin/class-admin-menus.php
CHANGED
@@ -25,6 +25,11 @@ class WCVendors_Admin_Menus {
|
|
25 |
add_action( 'admin_menu', array( $this, 'commissions_menu' ), 50 );
|
26 |
add_action( 'admin_menu', array( $this, 'settings_menu' ), 70 );
|
27 |
add_action( 'admin_menu', array( $this, 'extensions_menu' ), 80 );
|
|
|
|
|
|
|
|
|
|
|
28 |
add_action( 'admin_head', array( $this, 'commission_table_header_styles' ) );
|
29 |
add_action( 'admin_footer', array( $this, 'commission_table_script' ) );
|
30 |
|
@@ -74,10 +79,36 @@ class WCVendors_Admin_Menus {
|
|
74 |
* Addons Page
|
75 |
*/
|
76 |
public function extensions_page() {
|
77 |
-
|
78 |
WCVendors_Admin_Extensions::output();
|
79 |
}
|
80 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
/**
|
82 |
* Add the commissions sub menu
|
83 |
*
|
25 |
add_action( 'admin_menu', array( $this, 'commissions_menu' ), 50 );
|
26 |
add_action( 'admin_menu', array( $this, 'settings_menu' ), 70 );
|
27 |
add_action( 'admin_menu', array( $this, 'extensions_menu' ), 80 );
|
28 |
+
if ( ! class_exists( 'WCVendors_Pro' ) ){
|
29 |
+
add_action( 'admin_menu', array( $this, 'go_pro_menu' ), 80 );
|
30 |
+
}
|
31 |
+
|
32 |
+
|
33 |
add_action( 'admin_head', array( $this, 'commission_table_header_styles' ) );
|
34 |
add_action( 'admin_footer', array( $this, 'commission_table_script' ) );
|
35 |
|
79 |
* Addons Page
|
80 |
*/
|
81 |
public function extensions_page() {
|
|
|
82 |
WCVendors_Admin_Extensions::output();
|
83 |
}
|
84 |
|
85 |
+
/**
|
86 |
+
* Go Pro Menu.
|
87 |
+
*
|
88 |
+
* @since 2.2.2
|
89 |
+
*/
|
90 |
+
public function go_pro_menu() {
|
91 |
+
|
92 |
+
add_submenu_page(
|
93 |
+
'wc-vendors',
|
94 |
+
__( 'Upgrade To WC Vendors Pro Today', 'wc-vendors' ),
|
95 |
+
__( 'Go PRO', 'wc-vendors' ),
|
96 |
+
'manage_woocommerce',
|
97 |
+
'wcv-go-pro',
|
98 |
+
array( $this, 'go_pro_page' )
|
99 |
+
);
|
100 |
+
remove_submenu_page( 'wc-vendors', 'wc-vendors' );
|
101 |
+
}
|
102 |
+
|
103 |
+
/**
|
104 |
+
* Go Pro Page output
|
105 |
+
*
|
106 |
+
* @since 2.2.2
|
107 |
+
*/
|
108 |
+
public function go_pro_page(){
|
109 |
+
WCVendors_Admin_GoPro::output();
|
110 |
+
}
|
111 |
+
|
112 |
/**
|
113 |
* Add the commissions sub menu
|
114 |
*
|
classes/admin/class-admin-users.php
CHANGED
@@ -65,7 +65,7 @@ class WCV_Admin_Users {
|
|
65 |
add_filter( 'manage_product_posts_columns', array( $this, 'manage_product_columns' ), 99 );
|
66 |
|
67 |
// Check allowed product types and hide controls
|
68 |
-
add_filter( 'product_type_options', array( $this, 'check_allowed_product_type_options' ) );
|
69 |
}
|
70 |
|
71 |
}
|
@@ -157,33 +157,10 @@ class WCV_Admin_Users {
|
|
157 |
function filter_product_types( $types ) {
|
158 |
|
159 |
$product_types = (array) get_option( 'wcvendors_capability_product_types', array() );
|
160 |
-
$product_misc =
|
161 |
-
'taxes' => wc_string_to_bool( get_option( 'wcvendors_capability_product_taxes', 'no' ) ),
|
162 |
-
'sku' => wc_string_to_bool( get_option( 'wcvendors_capability_product_sku', 'no' ) ),
|
163 |
-
'duplicate' => wc_string_to_bool( get_option( 'wcvendors_capability_product_duplicate', 'no' ) ),
|
164 |
-
'delete' => wc_string_to_bool( get_option( 'wcvendors_capability_product_delete', 'no' ) ),
|
165 |
-
'featured' => wc_string_to_bool( get_option( 'wcvendors_capability_product_featured', 'no' ) ),
|
166 |
-
);
|
167 |
|
168 |
-
// Add any custom css
|
169 |
-
$css = get_option( 'wcvendors_display_advanced_stylesheet' );
|
170 |
-
// Filter taxes
|
171 |
-
if ( ! empty( $product_misc['taxes'] ) ) {
|
172 |
-
$css .= '.form-field._tax_status_field, .form-field._tax_class_field{display:none !important;}';
|
173 |
-
}
|
174 |
unset( $product_misc['taxes'] );
|
175 |
|
176 |
-
// Filter the rest of the fields
|
177 |
-
foreach ( $product_misc as $key => $value ) {
|
178 |
-
if ( $value ) {
|
179 |
-
$css .= sprintf( '._%s_field{display:none !important;}', $key );
|
180 |
-
}
|
181 |
-
}
|
182 |
-
|
183 |
-
echo '<style>';
|
184 |
-
echo $css;
|
185 |
-
echo '</style>';
|
186 |
-
|
187 |
// Filter product type drop down
|
188 |
foreach ( $types as $key => $value ) {
|
189 |
if ( in_array( $key, $product_types ) ) {
|
65 |
add_filter( 'manage_product_posts_columns', array( $this, 'manage_product_columns' ), 99 );
|
66 |
|
67 |
// Check allowed product types and hide controls
|
68 |
+
add_filter( 'product_type_options', array( $this, 'check_allowed_product_type_options' ) );
|
69 |
}
|
70 |
|
71 |
}
|
157 |
function filter_product_types( $types ) {
|
158 |
|
159 |
$product_types = (array) get_option( 'wcvendors_capability_product_types', array() );
|
160 |
+
$product_misc = WCV_Product_Meta::get_product_capabilities();
|
|
|
|
|
|
|
|
|
|
|
|
|
161 |
|
|
|
|
|
|
|
|
|
|
|
|
|
162 |
unset( $product_misc['taxes'] );
|
163 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
164 |
// Filter product type drop down
|
165 |
foreach ( $types as $key => $value ) {
|
166 |
if ( in_array( $key, $product_types ) ) {
|
classes/admin/class-product-meta.php
CHANGED
@@ -15,6 +15,10 @@ class WCV_Product_Meta {
|
|
15 |
*/
|
16 |
function __construct() {
|
17 |
|
|
|
|
|
|
|
|
|
18 |
if ( ! current_user_can( 'manage_woocommerce' ) ) {
|
19 |
return;
|
20 |
}
|
@@ -52,6 +56,59 @@ class WCV_Product_Meta {
|
|
52 |
|
53 |
public function enqueue_script() {
|
54 |
wp_enqueue_script('wcv-vendor-select', wcv_assets_url . 'js/admin/wcv-vendor-select.js', array( 'select2' ), WCV_VERSION, true );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
}
|
56 |
|
57 |
/**
|
@@ -120,7 +177,7 @@ class WCV_Product_Meta {
|
|
120 |
'ID',
|
121 |
'user_login',
|
122 |
),
|
123 |
-
'placeholder' => __(
|
124 |
);
|
125 |
|
126 |
if ( isset( $_GET['vendor'] ) ) {
|
@@ -321,7 +378,7 @@ class WCV_Product_Meta {
|
|
321 |
|
322 |
if ( $product->is_type( 'simple' ) || $product->is_type( 'external' ) ) {
|
323 |
|
324 |
-
if ( isset( $_REQUEST['_vendor'] ) ) {
|
325 |
$vendor = wc_clean( $_REQUEST['_vendor'] );
|
326 |
$post = get_post( $product->get_id() );
|
327 |
$post->post_author = $vendor;
|
@@ -365,11 +422,11 @@ class WCV_Product_Meta {
|
|
365 |
*/
|
366 |
public function save_vendor_bulk_edit( $product ) {
|
367 |
|
368 |
-
if( ! isset( $_REQUEST['vendor'] ) || isset( $_REQUEST['vendor'] ) && '
|
369 |
return;
|
370 |
}
|
371 |
|
372 |
-
if ( isset( $_REQUEST['vendor'] ) && $_REQUEST['vendor']
|
373 |
$vendor = wc_clean( $_REQUEST['vendor'] );
|
374 |
$update_vendor = array(
|
375 |
'ID' => $product->get_id(),
|
@@ -508,13 +565,17 @@ class WCV_Product_Meta {
|
|
508 |
OR user_url LIKE $search_string
|
509 |
OR ( mt2.meta_key = 'first_name' AND mt2.meta_value LIKE $search_string )
|
510 |
OR ( mt2.meta_key = 'last_name' AND mt2.meta_value LIKE $search_string )
|
|
|
|
|
|
|
|
|
511 |
)
|
512 |
ORDER BY display_name
|
513 |
";
|
514 |
|
515 |
-
|
516 |
$response = new stdClass();
|
517 |
$response->results = $wpdb->get_results( $sql );
|
|
|
518 |
wp_send_json($response);
|
519 |
}
|
520 |
|
@@ -545,4 +606,24 @@ class WCV_Product_Meta {
|
|
545 |
|
546 |
return $args;
|
547 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
548 |
}
|
15 |
*/
|
16 |
function __construct() {
|
17 |
|
18 |
+
if ( current_user_can( 'vendor' ) ) {
|
19 |
+
add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_styles' ) );
|
20 |
+
}
|
21 |
+
|
22 |
if ( ! current_user_can( 'manage_woocommerce' ) ) {
|
23 |
return;
|
24 |
}
|
56 |
|
57 |
public function enqueue_script() {
|
58 |
wp_enqueue_script('wcv-vendor-select', wcv_assets_url . 'js/admin/wcv-vendor-select.js', array( 'select2' ), WCV_VERSION, true );
|
59 |
+
wp_localize_script(
|
60 |
+
'wcv-vendor-select',
|
61 |
+
'wcv_vendor_select',
|
62 |
+
array(
|
63 |
+
'minimum_input_length' => apply_filters( 'wcvndors_vendor_select_minimum_input_length', 4 ),
|
64 |
+
)
|
65 |
+
);
|
66 |
+
}
|
67 |
+
|
68 |
+
/**
|
69 |
+
* Print inline script for product add or edit page
|
70 |
+
*
|
71 |
+
* @return void
|
72 |
+
* @version 2.2.2
|
73 |
+
* @since 2.2.2
|
74 |
+
*/
|
75 |
+
public function enqueue_styles( $hook_suffix ) {
|
76 |
+
$screen = get_current_screen();
|
77 |
+
|
78 |
+
if ( 'product' !== $screen->post_type ) {
|
79 |
+
return;
|
80 |
+
}
|
81 |
+
|
82 |
+
wp_register_style( 'wcv-inline', false ); // phpcs:ignore
|
83 |
+
wp_enqueue_style( 'wcv-inline' );
|
84 |
+
|
85 |
+
$styles = $this->get_inline_style();
|
86 |
+
wp_add_inline_style( 'wcv-inline', $styles );
|
87 |
+
}
|
88 |
+
|
89 |
+
/**
|
90 |
+
* Get the inline styles
|
91 |
+
*
|
92 |
+
* @return string
|
93 |
+
* @version 2.2.2
|
94 |
+
* @since 2.2.2
|
95 |
+
*/
|
96 |
+
public function get_inline_style() {
|
97 |
+
$product_misc = self::get_product_capabilities();
|
98 |
+
// Add any custom css
|
99 |
+
$css = get_option( 'wcvendors_display_advanced_stylesheet' );
|
100 |
+
// Filter taxes
|
101 |
+
if ( ! empty( $product_misc['taxes'] ) ) {
|
102 |
+
$css .= '.form-field._tax_status_field, .form-field._tax_class_field{display:none !important;}';
|
103 |
+
}
|
104 |
+
// Filter the rest of the fields
|
105 |
+
foreach ( $product_misc as $key => $value ) {
|
106 |
+
if ( $value ) {
|
107 |
+
$css .= sprintf( '._%s_field{display:none !important;}', $key );
|
108 |
+
}
|
109 |
+
}
|
110 |
+
|
111 |
+
return apply_filters( 'wcvendors_display_advanced_styles', $css );
|
112 |
}
|
113 |
|
114 |
/**
|
177 |
'ID',
|
178 |
'user_login',
|
179 |
),
|
180 |
+
'placeholder' => sprintf( __( 'Search %s', 'wc-vendors' ), wcv_get_vendor_name() ),
|
181 |
);
|
182 |
|
183 |
if ( isset( $_GET['vendor'] ) ) {
|
378 |
|
379 |
if ( $product->is_type( 'simple' ) || $product->is_type( 'external' ) ) {
|
380 |
|
381 |
+
if ( isset( $_REQUEST['_vendor'] ) && '' !== $_REQUEST['vendor'] ) {
|
382 |
$vendor = wc_clean( $_REQUEST['_vendor'] );
|
383 |
$post = get_post( $product->get_id() );
|
384 |
$post->post_author = $vendor;
|
422 |
*/
|
423 |
public function save_vendor_bulk_edit( $product ) {
|
424 |
|
425 |
+
if( ! isset( $_REQUEST['vendor'] ) || isset( $_REQUEST['vendor'] ) && '' !== $_REQUEST['vendor'] ) {
|
426 |
return;
|
427 |
}
|
428 |
|
429 |
+
if ( isset( $_REQUEST['vendor'] ) && '' !== $_REQUEST['vendor'] ) {
|
430 |
$vendor = wc_clean( $_REQUEST['vendor'] );
|
431 |
$update_vendor = array(
|
432 |
'ID' => $product->get_id(),
|
565 |
OR user_url LIKE $search_string
|
566 |
OR ( mt2.meta_key = 'first_name' AND mt2.meta_value LIKE $search_string )
|
567 |
OR ( mt2.meta_key = 'last_name' AND mt2.meta_value LIKE $search_string )
|
568 |
+
OR ( mt2.meta_key = 'pv_shop_name' AND mt2.meta_value LIKE $search_string )
|
569 |
+
OR ( mt2.meta_key = 'pv_shop_slug' AND mt2.meta_value LIKE $search_string )
|
570 |
+
OR ( mt2.meta_key = 'pv_seller_info' AND mt2.meta_value LIKE $search_string )
|
571 |
+
OR ( mt2.meta_key = 'pv_shop_description' AND mt2.meta_value LIKE $search_string )
|
572 |
)
|
573 |
ORDER BY display_name
|
574 |
";
|
575 |
|
|
|
576 |
$response = new stdClass();
|
577 |
$response->results = $wpdb->get_results( $sql );
|
578 |
+
|
579 |
wp_send_json($response);
|
580 |
}
|
581 |
|
606 |
|
607 |
return $args;
|
608 |
}
|
609 |
+
|
610 |
+
/**
|
611 |
+
* Get product capabilities.
|
612 |
+
*
|
613 |
+
* @return void
|
614 |
+
* @version 2.2.2
|
615 |
+
* @since 2.2.2
|
616 |
+
*/
|
617 |
+
public static function get_product_capabilities() {
|
618 |
+
return apply_filters(
|
619 |
+
'wcvendors_product_capabilities',
|
620 |
+
array(
|
621 |
+
'taxes' => wc_string_to_bool( get_option( 'wcvendors_capability_product_taxes', 'no' ) ),
|
622 |
+
'sku' => wc_string_to_bool( get_option( 'wcvendors_capability_product_sku', 'no' ) ),
|
623 |
+
'duplicate' => wc_string_to_bool( get_option( 'wcvendors_capability_product_duplicate', 'no' ) ),
|
624 |
+
'delete' => wc_string_to_bool( get_option( 'wcvendors_capability_product_delete', 'no' ) ),
|
625 |
+
'featured' => wc_string_to_bool( get_option( 'wcvendors_capability_product_featured', 'no' ) ),
|
626 |
+
)
|
627 |
+
);
|
628 |
+
}
|
629 |
}
|
classes/admin/class-wcv-admin-go-pro.php
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* WC Vendors Go Pro Page
|
4 |
+
*
|
5 |
+
* @author WC Vendors
|
6 |
+
* @category Admin
|
7 |
+
* @package WCVendors/Admin
|
8 |
+
* @version 2.2.2
|
9 |
+
*/
|
10 |
+
|
11 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
12 |
+
exit;
|
13 |
+
}
|
14 |
+
|
15 |
+
/**
|
16 |
+
* WCVendors_Admin_GoPro Class.
|
17 |
+
*/
|
18 |
+
class WCVendors_Admin_GoPro {
|
19 |
+
|
20 |
+
public static function output() {
|
21 |
+
include_once dirname( __FILE__ ) . '/views/html-admin-page-go-pro.php';
|
22 |
+
}
|
23 |
+
|
24 |
+
}
|
classes/admin/class-wcv-admin-help.php
CHANGED
@@ -24,7 +24,7 @@ class WCVendors_Admin_Help {
|
|
24 |
*/
|
25 |
public function __construct() {
|
26 |
|
27 |
-
add_action( 'current_screen', array( $this, 'add_tabs' ),
|
28 |
}
|
29 |
|
30 |
/**
|
24 |
*/
|
25 |
public function __construct() {
|
26 |
|
27 |
+
add_action( 'current_screen', array( $this, 'add_tabs' ), 99 );
|
28 |
}
|
29 |
|
30 |
/**
|
classes/admin/class-wcv-admin-import-export.php
CHANGED
@@ -165,7 +165,7 @@ class WCV_Admin_Import_Export {
|
|
165 |
public function is_product_author( $data ) {
|
166 |
$vendor_id = get_current_user_id();
|
167 |
|
168 |
-
if ( isset( $data['vendor_id'] ) && $vendor_id == $data['vendor_id'] ) {
|
169 |
return true;
|
170 |
}
|
171 |
|
165 |
public function is_product_author( $data ) {
|
166 |
$vendor_id = get_current_user_id();
|
167 |
|
168 |
+
if ( ( isset( $data['vendor_id'] ) && $vendor_id == $data['vendor_id'] ) || is_admin() ) {
|
169 |
return true;
|
170 |
}
|
171 |
|
classes/admin/class-wcv-commissions-page.php
CHANGED
@@ -92,8 +92,17 @@ class WCVendors_Commissions_Page extends WP_List_Table {
|
|
92 |
if ( ! get_post_status( $product_id ) ) {
|
93 |
$product_id = WCV_Vendors::find_parent_id_from_order( $item->order_id, $product_id );
|
94 |
}
|
95 |
-
|
96 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
case 'order_id':
|
98 |
$order = wc_get_order( $item->order_id );
|
99 |
if ( $order ) {
|
@@ -105,6 +114,10 @@ class WCVendors_Commissions_Page extends WP_List_Table {
|
|
105 |
return $item->status;
|
106 |
case 'time':
|
107 |
return date_i18n( get_option( 'date_format' ), strtotime( $item->time ) );
|
|
|
|
|
|
|
|
|
108 |
}
|
109 |
}
|
110 |
|
@@ -157,7 +170,7 @@ class WCVendors_Commissions_Page extends WP_List_Table {
|
|
157 |
unset( $columns['tax'] );
|
158 |
}
|
159 |
|
160 |
-
return $columns;
|
161 |
}
|
162 |
|
163 |
|
@@ -187,7 +200,7 @@ class WCVendors_Commissions_Page extends WP_List_Table {
|
|
187 |
unset( $sortable_columns['tax'] );
|
188 |
}
|
189 |
|
190 |
-
return $sortable_columns;
|
191 |
}
|
192 |
|
193 |
|
@@ -205,9 +218,7 @@ class WCVendors_Commissions_Page extends WP_List_Table {
|
|
205 |
// 'delete' => __('Delete', 'wc-vendors'),
|
206 |
);
|
207 |
|
208 |
-
|
209 |
-
|
210 |
-
return $actions;
|
211 |
}
|
212 |
|
213 |
|
@@ -592,7 +603,7 @@ class WCVendors_Commissions_Page extends WP_List_Table {
|
|
592 |
'comm_status' => $com_status,
|
593 |
'vendor_id' => $vendor_id,
|
594 |
);
|
595 |
-
$sql =
|
596 |
|
597 |
$this->items = $wpdb->get_results( $sql ); // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared
|
598 |
|
92 |
if ( ! get_post_status( $product_id ) ) {
|
93 |
$product_id = WCV_Vendors::find_parent_id_from_order( $item->order_id, $product_id );
|
94 |
}
|
95 |
+
if ( '' !== get_the_title( $product_id ) ) {
|
96 |
+
$product_url = '<a href="' . admin_url( 'post.php?post=' . $product_id . '&action=edit' ) . '">' . get_the_title( $product_id ) . '</a> (<span title="' . get_the_title( $product_id ) . ' has sold ' . $wcv_total_sales . ' times total.">' . $wcv_total_sales . '</span>)';
|
97 |
+
} else {
|
98 |
+
$order = wc_get_order( $item->order_id );
|
99 |
+
foreach ( $order->get_items() as $item_id => $items ) {
|
100 |
+
if( $product_id == wc_get_order_item_meta( $item_id, '_product_id', true) ) {
|
101 |
+
$product_url = $items->get_name();
|
102 |
+
}
|
103 |
+
}
|
104 |
+
}
|
105 |
+
return $product_url;
|
106 |
case 'order_id':
|
107 |
$order = wc_get_order( $item->order_id );
|
108 |
if ( $order ) {
|
114 |
return $item->status;
|
115 |
case 'time':
|
116 |
return date_i18n( get_option( 'date_format' ), strtotime( $item->time ) );
|
117 |
+
|
118 |
+
default:
|
119 |
+
$value = '';
|
120 |
+
return apply_filters( 'wcvendors_commissions_column_default_' . $column_name, $value, $item, $column_name );
|
121 |
}
|
122 |
}
|
123 |
|
170 |
unset( $columns['tax'] );
|
171 |
}
|
172 |
|
173 |
+
return apply_filters( 'wcvendors_commissions_columns', $columns );
|
174 |
}
|
175 |
|
176 |
|
200 |
unset( $sortable_columns['tax'] );
|
201 |
}
|
202 |
|
203 |
+
return apply_filters( 'wcvendors_commissions_columns_sortable', $sortable_columns );
|
204 |
}
|
205 |
|
206 |
|
218 |
// 'delete' => __('Delete', 'wc-vendors'),
|
219 |
);
|
220 |
|
221 |
+
return apply_filters( 'wcv_edit_bulk_actions', $actions, '2.2.2', 'wcvendors_edit_bulk_actions' );
|
|
|
|
|
222 |
}
|
223 |
|
224 |
|
603 |
'comm_status' => $com_status,
|
604 |
'vendor_id' => $vendor_id,
|
605 |
);
|
606 |
+
$sql = apply_filters_deprecated( 'wcv_get_commissions_sql', array( $sql, $sql_args ), '2.2.2', 'wcvendors_get_commissions_sql' );
|
607 |
|
608 |
$this->items = $wpdb->get_results( $sql ); // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared
|
609 |
|
classes/admin/emails/class-emails.php
CHANGED
@@ -219,7 +219,8 @@ class WCV_Emails {
|
|
219 |
/**
|
220 |
* Trigger the notify vendor shipped emails
|
221 |
*
|
222 |
-
* @
|
|
|
223 |
*/
|
224 |
public function vendor_shipped( $order_id, $user_id, $order ) {
|
225 |
if ( ! is_a( $order, 'WC_Order' ) ) {
|
@@ -227,8 +228,11 @@ class WCV_Emails {
|
|
227 |
}
|
228 |
// Notify the admin
|
229 |
WC()->mailer()->emails['WCVendors_Admin_Notify_Shipped']->trigger( $order->get_id(), $user_id, $order );
|
|
|
230 |
// Notify the customer
|
231 |
-
|
|
|
|
|
232 |
}
|
233 |
|
234 |
/**
|
219 |
/**
|
220 |
* Trigger the notify vendor shipped emails
|
221 |
*
|
222 |
+
* @version 2.2.2
|
223 |
+
* @since 2.0.0
|
224 |
*/
|
225 |
public function vendor_shipped( $order_id, $user_id, $order ) {
|
226 |
if ( ! is_a( $order, 'WC_Order' ) ) {
|
228 |
}
|
229 |
// Notify the admin
|
230 |
WC()->mailer()->emails['WCVendors_Admin_Notify_Shipped']->trigger( $order->get_id(), $user_id, $order );
|
231 |
+
|
232 |
// Notify the customer
|
233 |
+
if( apply_filters( 'wcvendors_vendor_shipped_customer_notification', true ) ) {
|
234 |
+
WC()->mailer()->emails['WCVendors_Customer_Notify_Shipped']->trigger( $order->get_id(), $user_id, $order );
|
235 |
+
}
|
236 |
}
|
237 |
|
238 |
/**
|
classes/admin/settings/class-wcv-settings-payments.php
CHANGED
@@ -28,10 +28,14 @@ if ( ! class_exists( 'WCVendors_Settings_Payments', false ) ) :
|
|
28 |
*/
|
29 |
public function __construct() {
|
30 |
|
31 |
-
$
|
32 |
-
$
|
|
|
|
|
33 |
|
34 |
-
|
|
|
|
|
35 |
}
|
36 |
|
37 |
|
28 |
*/
|
29 |
public function __construct() {
|
30 |
|
31 |
+
$paypalap_settings = get_option( 'woocommerce_paypalap_settings', false );
|
32 |
+
if ( $paypalap_settings && array_key_exists('username_live', $paypalap_settings ) && $paypalap_settings[ 'username_live' ] !== '' ) {
|
33 |
+
$this->id = 'payments';
|
34 |
+
$this->label = __( 'Payments', 'wc-vendors' );
|
35 |
|
36 |
+
parent::__construct();
|
37 |
+
}
|
38 |
+
|
39 |
}
|
40 |
|
41 |
|
classes/admin/views/html-admin-page-extensions.php
CHANGED
@@ -12,54 +12,9 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
12 |
?>
|
13 |
<div class="wrap woocommerce wcv_addons_wrap">
|
14 |
|
15 |
-
<h1><?php _e( '
|
16 |
<br/>
|
17 |
|
18 |
-
<?php if ( ! class_exists( 'WCVendors_Pro' ) ) : ?>
|
19 |
-
|
20 |
-
<div class="addons-wcs-banner-block">
|
21 |
-
<div class="addons-wcs-banner-block-image">
|
22 |
-
<img class="addons-img" src="<?php echo wcv_assets_url; ?>images/extensions/screenshot-1.png"
|
23 |
-
alt="WC Vendors Pro">
|
24 |
-
<img class="addons-img" src="<?php echo wcv_assets_url; ?>images/extensions/screenshot-2.png"
|
25 |
-
alt="WC Vendors Pro">
|
26 |
-
<img class="addons-img" src="<?php echo wcv_assets_url; ?>images/extensions/screenshot-3.png"
|
27 |
-
alt="WC Vendors Pro">
|
28 |
-
</div>
|
29 |
-
<div class="addons-wcs-banner-block-content">
|
30 |
-
<h1><?php _e( 'WC Vendors Pro', 'wc-vendors' ); ?></h1>
|
31 |
-
|
32 |
-
<p><?php _e( 'Enhanced your marketplace with pro features and capabilities. Move all your vendors tasks to the frontend. They no longer need or see the WordPress admin. Shipping system included.', 'wc-vendors' ); ?></p>
|
33 |
-
|
34 |
-
<h3>Features</h3>
|
35 |
-
|
36 |
-
<ul class="feature-list">
|
37 |
-
<li><?php _e( 'Vendors have a main dashboard showing sales reports and recent orders and products.', 'wc-vendors' ); ?></li>
|
38 |
-
<li><?php _e( 'Vendors have complete front end product management', 'wc-vendors' ); ?></li>
|
39 |
-
<li><?php _e( 'Vendors can add their own coupons that only apply to their products', 'wc-vendors' ); ?></li>
|
40 |
-
<li><?php _e( 'Vendors have advanced shipment tracking including shipping providers', 'wc-vendors' ); ?></li>
|
41 |
-
<li><?php _e( 'Vendors have the ability to print a shipping label with a picking list', 'wc-vendors' ); ?></li>
|
42 |
-
<li><?php _e( 'Vendors can add all their own social media profile links', 'wc-vendors' ); ?></li>
|
43 |
-
<li><?php _e( 'Vendors can add SEO to their store and products', 'wc-vendors' ); ?></li>
|
44 |
-
<li><?php _e( 'Vendors can add their own banner and store icon', 'wc-vendors' ); ?></li>
|
45 |
-
<li><?php _e( 'Vendors have a comprehensive shipping system available. Either flat rate or table rate based.', 'wc-vendors' ); ?></li>
|
46 |
-
<li><?php _e( 'Vendor stores templates are more advanced', 'wc-vendors' ); ?></li>
|
47 |
-
<li><?php _e( 'Vendors have more control over their order notes', 'wc-vendors' ); ?></li>
|
48 |
-
<li><?php _e( 'Vendors vacation module is included as part of pro not an extra addon', 'wc-vendors' ); ?></li>
|
49 |
-
<li><?php _e( 'Admins have multiple commission rate options including percentage, percentage + fee, fixed, fixed + fee.', 'wc-vendors' ); ?></li>
|
50 |
-
<li><?php _e( 'Admins can set global shipping rates as well as allow different shipping modules per vendor. Setting one as flat rate, while another can be table rate', 'wc-vendors' ); ?></li>
|
51 |
-
<li><?php _e( 'Ebay style feedback allows customers to rate the products from the vendors', 'wc-vendors' ); ?></li>
|
52 |
-
<li><?php _e( 'Premium ticket based support for all pro users. Annual and lifetime support licenses available.', 'wc-vendors' ); ?></li>
|
53 |
-
</ul>
|
54 |
-
|
55 |
-
|
56 |
-
<a class="product-addons-button product-addons-button-solid"
|
57 |
-
href="https://www.wcvendors.com/product/wc-vendors-pro/?utm_source=plugin&utm_medium=addons&utm_campaign=extensions">From $199</a>
|
58 |
-
</div>
|
59 |
-
</div>
|
60 |
-
|
61 |
-
<?php endif; ?>
|
62 |
-
|
63 |
<ul class="products">
|
64 |
<li class="product">
|
65 |
<a href="https://www.wcvendors.com/product/wc-vendors-stripe-connect/?utm_source=plugin&utm_medium=addons&utm_campaign=extensions">
|
@@ -113,7 +68,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
113 |
</ul>
|
114 |
|
115 |
|
116 |
-
<p><?php printf( __( 'Our list of premium
|
117 |
|
118 |
|
119 |
</div>
|
12 |
?>
|
13 |
<div class="wrap woocommerce wcv_addons_wrap">
|
14 |
|
15 |
+
<h1><?php _e( 'Expand your marketplace and take it to the next level.', 'wc-vendors' ); ?></h1>
|
16 |
<br/>
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
<ul class="products">
|
19 |
<li class="product">
|
20 |
<a href="https://www.wcvendors.com/product/wc-vendors-stripe-connect/?utm_source=plugin&utm_medium=addons&utm_campaign=extensions">
|
68 |
</ul>
|
69 |
|
70 |
|
71 |
+
<p><?php printf( __( 'Our list of premium extensions for WC Vendors can be found on our website. <a href="%s">Click here to view our extensions list.</a>', 'wc-vendors' ), 'https://www.wcvendors.com/plugins/?utm_source=plugin&utm_medium=addons&utm_campaign=extensions' ); ?></p>
|
72 |
|
73 |
|
74 |
</div>
|
classes/admin/views/html-admin-page-go-pro.php
ADDED
@@ -0,0 +1,275 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Admin View: Page - Go Pro
|
4 |
+
*
|
5 |
+
* @var string $view
|
6 |
+
* @var object $go_pro
|
7 |
+
*/
|
8 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
9 |
+
exit;
|
10 |
+
}
|
11 |
+
?>
|
12 |
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
13 |
+
<div class="wrap wcv_addons_wrap">
|
14 |
+
|
15 |
+
<img class="wcv-logo" src="<?php echo wcv_assets_url; ?>images/wcvendors_logo.png" alt="WC Vendors Pro">
|
16 |
+
<h1><?php _e( 'Upgrade to WC Vendors Pro!', 'wc-vendors' ); ?></h1>
|
17 |
+
<p class="align-center"><?php _e( 'Empower your vendors to take control of their stores. Reduce your management workload and focus on the tasks that matter. ', 'wc-vendors' ); ?></p>
|
18 |
+
<br/>
|
19 |
+
|
20 |
+
<div class="addons-banner-block">
|
21 |
+
|
22 |
+
<h1><?php _e( 'Take your marketplace to the next level.', 'wc-vendors' ); ?></h1>
|
23 |
+
<p class="align-center"><?php _e( 'Packed full of features', 'wc-vendors' ); ?></p>
|
24 |
+
<div class="addons-banner-block-items">
|
25 |
+
<div class="addons-banner-block-item">
|
26 |
+
<div class="addons-banner-block-item-icon">
|
27 |
+
<img class="addons-img" src="<?php echo wcv_assets_url; ?>images/extensions/wcvendors_dashboard.png" alt="WC Vendors Pro Dashboard">
|
28 |
+
</div>
|
29 |
+
<div class="addons-banner-block-item-content">
|
30 |
+
<h3><?php _e( 'Complete Frontend Experience', 'wc-vendors' ); ?></h3>
|
31 |
+
<p><?php _e( 'Our vendor dashboard provides vendors with an integrated frontend experience that blends seamlessly with your theme. Allow vendors to take control of their stores while you can focus on building the marketplace.', 'wc-vendors' ); ?></p>
|
32 |
+
</div>
|
33 |
+
</div>
|
34 |
+
<div class="addons-banner-block-item">
|
35 |
+
<div class="addons-banner-block-item-icon">
|
36 |
+
<img class="addons-img" src="<?php echo wcv_assets_url; ?>images/extensions/customize.png" alt="Customize with Ease">
|
37 |
+
</div>
|
38 |
+
<div class="addons-banner-block-item-content">
|
39 |
+
<h3><?php _e( 'Customize With Ease', 'wc-vendors' ); ?></h3>
|
40 |
+
<p><?php _e( 'Easy settings based configuration. No need for coding. As well as extensive options available for building integrations.', 'wc-vendors' ); ?></p>
|
41 |
+
</div>
|
42 |
+
</div>
|
43 |
+
<div class="addons-banner-block-item">
|
44 |
+
<div class="addons-banner-block-item-icon">
|
45 |
+
<img class="addons-img" src="<?php echo wcv_assets_url; ?>images/extensions/support.png" alt="Best in Class Support">
|
46 |
+
</div>
|
47 |
+
<div class="addons-banner-block-item-content">
|
48 |
+
<h3><?php _e( 'Best in Class Support', 'wc-vendors' ); ?></h3>
|
49 |
+
<p><?php _e( "Our premium support is fast and efficient, don't wait days for a support response.", 'wc-vendors' ); ?></p>
|
50 |
+
</div>
|
51 |
+
</div>
|
52 |
+
</div>
|
53 |
+
<div class="addons-banner-block-items">
|
54 |
+
<div class="addons-banner-block-item">
|
55 |
+
<div class="addons-banner-block-item-icon">
|
56 |
+
<img class="addons-img" src="<?php echo wcv_assets_url; ?>images/extensions/shipping.png" alt="Complete Shipping Solution">
|
57 |
+
</div>
|
58 |
+
<div class="addons-banner-block-item-content">
|
59 |
+
<h3><?php _e( 'Complete Shipping Solution', 'wc-vendors' ); ?></h3>
|
60 |
+
<p><?php _e( 'WC Vendors has the most comprehensive shipping system of any marketplace plugin. Let vendors manage their shipping. Flat rate or table rate shipping is available. Don’t let shipping stop your marketplace from succeeding!', 'wc-vendors' ); ?></p>
|
61 |
+
</div>
|
62 |
+
</div>
|
63 |
+
<div class="addons-banner-block-item">
|
64 |
+
<div class="addons-banner-block-item-icon">
|
65 |
+
<img class="addons-img" src="<?php echo wcv_assets_url; ?>images/extensions/payment.png" alt="WC Vendors Pro Dashboard">
|
66 |
+
</div>
|
67 |
+
<div class="addons-banner-block-item-content">
|
68 |
+
<h3><?php _e( 'Over 100+ Payment Gateways Supported', 'wc-vendors' ); ?></h3>
|
69 |
+
<p><?php _e( 'Use the payment gateway for your region to make sure your customers can pay seamlessly. Any payment gateway written for WooCommerce can be used.', 'wc-vendors' ); ?></p>
|
70 |
+
</div>
|
71 |
+
</div>
|
72 |
+
<div class="addons-banner-block-item">
|
73 |
+
<div class="addons-banner-block-item-icon">
|
74 |
+
<img class="addons-img" src="<?php echo wcv_assets_url; ?>images/extensions/commission.png" alt="WC Vendors Pro Dashboard">
|
75 |
+
</div>
|
76 |
+
<div class="addons-banner-block-item-content">
|
77 |
+
<h3><?php _e( 'Multiple Commission options', 'wc-vendors' ); ?></h3>
|
78 |
+
<p><?php _e( 'Chose from percentage, percentage + fee, fixed, fixed + fee, product category and tier rates based on total sales or product prices.', 'wc-vendors' ); ?></p>
|
79 |
+
</div>
|
80 |
+
</div>
|
81 |
+
</div>
|
82 |
+
|
83 |
+
<p class="align-center">
|
84 |
+
<a class="started-button product-addons-button-solid"
|
85 |
+
href="https://www.wcvendors.com/features/?utm_source=plugin&utm_medium=addons&utm_campaign=gopro">And Much More
|
86 |
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 17.5 12.5" xml:space="preserve"><path d="M10.6,1.5c-0.4-0.4-0.4-0.9,0-1.3c0.4-0.3,0.9-0.3,1.3,0l5.3,5.3c0.2,0.2,0.3,0.4,0.3,0.7s-0.1,0.5-0.3,0.7
|
87 |
+
l-5.3,5.3c-0.4,0.4-0.9,0.4-1.3,0c-0.4-0.4-0.4-0.9,0-1.3l3.8-3.8H0.9C0.4,7.1,0,6.7,0,6.2s0.4-0.9,0.9-0.9h13.5L10.6,1.5z
|
88 |
+
M10.6,1.5" class="st0"></path></svg>
|
89 |
+
</a>
|
90 |
+
</p>
|
91 |
+
</div>
|
92 |
+
|
93 |
+
<!-- Comparison -->
|
94 |
+
<div class="addons-featured">
|
95 |
+
<div class="addons-wcs-banner-block-content">
|
96 |
+
<div class="addons-column-block">
|
97 |
+
<h1><?php _e( "What's included in WC Vendors Pro?", 'wc-vendors' ); ?></h1>
|
98 |
+
<div class="wcv-columns">
|
99 |
+
<table>
|
100 |
+
<tr>
|
101 |
+
<th style="width:30%"><?php _e( 'Features', 'wc-vendors' ); ?></th>
|
102 |
+
<th><?php _e( 'WC Vendors Marketplace<br />FREE', 'wc-vendors' ); ?></th>
|
103 |
+
<th><?php _e( 'WC Vendors Pro <br />From $199/year', 'wc-vendors' ); ?></th>
|
104 |
+
</tr>
|
105 |
+
<tr>
|
106 |
+
<td><?php _e( 'Support', 'wc-vendors' ); ?></td>
|
107 |
+
<td><a href="https://wordpress.org/support/plugin/wc-vendors">WordPress.org</a></td>
|
108 |
+
<td><a href="https://www.wcvendors.com/submit-ticket/?utm_source=plugin&utm_medium=addons&utm_campaign=gopro">Ticket Based</a></td>
|
109 |
+
</tr>
|
110 |
+
<tr>
|
111 |
+
<td><?php _e( 'Product Management', 'wc-vendors' ); ?></td>
|
112 |
+
<td><?php _e( 'WordPress Admin', 'wc-vendors' ); ?></td>
|
113 |
+
<td><?php _e( 'Full Featured Frontend Dashboard', 'wc-vendors' ); ?></td>
|
114 |
+
</tr>
|
115 |
+
<tr>
|
116 |
+
<td><?php _e( 'Order Management', 'wc-vendors' ); ?></td>
|
117 |
+
<td><i class="fa fa-check"></i></td>
|
118 |
+
<td><i class="fa fa-check"></i></td>
|
119 |
+
</tr>
|
120 |
+
<tr>
|
121 |
+
<td><?php _e( 'Coupon Management', 'wc-vendors' ); ?></td>
|
122 |
+
<td><i class="fa fa-remove"></i></td>
|
123 |
+
<td><i class="fa fa-check"></i></td>
|
124 |
+
</tr>
|
125 |
+
<tr>
|
126 |
+
<td><?php _e( 'Shipping Management', 'wc-vendors' ); ?></td>
|
127 |
+
<td><i class="fa fa-remove"></i></td>
|
128 |
+
<td><i class="fa fa-check"></i></td>
|
129 |
+
</tr>
|
130 |
+
<tr>
|
131 |
+
<td><?php _e( 'Shipping Tracking & Packing Slips<', 'wc-vendors' ); ?>/td>
|
132 |
+
<td><i class="fa fa-remove"></i></td>
|
133 |
+
<td><i class="fa fa-check"></i></td>
|
134 |
+
</tr>
|
135 |
+
<tr>
|
136 |
+
<td><?php _e( 'Multiple Commission Types', 'wc-vendors' ); ?></td>
|
137 |
+
<td><i class="fa fa-remove"></i></td>
|
138 |
+
<td><i class="fa fa-check"></i></td>
|
139 |
+
</tr>
|
140 |
+
<tr>
|
141 |
+
<td><?php _e( 'Store SEO', 'wc-vendors' ); ?></td>
|
142 |
+
<td><i class="fa fa-remove"></i></td>
|
143 |
+
<td><i class="fa fa-check"></i></td>
|
144 |
+
</tr>
|
145 |
+
<tr>
|
146 |
+
<td><?php _e( 'Store Ratings', 'wc-vendors' ); ?></td>
|
147 |
+
<td><i class="fa fa-remove"></i></td>
|
148 |
+
<td><i class="fa fa-check"></i></td>
|
149 |
+
</tr>
|
150 |
+
<tr>
|
151 |
+
<td><?php _e( 'Store Vacation', 'wc-vendors' ); ?></td>
|
152 |
+
<td><i class="fa fa-remove"></i></td>
|
153 |
+
<td><i class="fa fa-check"></i></td>
|
154 |
+
</tr>
|
155 |
+
<tr>
|
156 |
+
<td><?php _e( 'Vendor Store Widgets', 'wc-vendors' ); ?></td>
|
157 |
+
<td><i class="fa fa-remove"></i></td>
|
158 |
+
<td><i class="fa fa-check"></i></td>
|
159 |
+
</tr>
|
160 |
+
<tr>
|
161 |
+
<td><?php _e( 'Vendor Verification', 'wc-vendors' ); ?></td>
|
162 |
+
<td><i class="fa fa-remove"></i></td>
|
163 |
+
<td><i class="fa fa-check"></i></td>
|
164 |
+
</tr>
|
165 |
+
<tr>
|
166 |
+
<td><?php _e( 'Trusted Vendor', 'wc-vendors' ); ?></td>
|
167 |
+
<td><i class="fa fa-remove"></i></td>
|
168 |
+
<td><i class="fa fa-check"></i></td>
|
169 |
+
</tr>
|
170 |
+
<tr>
|
171 |
+
<td><?php _e( 'Bookable Products', 'wc-vendors' ); ?></td>
|
172 |
+
<td><i class="fa fa-remove"></i></td>
|
173 |
+
<td><?php _e( 'Paid Add-on', 'wc-vendors' ); ?></td>
|
174 |
+
</tr>
|
175 |
+
<tr>
|
176 |
+
<td><?php _e( 'Auction Products', 'wc-vendors' ); ?></td>
|
177 |
+
<td><i class="fa fa-remove"></i></td>
|
178 |
+
<td><?php _e( 'Paid Add-on', 'wc-vendors' ); ?></td>
|
179 |
+
</tr>
|
180 |
+
<tr>
|
181 |
+
<td><?php _e( 'Subscription Products', 'wc-vendors' ); ?></td>
|
182 |
+
<td><i class="fa fa-remove"></i></td>
|
183 |
+
<td><?php _e( 'Paid Add-on', 'wc-vendors' ); ?></td>
|
184 |
+
</tr>
|
185 |
+
</table>
|
186 |
+
|
187 |
+
|
188 |
+
<p class="align-center">
|
189 |
+
<a class="started-button product-addons-button-solid"
|
190 |
+
href="https://www.wcvendors.com/home/comparison/?utm_source=plugin&utm_medium=addons&utm_campaign=gopro">View full comparison here
|
191 |
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 17.5 12.5" xml:space="preserve"><path d="M10.6,1.5c-0.4-0.4-0.4-0.9,0-1.3c0.4-0.3,0.9-0.3,1.3,0l5.3,5.3c0.2,0.2,0.3,0.4,0.3,0.7s-0.1,0.5-0.3,0.7
|
192 |
+
l-5.3,5.3c-0.4,0.4-0.9,0.4-1.3,0c-0.4-0.4-0.4-0.9,0-1.3l3.8-3.8H0.9C0.4,7.1,0,6.7,0,6.2s0.4-0.9,0.9-0.9h13.5L10.6,1.5z
|
193 |
+
M10.6,1.5" class="st0"></path></svg>
|
194 |
+
</a>
|
195 |
+
</p>
|
196 |
+
</div>
|
197 |
+
</div>
|
198 |
+
|
199 |
+
<!-- Testimonials -->
|
200 |
+
<div class="addons-featured">
|
201 |
+
<div class="addons-wcs-banner-block-content">
|
202 |
+
<div class="addons-column-block">
|
203 |
+
<h1><?php _e( 'What people are saying', 'wc-vendors' ); ?></h1>
|
204 |
+
<div class="carrousel">
|
205 |
+
<input type="radio" name="slides" id="radio-1" checked>
|
206 |
+
<input type="radio" name="slides" id="radio-2">
|
207 |
+
<input type="radio" name="slides" id="radio-3">
|
208 |
+
<input type="radio" name="slides" id="radio-4">
|
209 |
+
<ul class="slides">
|
210 |
+
<li class="slide">
|
211 |
+
<p>
|
212 |
+
<q><?php _e( 'Highly recommend for new marketplace websites! Their support is outstanding.', 'wc-vendors' ); ?></q>
|
213 |
+
<span class="author">
|
214 |
+
<img src="<?php echo wcv_assets_url; ?>images/extensions/bcgearexchange.png">
|
215 |
+
<?php _e( 'bcgearexchange', 'wc-vendors' ); ?>
|
216 |
+
</span>
|
217 |
+
</p>
|
218 |
+
</li>
|
219 |
+
<li class="slide">
|
220 |
+
<p>
|
221 |
+
<q><?php _e( 'Great experience so far. Excellent support from Jamie – very helpful and to the point. Thank you!', 'wc-vendors' ); ?></q>
|
222 |
+
<span class="author">
|
223 |
+
<img src="<?php echo wcv_assets_url; ?>images/extensions/sugarcactus.png">
|
224 |
+
<?php _e( 'sugarcactus', 'wc-vendors' ); ?>
|
225 |
+
</span>
|
226 |
+
</p>
|
227 |
+
</li>
|
228 |
+
<li class="slide">
|
229 |
+
<p>
|
230 |
+
<q><?php _e( 'WC Vendors Pro support staff have been FANTASTIC!! I have been so pleasantly surprised by the response times & valuable assistance. It’s wonderful that WC Vendors believes in providing exceptional customer service. Well done to WC Vendors & their support team, please keep up the great work :)!', 'wc-vendors' ); ?></q>
|
231 |
+
<span class="author">
|
232 |
+
<img src="<?php echo wcv_assets_url; ?>images/extensions/screenshot-1.png">
|
233 |
+
<?php _e( 'Locate Australian', 'wc-vendors' ); ?>
|
234 |
+
</span>
|
235 |
+
</p>
|
236 |
+
</li>
|
237 |
+
<li class="slide">
|
238 |
+
<p>
|
239 |
+
<q><?php _e( 'Great support! Jamie was fantastic. He helped us resolve our issue and even put together a script to help resolve the issue quickly! Thanks WC Vendors team!', 'wc-vendors' ); ?></q>
|
240 |
+
<span class="author">
|
241 |
+
<img src="<?php echo wcv_assets_url; ?>images/extensions/cody.png">
|
242 |
+
<?php _e( 'Cody Slingerland', 'wc-vendors' ); ?>
|
243 |
+
</span>
|
244 |
+
</p>
|
245 |
+
</li>
|
246 |
+
</ul>
|
247 |
+
|
248 |
+
<div class="slidesNavigation">
|
249 |
+
<label for="radio-1" id="dotForRadio-1"></label>
|
250 |
+
<label for="radio-2" id="dotForRadio-2"></label>
|
251 |
+
<label for="radio-3" id="dotForRadio-3"></label>
|
252 |
+
<label for="radio-4" id="dotForRadio-4"></label>
|
253 |
+
</div>
|
254 |
+
</div>
|
255 |
+
|
256 |
+
|
257 |
+
</div>
|
258 |
+
</div>
|
259 |
+
|
260 |
+
<!-- Ready? -->
|
261 |
+
<div class="addons-featured">
|
262 |
+
<div class="addons-wcs-banner-block-content">
|
263 |
+
<div class="addons-column-block">
|
264 |
+
<h1><?php _e( 'Are you ready?', 'wc-vendors' ); ?></h1>
|
265 |
+
<p><?php _e( 'WC Vendors Pro will take your marketplace to the next level all while saving you time and money. ', 'wc-vendors' ); ?></p>
|
266 |
+
<p class="align-center">
|
267 |
+
<a class="started-button product-addons-button-solid"
|
268 |
+
href="https://www.wcvendors.com/product/wc-vendors-pro/?utm_source=plugin&utm_medium=addons&utm_campaign=gopro">Get Started Today</a>
|
269 |
+
</p>
|
270 |
+
</div>
|
271 |
+
</div>
|
272 |
+
|
273 |
+
|
274 |
+
</div>
|
275 |
+
|
classes/admin/views/setup/ready.php
CHANGED
@@ -51,49 +51,5 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
51 |
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_c70c537d05355fa9ec97e8134_462e6aa9c6" tabindex="-1" value=""></div>
|
52 |
</form>
|
53 |
</div>
|
54 |
-
|
55 |
-
<ul class="wcv-wizard-next-steps">
|
56 |
-
<li class="wcv-wizard-next-step-item">
|
57 |
-
<div class="wcv-wizard-next-step-description">
|
58 |
-
<p class="next-step-heading"><?php esc_html_e( 'Make your life easy', 'wc-vendors' ); ?></p>
|
59 |
-
<h2 class="next-step-description"><?php esc_html_e( 'Upgrade to Pro!', 'wc-vendors' ); ?></h2>
|
60 |
-
<p class="next-step-extra-info"><?php esc_html_e( 'Upgrade today to enhance your marketplace for the best chance of success.', 'wc-vendors' ); ?></p>
|
61 |
-
<p class="next-step-heading"><?php esc_html_e( 'Features', 'wc-vendors' ); ?></p>
|
62 |
-
<ul>
|
63 |
-
<li><?php _e( 'Remove the need for vendors to access the WordPress dmin with a complete frontend dashboard', 'wc-vendors' ); ?></li>
|
64 |
-
<li><?php _e( 'Flat rate & table rate shipping module', 'wc-vendors' ); ?></li>
|
65 |
-
<li><?php _e( 'Coupons, ratings, reports, orders and more.', 'wc-vendors' ); ?></li>
|
66 |
-
<li><?php _e( 'Advanced commission including fixed and tiered', 'wc-vendors' ); ?></li>
|
67 |
-
<li><?php _e( 'Premium support & updates', 'wc-vendors' ); ?></li>
|
68 |
-
<li><?php _e( 'Starting from $199 annually', 'wc-vendors' ); ?></li>
|
69 |
-
</ul>
|
70 |
-
</div>
|
71 |
-
<div class="wcv-wizard-next-step-action">
|
72 |
-
<p class="wcv-setup-actions step">
|
73 |
-
<a class="button button-primary button-large"
|
74 |
-
href="https://www.wcvendors.com/product/wc-vendors-pro/?utm_source=setup_wizard&utm_medium=plugin&utm_campaign=setup_complete"
|
75 |
-
target="_blank">
|
76 |
-
<?php _e( 'Upgrade Today', 'wc-vendors' ); ?>
|
77 |
-
</a>
|
78 |
-
</p>
|
79 |
-
</div>
|
80 |
-
</li>
|
81 |
-
<li class="wcv-wizard-next-step-item">
|
82 |
-
<div class="wcv-wizard-next-step-description">
|
83 |
-
<p class="next-step-heading"><?php _e( 'Extend your marketplace', 'wc-vendors' ); ?></p>
|
84 |
-
<h2 class="next-step-description"><?php _e( 'Premium Extensions', 'wc-vendors' ); ?></h2>
|
85 |
-
<p class="next-step-extra-info"><?php _e( 'Turn your marketplace into an auction or subscription site, charge your vendors a monthly membership and more with our awesome premium extensions.', 'wc-vendors' ); ?></p>
|
86 |
-
</div>
|
87 |
-
<div class="wcv-wizard-next-step-action">
|
88 |
-
<p class="wcv-setup-actions step">
|
89 |
-
<a class="button button-large"
|
90 |
-
href="https://www.wcvendors.com/plugins/?utm_source=setup_wizard&utm_medium=plugin&utm_campaign=setup_complete"
|
91 |
-
target="_blank">
|
92 |
-
<?php _e( 'Buy Premium Extensions', 'wc-vendors' ); ?>
|
93 |
-
</a>
|
94 |
-
</p>
|
95 |
-
</div>
|
96 |
-
</li>
|
97 |
-
</ul>
|
98 |
<h4 class="help-title"><?php _e( 'Need Help?', 'wc-vendors' ); ?></h4>
|
99 |
<p class="next-steps-help-text"><?php echo wp_kses_post( $help_text ); ?></p>
|
51 |
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_c70c537d05355fa9ec97e8134_462e6aa9c6" tabindex="-1" value=""></div>
|
52 |
</form>
|
53 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
<h4 class="help-title"><?php _e( 'Need Help?', 'wc-vendors' ); ?></h4>
|
55 |
<p class="next-steps-help-text"><?php echo wp_kses_post( $help_text ); ?></p>
|
classes/front/dashboard/class-vendor-dashboard.php
CHANGED
@@ -44,7 +44,7 @@ class WCV_Vendor_Dashboard {
|
|
44 |
|| has_shortcode( $post->post_content, 'wcv_orders' )
|
45 |
|| has_shortcode( $post->post_content, 'wcv_vendor_dashboard_nav' )
|
46 |
) {
|
47 |
-
wp_enqueue_style( 'wcv_frontend_style', wcv_assets_url . 'css/wcv-frontend.css' );
|
48 |
}
|
49 |
}
|
50 |
|
@@ -294,7 +294,9 @@ class WCV_Vendor_Dashboard {
|
|
294 |
|
295 |
do_action( 'wcvendors_before_dashboard' );
|
296 |
|
297 |
-
wc_print_notices
|
|
|
|
|
298 |
|
299 |
wc_get_template(
|
300 |
'navigation.php',
|
44 |
|| has_shortcode( $post->post_content, 'wcv_orders' )
|
45 |
|| has_shortcode( $post->post_content, 'wcv_vendor_dashboard_nav' )
|
46 |
) {
|
47 |
+
wp_enqueue_style( 'wcv_frontend_style', wcv_assets_url . 'css/wcv-frontend.css' );
|
48 |
}
|
49 |
}
|
50 |
|
294 |
|
295 |
do_action( 'wcvendors_before_dashboard' );
|
296 |
|
297 |
+
if( function_exists ( 'wc_print_notices' ) ){
|
298 |
+
wc_print_notices();
|
299 |
+
}
|
300 |
|
301 |
wc_get_template(
|
302 |
'navigation.php',
|
languages/wc-vendors.pot
CHANGED
@@ -16,39 +16,40 @@ msgstr ""
|
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
|
19 |
-
|
20 |
-
|
|
|
21 |
msgstr ""
|
22 |
|
23 |
-
#: class-wc-vendors.php:
|
24 |
msgid "WC Vendors Marketplace"
|
25 |
msgstr ""
|
26 |
|
27 |
-
#: class-wc-vendors.php:
|
28 |
msgid "<b>WC Vendors Marketplace is inactive</b>. WC Vendors Marketplace requires a minimum of WooCommerce 3.0.0 to operate."
|
29 |
msgstr ""
|
30 |
|
31 |
-
#: class-wc-vendors.php:
|
32 |
msgid "Are you sure you want mark all commissions paid?"
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: class-wc-vendors.php:
|
36 |
msgid "WC Vendors 2.0 is a major update. This is not compatible with any of our existing extensions. You should test this update on a staging server before updating. Backup your site and update your theme and extensions, and <a href=\"%s\">review update details here</a> before upgrading."
|
37 |
msgstr ""
|
38 |
|
39 |
-
#: class-wc-vendors.php:
|
40 |
msgid "WC Vendors Pro 1.5.0 is required to run WC Vendors 2.0.0. Your current version %s will be deactivated. Please upgrade to the latest version."
|
41 |
msgstr ""
|
42 |
|
43 |
-
#: classes/class-commission.php:61, classes/admin/class-admin-reports.php:417, classes/admin/class-admin-reports.php:515, classes/admin/class-wcv-commissions-page.php:
|
44 |
msgid "Due"
|
45 |
msgstr ""
|
46 |
|
47 |
-
#: classes/class-commission.php:62, classes/admin/class-admin-reports.php:416, classes/admin/class-admin-reports.php:516, classes/admin/class-wcv-commissions-page.php:
|
48 |
msgid "Paid"
|
49 |
msgstr ""
|
50 |
|
51 |
-
#: classes/class-commission.php:63, classes/admin/class-admin-reports.php:415, classes/admin/class-admin-reports.php:517, classes/admin/class-wcv-commissions-page.php:
|
52 |
msgid "Reversed"
|
53 |
msgstr ""
|
54 |
|
@@ -62,7 +63,7 @@ msgstr ""
|
|
62 |
|
63 |
#. translators: The name used to refer to a vendor.
|
64 |
#. translators: %s - The name used to refer to a vendor.
|
65 |
-
#: classes/class-install.php:175, classes/admin/class-admin-reports.php:207, classes/admin/class-admin-reports.php:530, classes/admin/class-product-meta.php:
|
66 |
msgid "%s"
|
67 |
msgstr ""
|
68 |
|
@@ -110,7 +111,7 @@ msgstr ""
|
|
110 |
msgid "View WC Vendors settings"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: classes/class-install.php:493, classes/admin/class-admin-menus.php:
|
114 |
msgid "Settings"
|
115 |
msgstr ""
|
116 |
|
@@ -364,23 +365,31 @@ msgstr ""
|
|
364 |
msgid "None"
|
365 |
msgstr ""
|
366 |
|
367 |
-
#: classes/admin/class-admin-menus.php:
|
368 |
msgid "WC Vendors"
|
369 |
msgstr ""
|
370 |
|
371 |
-
#: classes/admin/class-admin-menus.php:
|
372 |
msgid "WC Vendors Extensions"
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: classes/admin/class-admin-menus.php:
|
376 |
msgid "Extensions"
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: classes/admin/class-admin-menus.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
380 |
msgid "Commissions"
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: classes/admin/class-admin-menus.php:
|
384 |
msgid "WC Vendors Settings"
|
385 |
msgstr ""
|
386 |
|
@@ -404,11 +413,11 @@ msgstr ""
|
|
404 |
msgid "Commission totals for all vendors includes shipping and taxes. By default no date range is used and all due commissions are returned. Use the date range to filter."
|
405 |
msgstr ""
|
406 |
|
407 |
-
#: classes/admin/class-admin-reports.php:123, classes/admin/class-admin-reports.php:505, classes/admin/class-wcv-commissions-page.php:
|
408 |
msgid "From:"
|
409 |
msgstr ""
|
410 |
|
411 |
-
#: classes/admin/class-admin-reports.php:127, classes/admin/class-admin-reports.php:509, classes/admin/class-wcv-commissions-page.php:
|
412 |
msgid "To:"
|
413 |
msgstr ""
|
414 |
|
@@ -444,11 +453,11 @@ msgstr ""
|
|
444 |
msgid "Order"
|
445 |
msgstr ""
|
446 |
|
447 |
-
#: classes/admin/class-admin-reports.php:206, classes/admin/class-wcv-commissions-csv-exporter.php:51, classes/admin/class-wcv-commissions-page.php:
|
448 |
msgid "Product"
|
449 |
msgstr ""
|
450 |
|
451 |
-
#: classes/admin/class-admin-reports.php:208, classes/admin/class-admin-reports.php:441, classes/admin/class-vendor-admin-dashboard.php:381, classes/admin/class-wcv-commissions-csv-exporter.php:56, classes/admin/class-wcv-commissions-page.php:
|
452 |
msgid "Total"
|
453 |
msgstr ""
|
454 |
|
@@ -456,7 +465,7 @@ msgstr ""
|
|
456 |
msgid "Date & Time"
|
457 |
msgstr ""
|
458 |
|
459 |
-
#: classes/admin/class-admin-reports.php:210, classes/admin/class-admin-reports.php:533, classes/admin/class-wcv-commissions-csv-exporter.php:57, classes/admin/class-wcv-commissions-page.php:
|
460 |
msgid "Status"
|
461 |
msgstr ""
|
462 |
|
@@ -484,11 +493,11 @@ msgstr ""
|
|
484 |
msgid "Month"
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: classes/admin/class-admin-reports.php:413, classes/admin/class-wcv-commissions-csv-exporter.php:55, classes/admin/class-wcv-commissions-page.php:
|
488 |
msgid "Tax"
|
489 |
msgstr ""
|
490 |
|
491 |
-
#: classes/admin/class-admin-reports.php:414, classes/admin/class-wcv-commissions-csv-exporter.php:54, classes/admin/class-wcv-commissions-page.php:
|
492 |
msgid "Shipping"
|
493 |
msgstr ""
|
494 |
|
@@ -512,34 +521,38 @@ msgstr ""
|
|
512 |
msgid "You are not allowed to submit products. <a href=\"%s\">Go Back</a>"
|
513 |
msgstr ""
|
514 |
|
515 |
-
#: classes/admin/class-admin-users.php:
|
516 |
msgid "%s Store"
|
517 |
msgstr ""
|
518 |
|
519 |
-
#: classes/admin/class-admin-users.php:
|
520 |
msgid "Set primary role to %s "
|
521 |
msgstr ""
|
522 |
|
523 |
-
#: classes/admin/class-product-meta.php:
|
524 |
-
msgid "
|
525 |
msgstr ""
|
526 |
|
527 |
-
#: classes/admin/class-product-meta.php:
|
528 |
msgid "Assign media to %s"
|
529 |
msgstr ""
|
530 |
|
531 |
-
#: classes/admin/class-product-meta.php:
|
532 |
msgid "Commission"
|
533 |
msgstr ""
|
534 |
|
535 |
-
#: classes/admin/class-product-meta.php:
|
536 |
msgid "Leave blank for default"
|
537 |
msgstr ""
|
538 |
|
539 |
-
#: classes/admin/class-product-meta.php:
|
540 |
msgid "%s Store "
|
541 |
msgstr ""
|
542 |
|
|
|
|
|
|
|
|
|
543 |
#: classes/admin/class-setup-wizard.php:79
|
544 |
msgid "Start"
|
545 |
msgstr ""
|
@@ -639,7 +652,7 @@ msgstr ""
|
|
639 |
msgid "orders"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: classes/admin/class-vendor-admin-dashboard.php:378, classes/admin/class-wcv-commissions-csv-exporter.php:48, classes/admin/class-wcv-commissions-page.php:
|
643 |
msgid "Order ID"
|
644 |
msgstr ""
|
645 |
|
@@ -651,7 +664,7 @@ msgstr ""
|
|
651 |
msgid "Products"
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: classes/admin/class-vendor-admin-dashboard.php:383, classes/admin/class-wcv-commissions-csv-exporter.php:58, classes/admin/class-wcv-commissions-page.php:
|
655 |
msgid "Date"
|
656 |
msgstr ""
|
657 |
|
@@ -790,7 +803,7 @@ msgstr ""
|
|
790 |
msgid "WC Vendors Github"
|
791 |
msgstr ""
|
792 |
|
793 |
-
#: classes/admin/class-wcv-admin-import-export.php:
|
794 |
msgid "Vendor ID"
|
795 |
msgstr ""
|
796 |
|
@@ -931,63 +944,63 @@ msgstr ""
|
|
931 |
msgid "QTY"
|
932 |
msgstr ""
|
933 |
|
934 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
935 |
msgid "Quantity"
|
936 |
msgstr ""
|
937 |
|
938 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
939 |
msgid "Mark paid"
|
940 |
msgstr ""
|
941 |
|
942 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
943 |
msgid "Mark due"
|
944 |
msgstr ""
|
945 |
|
946 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
947 |
msgid "Mark reversed"
|
948 |
msgstr ""
|
949 |
|
950 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
951 |
msgid "Filter"
|
952 |
msgstr ""
|
953 |
|
954 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
955 |
msgid "Clear"
|
956 |
msgstr ""
|
957 |
|
958 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
959 |
msgid "Export to CSV"
|
960 |
msgstr ""
|
961 |
|
962 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
963 |
msgid "Export Totals to CSV"
|
964 |
msgstr ""
|
965 |
|
966 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
967 |
msgid "Mark all paid"
|
968 |
msgstr ""
|
969 |
|
970 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
971 |
msgid "Show all Statuses"
|
972 |
msgstr ""
|
973 |
|
974 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
975 |
msgid "Filer by %s"
|
976 |
msgstr ""
|
977 |
|
978 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
979 |
msgid "Commission marked paid."
|
980 |
msgstr ""
|
981 |
|
982 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
983 |
msgid "Commission marked due."
|
984 |
msgstr ""
|
985 |
|
986 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
987 |
msgid "Commission marked reversed."
|
988 |
msgstr ""
|
989 |
|
990 |
-
#: classes/admin/class-wcv-commissions-page.php:
|
991 |
msgid "All"
|
992 |
msgstr ""
|
993 |
|
@@ -1083,19 +1096,19 @@ msgstr ""
|
|
1083 |
msgid "Your account has not yet been approved to become a %s. When it is, you will receive an email telling you that your account is approved!"
|
1084 |
msgstr ""
|
1085 |
|
1086 |
-
#: templates/dashboard/links.php:
|
1087 |
msgid "View Your Store"
|
1088 |
msgstr ""
|
1089 |
|
1090 |
-
#: templates/dashboard/links.php:
|
1091 |
msgid "Store Settings"
|
1092 |
msgstr ""
|
1093 |
|
1094 |
-
#: templates/dashboard/links.php:
|
1095 |
msgid "Add New Product"
|
1096 |
msgstr ""
|
1097 |
|
1098 |
-
#: templates/dashboard/links.php:
|
1099 |
msgid "Edit Products"
|
1100 |
msgstr ""
|
1101 |
|
@@ -1280,11 +1293,11 @@ msgstr ""
|
|
1280 |
msgid "denied"
|
1281 |
msgstr ""
|
1282 |
|
1283 |
-
#: classes/admin/emails/class-emails.php:76, classes/admin/emails/class-emails.php:
|
1284 |
msgid "approved"
|
1285 |
msgstr ""
|
1286 |
|
1287 |
-
#: classes/admin/emails/class-emails.php:74, classes/admin/emails/class-emails.php:
|
1288 |
msgid "pending"
|
1289 |
msgstr ""
|
1290 |
|
@@ -1725,7 +1738,7 @@ msgstr ""
|
|
1725 |
msgid "Remove custom roles registered by WC Vendors."
|
1726 |
msgstr ""
|
1727 |
|
1728 |
-
#: classes/admin/settings/class-wcv-settings-capabilities.php:45, classes/admin/settings/class-wcv-settings-capabilities.php:105, classes/admin/settings/class-wcv-settings-commission.php:45, classes/admin/settings/class-wcv-settings-display.php:45, classes/admin/settings/class-wcv-settings-general.php:32, classes/admin/settings/class-wcv-settings-general.php:45, classes/admin/settings/class-wcv-settings-payments.php:
|
1729 |
msgid "General"
|
1730 |
msgstr ""
|
1731 |
|
@@ -2065,7 +2078,7 @@ msgstr ""
|
|
2065 |
msgid "%s Email"
|
2066 |
msgstr ""
|
2067 |
|
2068 |
-
#: classes/admin/settings/class-wcv-settings-display.php:102, classes/admin/settings/class-wcv-settings-display.php:66, classes/admin/settings/class-wcv-settings-payments.php:
|
2069 |
msgstr ""
|
2070 |
|
2071 |
#: classes/admin/settings/class-wcv-settings-display.php:104
|
@@ -2232,224 +2245,352 @@ msgstr ""
|
|
2232 |
msgid "Give any shipping to the %s"
|
2233 |
msgstr ""
|
2234 |
|
2235 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2236 |
msgid "Payments"
|
2237 |
msgstr ""
|
2238 |
|
2239 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2240 |
msgid "PayPal Adaptive Payments"
|
2241 |
msgstr ""
|
2242 |
|
2243 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2244 |
msgid "<strong>Payments controls how your %s commission is paid out. These settings only function if you are using a supported gateway.</strong> "
|
2245 |
msgstr ""
|
2246 |
|
2247 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2248 |
msgid "<h3>PayPal Adaptive Payments - Please Note: PayPal Adaptive Payments has been deprecated by PayPal as of September 2017. These options are for existing users only. This will be completely removed in a future version.</h3>"
|
2249 |
msgstr ""
|
2250 |
|
2251 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2252 |
msgid "Total Commission due: %s"
|
2253 |
msgstr ""
|
2254 |
|
2255 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2256 |
msgid "Instant Pay"
|
2257 |
msgstr ""
|
2258 |
|
2259 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2260 |
msgid "Enable instantpay"
|
2261 |
msgstr ""
|
2262 |
|
2263 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2264 |
msgid "Instantly pay %1$s their commission when an order is made, and if a %1$s has a valid PayPal email added on their Shop Settings page."
|
2265 |
msgstr ""
|
2266 |
|
2267 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2268 |
msgid "Payment schedule"
|
2269 |
msgstr ""
|
2270 |
|
2271 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2272 |
msgid "Note: Schedule will only work if instant pay is unchecked"
|
2273 |
msgstr ""
|
2274 |
|
2275 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2276 |
msgid "Daily"
|
2277 |
msgstr ""
|
2278 |
|
2279 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2280 |
msgid "Weekly"
|
2281 |
msgstr ""
|
2282 |
|
2283 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2284 |
msgid "Biweekly"
|
2285 |
msgstr ""
|
2286 |
|
2287 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2288 |
msgid "Monthly"
|
2289 |
msgstr ""
|
2290 |
|
2291 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2292 |
msgid "Manual"
|
2293 |
msgstr ""
|
2294 |
|
2295 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2296 |
msgid "Now"
|
2297 |
msgstr ""
|
2298 |
|
2299 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2300 |
msgid "Email notification"
|
2301 |
msgstr ""
|
2302 |
|
2303 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2304 |
msgid "Enable notify the admin"
|
2305 |
msgstr ""
|
2306 |
|
2307 |
-
#: classes/admin/settings/class-wcv-settings-payments.php:
|
2308 |
msgid "Send the marketplace admin an email each time a payment has been made via the payment schedule options above"
|
2309 |
msgstr ""
|
2310 |
|
2311 |
#: classes/admin/views/html-admin-page-extensions.php:15
|
2312 |
-
msgid "
|
2313 |
msgstr ""
|
2314 |
|
2315 |
-
#: classes/admin/views/html-admin-page-extensions.php:
|
2316 |
-
msgid "WC Vendors
|
2317 |
msgstr ""
|
2318 |
|
2319 |
-
#: classes/admin/views/html-admin-page-extensions.php:
|
2320 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2321 |
msgstr ""
|
2322 |
|
2323 |
#: classes/admin/views/html-admin-page-extensions.php:37
|
2324 |
-
msgid "Vendors
|
2325 |
msgstr ""
|
2326 |
|
2327 |
-
#: classes/admin/views/html-admin-page-extensions.php:38
|
2328 |
-
msgid "
|
2329 |
msgstr ""
|
2330 |
|
2331 |
#: classes/admin/views/html-admin-page-extensions.php:39
|
2332 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2333 |
msgstr ""
|
2334 |
|
2335 |
-
#: classes/admin/views/html-admin-page-extensions.php:
|
2336 |
-
msgid "
|
2337 |
msgstr ""
|
2338 |
|
2339 |
-
#: classes/admin/views/html-admin-page-extensions.php:
|
2340 |
-
msgid "
|
2341 |
msgstr ""
|
2342 |
|
2343 |
-
#: classes/admin/views/html-admin-page-extensions.php:
|
2344 |
-
msgid "
|
2345 |
msgstr ""
|
2346 |
|
2347 |
-
#: classes/admin/views/html-admin-page-extensions.php:
|
2348 |
-
msgid "
|
2349 |
msgstr ""
|
2350 |
|
2351 |
-
#: classes/admin/views/html-admin-page-extensions.php:
|
2352 |
-
msgid "
|
2353 |
msgstr ""
|
2354 |
|
2355 |
-
#: classes/admin/views/html-admin-page-extensions.php:
|
2356 |
-
msgid "
|
2357 |
msgstr ""
|
2358 |
|
2359 |
-
#: classes/admin/views/html-admin-page-extensions.php:
|
2360 |
-
msgid "
|
2361 |
msgstr ""
|
2362 |
|
2363 |
-
#: classes/admin/views/html-admin-page-
|
2364 |
-
msgid "
|
2365 |
msgstr ""
|
2366 |
|
2367 |
-
#: classes/admin/views/html-admin-page-
|
2368 |
-
msgid "
|
2369 |
msgstr ""
|
2370 |
|
2371 |
-
#: classes/admin/views/html-admin-page-
|
2372 |
-
msgid "
|
2373 |
msgstr ""
|
2374 |
|
2375 |
-
#: classes/admin/views/html-admin-page-
|
2376 |
-
msgid "
|
2377 |
msgstr ""
|
2378 |
|
2379 |
-
#: classes/admin/views/html-admin-page-
|
2380 |
-
msgid "
|
2381 |
msgstr ""
|
2382 |
|
2383 |
-
#: classes/admin/views/html-admin-page-
|
2384 |
-
msgid "
|
2385 |
msgstr ""
|
2386 |
|
2387 |
-
#: classes/admin/views/html-admin-page-
|
2388 |
-
msgid "
|
2389 |
msgstr ""
|
2390 |
|
2391 |
-
#: classes/admin/views/html-admin-page-
|
2392 |
-
msgid "
|
2393 |
msgstr ""
|
2394 |
|
2395 |
-
#: classes/admin/views/html-admin-page-
|
2396 |
-
msgid "
|
2397 |
msgstr ""
|
2398 |
|
2399 |
-
#: classes/admin/views/html-admin-page-
|
2400 |
-
msgid "
|
2401 |
msgstr ""
|
2402 |
|
2403 |
-
#: classes/admin/views/html-admin-page-
|
2404 |
-
msgid "
|
2405 |
msgstr ""
|
2406 |
|
2407 |
-
#: classes/admin/views/html-admin-page-
|
2408 |
-
msgid "WC Vendors
|
2409 |
msgstr ""
|
2410 |
|
2411 |
-
#: classes/admin/views/html-admin-page-
|
2412 |
-
msgid "
|
2413 |
msgstr ""
|
2414 |
|
2415 |
-
#: classes/admin/views/html-admin-page-
|
2416 |
-
msgid "
|
2417 |
msgstr ""
|
2418 |
|
2419 |
-
#: classes/admin/views/html-admin-page-
|
2420 |
-
msgid "
|
2421 |
msgstr ""
|
2422 |
|
2423 |
-
#: classes/admin/views/html-admin-page-
|
2424 |
-
msgid "
|
2425 |
msgstr ""
|
2426 |
|
2427 |
-
#: classes/admin/views/html-admin-page-
|
2428 |
-
msgid "
|
2429 |
msgstr ""
|
2430 |
|
2431 |
-
#: classes/admin/views/html-admin-page-
|
2432 |
-
msgid "
|
2433 |
msgstr ""
|
2434 |
|
2435 |
-
#: classes/admin/views/html-admin-page-
|
2436 |
-
msgid "
|
2437 |
msgstr ""
|
2438 |
|
2439 |
-
#: classes/admin/views/html-admin-page-
|
2440 |
-
msgid "
|
2441 |
msgstr ""
|
2442 |
|
2443 |
-
#: classes/admin/views/html-admin-page-
|
2444 |
-
msgid "
|
2445 |
msgstr ""
|
2446 |
|
2447 |
-
#: classes/admin/views/html-admin-page-
|
2448 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2449 |
msgstr ""
|
2450 |
|
2451 |
-
#: classes/admin/views/html-admin-page-
|
2452 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2453 |
msgstr ""
|
2454 |
|
2455 |
#: classes/admin/views/html-admin-settings.php:43, classes/admin/views/html-admin-settings.php:43
|
@@ -3065,67 +3206,7 @@ msgstr ""
|
|
3065 |
msgid "Subscribe me"
|
3066 |
msgstr ""
|
3067 |
|
3068 |
-
#: classes/admin/views/setup/ready.php:
|
3069 |
-
msgid "Make your life easy"
|
3070 |
-
msgstr ""
|
3071 |
-
|
3072 |
-
#: classes/admin/views/setup/ready.php:59
|
3073 |
-
msgid "Upgrade to Pro!"
|
3074 |
-
msgstr ""
|
3075 |
-
|
3076 |
-
#: classes/admin/views/setup/ready.php:60
|
3077 |
-
msgid "Upgrade today to enhance your marketplace for the best chance of success."
|
3078 |
-
msgstr ""
|
3079 |
-
|
3080 |
-
#: classes/admin/views/setup/ready.php:61
|
3081 |
-
msgid "Features"
|
3082 |
-
msgstr ""
|
3083 |
-
|
3084 |
-
#: classes/admin/views/setup/ready.php:63
|
3085 |
-
msgid "Remove the need for vendors to access the WordPress dmin with a complete frontend dashboard"
|
3086 |
-
msgstr ""
|
3087 |
-
|
3088 |
-
#: classes/admin/views/setup/ready.php:64
|
3089 |
-
msgid "Flat rate & table rate shipping module"
|
3090 |
-
msgstr ""
|
3091 |
-
|
3092 |
-
#: classes/admin/views/setup/ready.php:65
|
3093 |
-
msgid "Coupons, ratings, reports, orders and more."
|
3094 |
-
msgstr ""
|
3095 |
-
|
3096 |
-
#: classes/admin/views/setup/ready.php:66
|
3097 |
-
msgid "Advanced commission including fixed and tiered"
|
3098 |
-
msgstr ""
|
3099 |
-
|
3100 |
-
#: classes/admin/views/setup/ready.php:67
|
3101 |
-
msgid "Premium support & updates"
|
3102 |
-
msgstr ""
|
3103 |
-
|
3104 |
-
#: classes/admin/views/setup/ready.php:68
|
3105 |
-
msgid "Starting from $199 annually"
|
3106 |
-
msgstr ""
|
3107 |
-
|
3108 |
-
#: classes/admin/views/setup/ready.php:76
|
3109 |
-
msgid "Upgrade Today"
|
3110 |
-
msgstr ""
|
3111 |
-
|
3112 |
-
#: classes/admin/views/setup/ready.php:83
|
3113 |
-
msgid "Extend your marketplace"
|
3114 |
-
msgstr ""
|
3115 |
-
|
3116 |
-
#: classes/admin/views/setup/ready.php:84
|
3117 |
-
msgid "Premium Extensions"
|
3118 |
-
msgstr ""
|
3119 |
-
|
3120 |
-
#: classes/admin/views/setup/ready.php:85
|
3121 |
-
msgid "Turn your marketplace into an auction or subscription site, charge your vendors a monthly membership and more with our awesome premium extensions."
|
3122 |
-
msgstr ""
|
3123 |
-
|
3124 |
-
#: classes/admin/views/setup/ready.php:92
|
3125 |
-
msgid "Buy Premium Extensions"
|
3126 |
-
msgstr ""
|
3127 |
-
|
3128 |
-
#: classes/admin/views/setup/ready.php:98
|
3129 |
msgid "Need Help?"
|
3130 |
msgstr ""
|
3131 |
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
|
19 |
+
#. translators: %s WooCommerce download URL link.
|
20 |
+
#: class-wc-vendors.php:48
|
21 |
+
msgid "WC Vendors Marketplace requires WooCommerce to run. You can download %s here."
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: class-wc-vendors.php:126
|
25 |
msgid "WC Vendors Marketplace"
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: class-wc-vendors.php:161
|
29 |
msgid "<b>WC Vendors Marketplace is inactive</b>. WC Vendors Marketplace requires a minimum of WooCommerce 3.0.0 to operate."
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: class-wc-vendors.php:333
|
33 |
msgid "Are you sure you want mark all commissions paid?"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: class-wc-vendors.php:437
|
37 |
msgid "WC Vendors 2.0 is a major update. This is not compatible with any of our existing extensions. You should test this update on a staging server before updating. Backup your site and update your theme and extensions, and <a href=\"%s\">review update details here</a> before upgrading."
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: class-wc-vendors.php:452
|
41 |
msgid "WC Vendors Pro 1.5.0 is required to run WC Vendors 2.0.0. Your current version %s will be deactivated. Please upgrade to the latest version."
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: classes/class-commission.php:61, classes/admin/class-admin-reports.php:417, classes/admin/class-admin-reports.php:515, classes/admin/class-wcv-commissions-page.php:348, classes/admin/class-wcv-commissions-page.php:629
|
45 |
msgid "Due"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: classes/class-commission.php:62, classes/admin/class-admin-reports.php:416, classes/admin/class-admin-reports.php:516, classes/admin/class-wcv-commissions-page.php:349, classes/admin/class-wcv-commissions-page.php:630
|
49 |
msgid "Paid"
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: classes/class-commission.php:63, classes/admin/class-admin-reports.php:415, classes/admin/class-admin-reports.php:517, classes/admin/class-wcv-commissions-page.php:351, classes/admin/class-wcv-commissions-page.php:631
|
53 |
msgid "Reversed"
|
54 |
msgstr ""
|
55 |
|
63 |
|
64 |
#. translators: The name used to refer to a vendor.
|
65 |
#. translators: %s - The name used to refer to a vendor.
|
66 |
+
#: classes/class-install.php:175, classes/admin/class-admin-reports.php:207, classes/admin/class-admin-reports.php:530, classes/admin/class-product-meta.php:359, classes/admin/class-product-meta.php:410, classes/admin/class-setup-wizard.php:349, classes/admin/class-wcv-admin-setup.php:148, classes/admin/class-wcv-admin-setup.php:365, classes/admin/class-wcv-commissions-csv-exporter.php:50, classes/admin/class-wcv-commissions-page.php:158, classes/admin/class-wcv-commissions-sum-csv-exporter.php:43, classes/admin/settings/class-wcv-settings-display.php:229, classes/admin/settings/class-wcv-settings-display.php:113, classes/admin/settings/class-wcv-settings-display.php:121
|
67 |
msgid "%s"
|
68 |
msgstr ""
|
69 |
|
111 |
msgid "View WC Vendors settings"
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: classes/class-install.php:493, classes/admin/class-admin-menus.php:145, templates/dashboard/settings/settings.php:17
|
115 |
msgid "Settings"
|
116 |
msgstr ""
|
117 |
|
365 |
msgid "None"
|
366 |
msgstr ""
|
367 |
|
368 |
+
#: classes/admin/class-admin-menus.php:52, classes/admin/class-admin-menus.php:53, classes/admin/class-admin-reports.php:40, classes/admin/class-wcv-admin-setup.php:330, classes/admin/views/html-vendor-meta.php:1
|
369 |
msgid "WC Vendors"
|
370 |
msgstr ""
|
371 |
|
372 |
+
#: classes/admin/class-admin-menus.php:69
|
373 |
msgid "WC Vendors Extensions"
|
374 |
msgstr ""
|
375 |
|
376 |
+
#: classes/admin/class-admin-menus.php:70
|
377 |
msgid "Extensions"
|
378 |
msgstr ""
|
379 |
|
380 |
+
#: classes/admin/class-admin-menus.php:94
|
381 |
+
msgid "Upgrade To WC Vendors Pro Today"
|
382 |
+
msgstr ""
|
383 |
+
|
384 |
+
#: classes/admin/class-admin-menus.php:95
|
385 |
+
msgid "Go PRO"
|
386 |
+
msgstr ""
|
387 |
+
|
388 |
+
#: classes/admin/class-admin-menus.php:122, classes/admin/class-admin-menus.php:123
|
389 |
msgid "Commissions"
|
390 |
msgstr ""
|
391 |
|
392 |
+
#: classes/admin/class-admin-menus.php:144
|
393 |
msgid "WC Vendors Settings"
|
394 |
msgstr ""
|
395 |
|
413 |
msgid "Commission totals for all vendors includes shipping and taxes. By default no date range is used and all due commissions are returned. Use the date range to filter."
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: classes/admin/class-admin-reports.php:123, classes/admin/class-admin-reports.php:505, classes/admin/class-wcv-commissions-page.php:303, templates/dashboard/date-picker.php:19
|
417 |
msgid "From:"
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: classes/admin/class-admin-reports.php:127, classes/admin/class-admin-reports.php:509, classes/admin/class-wcv-commissions-page.php:318, templates/dashboard/date-picker.php:23
|
421 |
msgid "To:"
|
422 |
msgstr ""
|
423 |
|
453 |
msgid "Order"
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: classes/admin/class-admin-reports.php:206, classes/admin/class-wcv-commissions-csv-exporter.php:51, classes/admin/class-wcv-commissions-page.php:159, templates/dashboard/reports.php:36, templates/emails/notify-vendor-shipped.php:30, templates/emails/vendor-new-order.php:35, templates/emails/vendor-order-details.php:37, classes/admin/emails/class-wcv-vendor-notify-cancelled-order.php:195, classes/admin/emails/class-wcv-vendor-notify-order.php:222
|
457 |
msgid "Product"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: classes/admin/class-admin-reports.php:208, classes/admin/class-admin-reports.php:441, classes/admin/class-vendor-admin-dashboard.php:381, classes/admin/class-wcv-commissions-csv-exporter.php:56, classes/admin/class-wcv-commissions-page.php:164, classes/admin/class-wcv-commissions-sum-csv-exporter.php:44, templates/dashboard/orders.php:56
|
461 |
msgid "Total"
|
462 |
msgstr ""
|
463 |
|
465 |
msgid "Date & Time"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: classes/admin/class-admin-reports.php:210, classes/admin/class-admin-reports.php:533, classes/admin/class-wcv-commissions-csv-exporter.php:57, classes/admin/class-wcv-commissions-page.php:165
|
469 |
msgid "Status"
|
470 |
msgstr ""
|
471 |
|
493 |
msgid "Month"
|
494 |
msgstr ""
|
495 |
|
496 |
+
#: classes/admin/class-admin-reports.php:413, classes/admin/class-wcv-commissions-csv-exporter.php:55, classes/admin/class-wcv-commissions-page.php:163
|
497 |
msgid "Tax"
|
498 |
msgstr ""
|
499 |
|
500 |
+
#: classes/admin/class-admin-reports.php:414, classes/admin/class-wcv-commissions-csv-exporter.php:54, classes/admin/class-wcv-commissions-page.php:162, templates/dashboard/orders.php:54, templates/orders/orders.php:148, classes/admin/settings/class-wcv-settings-capabilities.php:107
|
501 |
msgid "Shipping"
|
502 |
msgstr ""
|
503 |
|
521 |
msgid "You are not allowed to submit products. <a href=\"%s\">Go Back</a>"
|
522 |
msgstr ""
|
523 |
|
524 |
+
#: classes/admin/class-admin-users.php:472
|
525 |
msgid "%s Store"
|
526 |
msgstr ""
|
527 |
|
528 |
+
#: classes/admin/class-admin-users.php:522
|
529 |
msgid "Set primary role to %s "
|
530 |
msgstr ""
|
531 |
|
532 |
+
#: classes/admin/class-product-meta.php:180
|
533 |
+
msgid "Search %s"
|
534 |
msgstr ""
|
535 |
|
536 |
+
#: classes/admin/class-product-meta.php:249, classes/admin/class-product-meta.php:366
|
537 |
msgid "Assign media to %s"
|
538 |
msgstr ""
|
539 |
|
540 |
+
#: classes/admin/class-product-meta.php:293, classes/admin/class-product-meta.php:311, classes/admin/class-wcv-commissions-csv-exporter.php:53, classes/admin/class-wcv-commissions-page.php:161, templates/dashboard/reports.php:38, templates/emails/vendor-order-details.php:42, classes/admin/emails/class-wcv-vendor-notify-cancelled-order.php:194, classes/admin/emails/class-wcv-vendor-notify-order.php:221, classes/admin/settings/class-wcv-settings-commission.php:32, classes/admin/views/html-admin-commission-page.php:23, classes/admin/views/setup/general.php:81
|
541 |
msgid "Commission"
|
542 |
msgstr ""
|
543 |
|
544 |
+
#: classes/admin/class-product-meta.php:320, classes/admin/views/html-vendor-meta.php:110
|
545 |
msgid "Leave blank for default"
|
546 |
msgstr ""
|
547 |
|
548 |
+
#: classes/admin/class-product-meta.php:339
|
549 |
msgid "%s Store "
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: classes/admin/class-product-meta.php:404
|
553 |
+
msgid "— No change —"
|
554 |
+
msgstr ""
|
555 |
+
|
556 |
#: classes/admin/class-setup-wizard.php:79
|
557 |
msgid "Start"
|
558 |
msgstr ""
|
652 |
msgid "orders"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: classes/admin/class-vendor-admin-dashboard.php:378, classes/admin/class-wcv-commissions-csv-exporter.php:48, classes/admin/class-wcv-commissions-page.php:156
|
656 |
msgid "Order ID"
|
657 |
msgstr ""
|
658 |
|
664 |
msgid "Products"
|
665 |
msgstr ""
|
666 |
|
667 |
+
#: classes/admin/class-vendor-admin-dashboard.php:383, classes/admin/class-wcv-commissions-csv-exporter.php:58, classes/admin/class-wcv-commissions-page.php:166, templates/dashboard/orders.php:57, classes/front/orders/class-orders.php:219
|
668 |
msgid "Date"
|
669 |
msgstr ""
|
670 |
|
803 |
msgid "WC Vendors Github"
|
804 |
msgstr ""
|
805 |
|
806 |
+
#: classes/admin/class-wcv-admin-import-export.php:71
|
807 |
msgid "Vendor ID"
|
808 |
msgstr ""
|
809 |
|
944 |
msgid "QTY"
|
945 |
msgstr ""
|
946 |
|
947 |
+
#: classes/admin/class-wcv-commissions-page.php:160, templates/dashboard/reports.php:37, templates/emails/notify-vendor-shipped.php:31, templates/emails/vendor-new-order.php:36, templates/emails/vendor-order-details.php:39, classes/front/orders/class-export-csv.php:17
|
948 |
msgid "Quantity"
|
949 |
msgstr ""
|
950 |
|
951 |
+
#: classes/admin/class-wcv-commissions-page.php:215
|
952 |
msgid "Mark paid"
|
953 |
msgstr ""
|
954 |
|
955 |
+
#: classes/admin/class-wcv-commissions-page.php:216
|
956 |
msgid "Mark due"
|
957 |
msgstr ""
|
958 |
|
959 |
+
#: classes/admin/class-wcv-commissions-page.php:217
|
960 |
msgid "Mark reversed"
|
961 |
msgstr ""
|
962 |
|
963 |
+
#: classes/admin/class-wcv-commissions-page.php:263
|
964 |
msgid "Filter"
|
965 |
msgstr ""
|
966 |
|
967 |
+
#: classes/admin/class-wcv-commissions-page.php:272
|
968 |
msgid "Clear"
|
969 |
msgstr ""
|
970 |
|
971 |
+
#: classes/admin/class-wcv-commissions-page.php:274
|
972 |
msgid "Export to CSV"
|
973 |
msgstr ""
|
974 |
|
975 |
+
#: classes/admin/class-wcv-commissions-page.php:275
|
976 |
msgid "Export Totals to CSV"
|
977 |
msgstr ""
|
978 |
|
979 |
+
#: classes/admin/class-wcv-commissions-page.php:276
|
980 |
msgid "Mark all paid"
|
981 |
msgstr ""
|
982 |
|
983 |
+
#: classes/admin/class-wcv-commissions-page.php:347
|
984 |
msgid "Show all Statuses"
|
985 |
msgstr ""
|
986 |
|
987 |
+
#: classes/admin/class-wcv-commissions-page.php:368
|
988 |
msgid "Filer by %s"
|
989 |
msgstr ""
|
990 |
|
991 |
+
#: classes/admin/class-wcv-commissions-page.php:401
|
992 |
msgid "Commission marked paid."
|
993 |
msgstr ""
|
994 |
|
995 |
+
#: classes/admin/class-wcv-commissions-page.php:409
|
996 |
msgid "Commission marked due."
|
997 |
msgstr ""
|
998 |
|
999 |
+
#: classes/admin/class-wcv-commissions-page.php:417
|
1000 |
msgid "Commission marked reversed."
|
1001 |
msgstr ""
|
1002 |
|
1003 |
+
#: classes/admin/class-wcv-commissions-page.php:628
|
1004 |
msgid "All"
|
1005 |
msgstr ""
|
1006 |
|
1096 |
msgid "Your account has not yet been approved to become a %s. When it is, you will receive an email telling you that your account is approved!"
|
1097 |
msgstr ""
|
1098 |
|
1099 |
+
#: templates/dashboard/links.php:28, classes/front/dashboard/class-vendor-dashboard.php:362
|
1100 |
msgid "View Your Store"
|
1101 |
msgstr ""
|
1102 |
|
1103 |
+
#: templates/dashboard/links.php:29, classes/admin/settings/class-wcv-settings-display.php:254, classes/front/dashboard/class-vendor-dashboard.php:366
|
1104 |
msgid "Store Settings"
|
1105 |
msgstr ""
|
1106 |
|
1107 |
+
#: templates/dashboard/links.php:33, classes/front/dashboard/class-vendor-dashboard.php:375
|
1108 |
msgid "Add New Product"
|
1109 |
msgstr ""
|
1110 |
|
1111 |
+
#: templates/dashboard/links.php:35, classes/front/dashboard/class-vendor-dashboard.php:380
|
1112 |
msgid "Edit Products"
|
1113 |
msgstr ""
|
1114 |
|
1293 |
msgid "denied"
|
1294 |
msgstr ""
|
1295 |
|
1296 |
+
#: classes/admin/emails/class-emails.php:76, classes/admin/emails/class-emails.php:259
|
1297 |
msgid "approved"
|
1298 |
msgstr ""
|
1299 |
|
1300 |
+
#: classes/admin/emails/class-emails.php:74, classes/admin/emails/class-emails.php:255
|
1301 |
msgid "pending"
|
1302 |
msgstr ""
|
1303 |
|
1738 |
msgid "Remove custom roles registered by WC Vendors."
|
1739 |
msgstr ""
|
1740 |
|
1741 |
+
#: classes/admin/settings/class-wcv-settings-capabilities.php:45, classes/admin/settings/class-wcv-settings-capabilities.php:105, classes/admin/settings/class-wcv-settings-commission.php:45, classes/admin/settings/class-wcv-settings-display.php:45, classes/admin/settings/class-wcv-settings-general.php:32, classes/admin/settings/class-wcv-settings-general.php:45, classes/admin/settings/class-wcv-settings-payments.php:50, classes/admin/views/setup/general.php:19
|
1742 |
msgid "General"
|
1743 |
msgstr ""
|
1744 |
|
2078 |
msgid "%s Email"
|
2079 |
msgstr ""
|
2080 |
|
2081 |
+
#: classes/admin/settings/class-wcv-settings-display.php:102, classes/admin/settings/class-wcv-settings-display.php:66, classes/admin/settings/class-wcv-settings-payments.php:135, classes/admin/settings/class-wcv-settings-payments.php:75, classes/admin/settings/class-wcv-settings-payments.php:82
|
2082 |
msgstr ""
|
2083 |
|
2084 |
#: classes/admin/settings/class-wcv-settings-display.php:104
|
2245 |
msgid "Give any shipping to the %s"
|
2246 |
msgstr ""
|
2247 |
|
2248 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:34
|
2249 |
msgid "Payments"
|
2250 |
msgstr ""
|
2251 |
|
2252 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:55
|
2253 |
msgid "PayPal Adaptive Payments"
|
2254 |
msgstr ""
|
2255 |
|
2256 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:137
|
2257 |
msgid "<strong>Payments controls how your %s commission is paid out. These settings only function if you are using a supported gateway.</strong> "
|
2258 |
msgstr ""
|
2259 |
|
2260 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:77
|
2261 |
msgid "<h3>PayPal Adaptive Payments - Please Note: PayPal Adaptive Payments has been deprecated by PayPal as of September 2017. These options are for existing users only. This will be completely removed in a future version.</h3>"
|
2262 |
msgstr ""
|
2263 |
|
2264 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:84
|
2265 |
msgid "Total Commission due: %s"
|
2266 |
msgstr ""
|
2267 |
|
2268 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:89
|
2269 |
msgid "Instant Pay"
|
2270 |
msgstr ""
|
2271 |
|
2272 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:90
|
2273 |
msgid "Enable instantpay"
|
2274 |
msgstr ""
|
2275 |
|
2276 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:91
|
2277 |
msgid "Instantly pay %1$s their commission when an order is made, and if a %1$s has a valid PayPal email added on their Shop Settings page."
|
2278 |
msgstr ""
|
2279 |
|
2280 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:98
|
2281 |
msgid "Payment schedule"
|
2282 |
msgstr ""
|
2283 |
|
2284 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:99
|
2285 |
msgid "Note: Schedule will only work if instant pay is unchecked"
|
2286 |
msgstr ""
|
2287 |
|
2288 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:103
|
2289 |
msgid "Daily"
|
2290 |
msgstr ""
|
2291 |
|
2292 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:104
|
2293 |
msgid "Weekly"
|
2294 |
msgstr ""
|
2295 |
|
2296 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:105
|
2297 |
msgid "Biweekly"
|
2298 |
msgstr ""
|
2299 |
|
2300 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:106
|
2301 |
msgid "Monthly"
|
2302 |
msgstr ""
|
2303 |
|
2304 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:107
|
2305 |
msgid "Manual"
|
2306 |
msgstr ""
|
2307 |
|
2308 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:108
|
2309 |
msgid "Now"
|
2310 |
msgstr ""
|
2311 |
|
2312 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:113
|
2313 |
msgid "Email notification"
|
2314 |
msgstr ""
|
2315 |
|
2316 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:114
|
2317 |
msgid "Enable notify the admin"
|
2318 |
msgstr ""
|
2319 |
|
2320 |
+
#: classes/admin/settings/class-wcv-settings-payments.php:115
|
2321 |
msgid "Send the marketplace admin an email each time a payment has been made via the payment schedule options above"
|
2322 |
msgstr ""
|
2323 |
|
2324 |
#: classes/admin/views/html-admin-page-extensions.php:15
|
2325 |
+
msgid "Expand your marketplace and take it to the next level."
|
2326 |
msgstr ""
|
2327 |
|
2328 |
+
#: classes/admin/views/html-admin-page-extensions.php:21
|
2329 |
+
msgid "WC Vendors Stripe Connect"
|
2330 |
msgstr ""
|
2331 |
|
2332 |
+
#: classes/admin/views/html-admin-page-extensions.php:22
|
2333 |
+
msgid "Take credit card payments and pay your vendors their commissions instantly when the customer purchases. No need to manually pay your vendors."
|
2334 |
+
msgstr ""
|
2335 |
+
|
2336 |
+
#: classes/admin/views/html-admin-page-extensions.php:23, classes/admin/views/html-admin-page-extensions.php:30, classes/admin/views/html-admin-page-extensions.php:40, classes/admin/views/html-admin-page-extensions.php:48
|
2337 |
+
msgid "From $89"
|
2338 |
+
msgstr ""
|
2339 |
+
|
2340 |
+
#: classes/admin/views/html-admin-page-extensions.php:28
|
2341 |
+
msgid "WC Vendors Membership"
|
2342 |
+
msgstr ""
|
2343 |
+
|
2344 |
+
#: classes/admin/views/html-admin-page-extensions.php:29
|
2345 |
+
msgid "Earn guaranteed income from your vendors with this easy to use extension. Want to charge your vendors to list products on your marketplace? "
|
2346 |
msgstr ""
|
2347 |
|
2348 |
#: classes/admin/views/html-admin-page-extensions.php:37
|
2349 |
+
msgid "WC Vendors WooCommerce Bookings<"
|
2350 |
msgstr ""
|
2351 |
|
2352 |
+
#: classes/admin/views/html-admin-page-extensions.php:38, classes/admin/views/html-admin-page-extensions.php:46
|
2353 |
+
msgid "From $89.00"
|
2354 |
msgstr ""
|
2355 |
|
2356 |
#: classes/admin/views/html-admin-page-extensions.php:39
|
2357 |
+
msgid "Allow vendors to create bookings. Integrate WooCommerce bookings into the WC Vendors Pro Dashboard."
|
2358 |
+
msgstr ""
|
2359 |
+
|
2360 |
+
#: classes/admin/views/html-admin-page-extensions.php:45
|
2361 |
+
msgid "WC Vendors WooCommerce Subscriptions<"
|
2362 |
+
msgstr ""
|
2363 |
+
|
2364 |
+
#: classes/admin/views/html-admin-page-extensions.php:47
|
2365 |
+
msgid "Allow vendors to create subscriptions. Integrates WooCommerce subscriptions into the WC Vendors Pro Dashboard."
|
2366 |
msgstr ""
|
2367 |
|
2368 |
+
#: classes/admin/views/html-admin-page-extensions.php:55
|
2369 |
+
msgid "WooCommerce Simple Auctions"
|
2370 |
msgstr ""
|
2371 |
|
2372 |
+
#: classes/admin/views/html-admin-page-extensions.php:56
|
2373 |
+
msgid "Allow vendors to create auctions. Integreate WooCommerce Simple Auctions into the WC Vendors Pro dashboard."
|
2374 |
msgstr ""
|
2375 |
|
2376 |
+
#: classes/admin/views/html-admin-page-extensions.php:57
|
2377 |
+
msgid "From $49"
|
2378 |
msgstr ""
|
2379 |
|
2380 |
+
#: classes/admin/views/html-admin-page-extensions.php:62
|
2381 |
+
msgid "Compatible 3rd party plugins"
|
2382 |
msgstr ""
|
2383 |
|
2384 |
+
#: classes/admin/views/html-admin-page-extensions.php:63
|
2385 |
+
msgid "You can find a selection of compatible plugins with WC Vendors Marketplace and or WC Vendors Pro. <br /><br />They cover a range of areas including vendor payment gateways, shipping, service, support and chat, social media and currency/credit systems."
|
2386 |
msgstr ""
|
2387 |
|
2388 |
+
#: classes/admin/views/html-admin-page-extensions.php:64
|
2389 |
+
msgid "View compatible plugins"
|
2390 |
msgstr ""
|
2391 |
|
2392 |
+
#: classes/admin/views/html-admin-page-extensions.php:71
|
2393 |
+
msgid "Our list of premium extensions for WC Vendors can be found on our website. <a href=\"%s\">Click here to view our extensions list.</a>"
|
2394 |
msgstr ""
|
2395 |
|
2396 |
+
#: classes/admin/views/html-admin-page-go-pro.php:16
|
2397 |
+
msgid "Upgrade to WC Vendors Pro!"
|
2398 |
msgstr ""
|
2399 |
|
2400 |
+
#: classes/admin/views/html-admin-page-go-pro.php:17
|
2401 |
+
msgid "Empower your vendors to take control of their stores. Reduce your management workload and focus on the tasks that matter. "
|
2402 |
msgstr ""
|
2403 |
|
2404 |
+
#: classes/admin/views/html-admin-page-go-pro.php:22
|
2405 |
+
msgid "Take your marketplace to the next level."
|
2406 |
msgstr ""
|
2407 |
|
2408 |
+
#: classes/admin/views/html-admin-page-go-pro.php:23
|
2409 |
+
msgid "Packed full of features"
|
2410 |
msgstr ""
|
2411 |
|
2412 |
+
#: classes/admin/views/html-admin-page-go-pro.php:30
|
2413 |
+
msgid "Complete Frontend Experience"
|
2414 |
msgstr ""
|
2415 |
|
2416 |
+
#: classes/admin/views/html-admin-page-go-pro.php:31
|
2417 |
+
msgid "Our vendor dashboard provides vendors with an integrated frontend experience that blends seamlessly with your theme. Allow vendors to take control of their stores while you can focus on building the marketplace."
|
2418 |
msgstr ""
|
2419 |
|
2420 |
+
#: classes/admin/views/html-admin-page-go-pro.php:39
|
2421 |
+
msgid "Customize With Ease"
|
2422 |
msgstr ""
|
2423 |
|
2424 |
+
#: classes/admin/views/html-admin-page-go-pro.php:40
|
2425 |
+
msgid "Easy settings based configuration. No need for coding. As well as extensive options available for building integrations."
|
2426 |
msgstr ""
|
2427 |
|
2428 |
+
#: classes/admin/views/html-admin-page-go-pro.php:48
|
2429 |
+
msgid "Best in Class Support"
|
2430 |
msgstr ""
|
2431 |
|
2432 |
+
#: classes/admin/views/html-admin-page-go-pro.php:49
|
2433 |
+
msgid "Our premium support is fast and efficient, don't wait days for a support response."
|
2434 |
msgstr ""
|
2435 |
|
2436 |
+
#: classes/admin/views/html-admin-page-go-pro.php:59
|
2437 |
+
msgid "Complete Shipping Solution"
|
2438 |
msgstr ""
|
2439 |
|
2440 |
+
#: classes/admin/views/html-admin-page-go-pro.php:60
|
2441 |
+
msgid "WC Vendors has the most comprehensive shipping system of any marketplace plugin. Let vendors manage their shipping. Flat rate or table rate shipping is available. Don’t let shipping stop your marketplace from succeeding!"
|
2442 |
msgstr ""
|
2443 |
|
2444 |
+
#: classes/admin/views/html-admin-page-go-pro.php:68
|
2445 |
+
msgid "Over 100+ Payment Gateways Supported"
|
2446 |
msgstr ""
|
2447 |
|
2448 |
+
#: classes/admin/views/html-admin-page-go-pro.php:69
|
2449 |
+
msgid "Use the payment gateway for your region to make sure your customers can pay seamlessly. Any payment gateway written for WooCommerce can be used."
|
2450 |
msgstr ""
|
2451 |
|
2452 |
+
#: classes/admin/views/html-admin-page-go-pro.php:77
|
2453 |
+
msgid "Multiple Commission options"
|
2454 |
msgstr ""
|
2455 |
|
2456 |
+
#: classes/admin/views/html-admin-page-go-pro.php:78
|
2457 |
+
msgid "Chose from percentage, percentage + fee, fixed, fixed + fee, product category and tier rates based on total sales or product prices."
|
2458 |
msgstr ""
|
2459 |
|
2460 |
+
#: classes/admin/views/html-admin-page-go-pro.php:97
|
2461 |
+
msgid "What's included in WC Vendors Pro?"
|
2462 |
msgstr ""
|
2463 |
|
2464 |
+
#: classes/admin/views/html-admin-page-go-pro.php:101
|
2465 |
+
msgid "Features"
|
2466 |
msgstr ""
|
2467 |
|
2468 |
+
#: classes/admin/views/html-admin-page-go-pro.php:102
|
2469 |
+
msgid "WC Vendors Marketplace<br />FREE"
|
2470 |
msgstr ""
|
2471 |
|
2472 |
+
#: classes/admin/views/html-admin-page-go-pro.php:103
|
2473 |
+
msgid "WC Vendors Pro <br />From $199/year"
|
2474 |
msgstr ""
|
2475 |
|
2476 |
+
#: classes/admin/views/html-admin-page-go-pro.php:106
|
2477 |
+
msgid "Support"
|
2478 |
msgstr ""
|
2479 |
|
2480 |
+
#: classes/admin/views/html-admin-page-go-pro.php:111
|
2481 |
+
msgid "Product Management"
|
2482 |
+
msgstr ""
|
2483 |
+
|
2484 |
+
#: classes/admin/views/html-admin-page-go-pro.php:112
|
2485 |
+
msgid "WordPress Admin"
|
2486 |
+
msgstr ""
|
2487 |
+
|
2488 |
+
#: classes/admin/views/html-admin-page-go-pro.php:113
|
2489 |
+
msgid "Full Featured Frontend Dashboard"
|
2490 |
+
msgstr ""
|
2491 |
+
|
2492 |
+
#: classes/admin/views/html-admin-page-go-pro.php:116
|
2493 |
+
msgid "Order Management"
|
2494 |
+
msgstr ""
|
2495 |
+
|
2496 |
+
#: classes/admin/views/html-admin-page-go-pro.php:121
|
2497 |
+
msgid "Coupon Management"
|
2498 |
+
msgstr ""
|
2499 |
+
|
2500 |
+
#: classes/admin/views/html-admin-page-go-pro.php:126
|
2501 |
+
msgid "Shipping Management"
|
2502 |
+
msgstr ""
|
2503 |
+
|
2504 |
+
#: classes/admin/views/html-admin-page-go-pro.php:131
|
2505 |
+
msgid "Shipping Tracking & Packing Slips<"
|
2506 |
+
msgstr ""
|
2507 |
+
|
2508 |
+
#: classes/admin/views/html-admin-page-go-pro.php:136
|
2509 |
+
msgid "Multiple Commission Types"
|
2510 |
+
msgstr ""
|
2511 |
+
|
2512 |
+
#: classes/admin/views/html-admin-page-go-pro.php:141
|
2513 |
+
msgid "Store SEO"
|
2514 |
+
msgstr ""
|
2515 |
+
|
2516 |
+
#: classes/admin/views/html-admin-page-go-pro.php:146
|
2517 |
+
msgid "Store Ratings"
|
2518 |
+
msgstr ""
|
2519 |
+
|
2520 |
+
#: classes/admin/views/html-admin-page-go-pro.php:151
|
2521 |
+
msgid "Store Vacation"
|
2522 |
+
msgstr ""
|
2523 |
+
|
2524 |
+
#: classes/admin/views/html-admin-page-go-pro.php:156
|
2525 |
+
msgid "Vendor Store Widgets"
|
2526 |
+
msgstr ""
|
2527 |
+
|
2528 |
+
#: classes/admin/views/html-admin-page-go-pro.php:161
|
2529 |
+
msgid "Vendor Verification"
|
2530 |
+
msgstr ""
|
2531 |
+
|
2532 |
+
#: classes/admin/views/html-admin-page-go-pro.php:166
|
2533 |
+
msgid "Trusted Vendor"
|
2534 |
+
msgstr ""
|
2535 |
+
|
2536 |
+
#: classes/admin/views/html-admin-page-go-pro.php:171
|
2537 |
+
msgid "Bookable Products"
|
2538 |
+
msgstr ""
|
2539 |
+
|
2540 |
+
#: classes/admin/views/html-admin-page-go-pro.php:173, classes/admin/views/html-admin-page-go-pro.php:178, classes/admin/views/html-admin-page-go-pro.php:183
|
2541 |
+
msgid "Paid Add-on"
|
2542 |
+
msgstr ""
|
2543 |
+
|
2544 |
+
#: classes/admin/views/html-admin-page-go-pro.php:176
|
2545 |
+
msgid "Auction Products"
|
2546 |
+
msgstr ""
|
2547 |
+
|
2548 |
+
#: classes/admin/views/html-admin-page-go-pro.php:181
|
2549 |
+
msgid "Subscription Products"
|
2550 |
+
msgstr ""
|
2551 |
+
|
2552 |
+
#: classes/admin/views/html-admin-page-go-pro.php:203
|
2553 |
+
msgid "What people are saying"
|
2554 |
+
msgstr ""
|
2555 |
+
|
2556 |
+
#: classes/admin/views/html-admin-page-go-pro.php:212
|
2557 |
+
msgid "Highly recommend for new marketplace websites! Their support is outstanding."
|
2558 |
+
msgstr ""
|
2559 |
+
|
2560 |
+
#: classes/admin/views/html-admin-page-go-pro.php:215
|
2561 |
+
msgid "bcgearexchange"
|
2562 |
+
msgstr ""
|
2563 |
+
|
2564 |
+
#: classes/admin/views/html-admin-page-go-pro.php:221
|
2565 |
+
msgid "Great experience so far. Excellent support from Jamie – very helpful and to the point. Thank you!"
|
2566 |
+
msgstr ""
|
2567 |
+
|
2568 |
+
#: classes/admin/views/html-admin-page-go-pro.php:224
|
2569 |
+
msgid "sugarcactus"
|
2570 |
+
msgstr ""
|
2571 |
+
|
2572 |
+
#: classes/admin/views/html-admin-page-go-pro.php:230
|
2573 |
+
msgid "WC Vendors Pro support staff have been FANTASTIC!! I have been so pleasantly surprised by the response times & valuable assistance. It’s wonderful that WC Vendors believes in providing exceptional customer service. Well done to WC Vendors & their support team, please keep up the great work :)!"
|
2574 |
+
msgstr ""
|
2575 |
+
|
2576 |
+
#: classes/admin/views/html-admin-page-go-pro.php:233
|
2577 |
+
msgid "Locate Australian"
|
2578 |
msgstr ""
|
2579 |
|
2580 |
+
#: classes/admin/views/html-admin-page-go-pro.php:239
|
2581 |
+
msgid "Great support! Jamie was fantastic. He helped us resolve our issue and even put together a script to help resolve the issue quickly! Thanks WC Vendors team!"
|
2582 |
+
msgstr ""
|
2583 |
+
|
2584 |
+
#: classes/admin/views/html-admin-page-go-pro.php:242
|
2585 |
+
msgid "Cody Slingerland"
|
2586 |
+
msgstr ""
|
2587 |
+
|
2588 |
+
#: classes/admin/views/html-admin-page-go-pro.php:264
|
2589 |
+
msgid "Are you ready?"
|
2590 |
+
msgstr ""
|
2591 |
+
|
2592 |
+
#: classes/admin/views/html-admin-page-go-pro.php:265
|
2593 |
+
msgid "WC Vendors Pro will take your marketplace to the next level all while saving you time and money. "
|
2594 |
msgstr ""
|
2595 |
|
2596 |
#: classes/admin/views/html-admin-settings.php:43, classes/admin/views/html-admin-settings.php:43
|
3206 |
msgid "Subscribe me"
|
3207 |
msgstr ""
|
3208 |
|
3209 |
+
#: classes/admin/views/setup/ready.php:54
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3210 |
msgid "Need Help?"
|
3211 |
msgstr ""
|
3212 |
|
readme.txt
CHANGED
@@ -1,87 +1,85 @@
|
|
1 |
-
=== WC Vendors Marketplace - The Multivendor Marketplace Solution
|
2 |
Contributors: digitalchild
|
3 |
-
Tags:
|
4 |
Donate link: https://www.wcvendors.com/
|
5 |
Author URI: https://www.wcvendors.com/
|
6 |
Plugin URI: https://www.wcvendors.com/
|
7 |
Requires at least: 5.0.0
|
8 |
Requires PHP: 7.2
|
9 |
-
Tested up to: 5.
|
10 |
WC requires at least: 4.0.0
|
11 |
-
WC tested up to: 4.
|
12 |
-
Stable tag: 2.2.
|
13 |
License: GPLv2 or later
|
14 |
|
15 |
-
The
|
16 |
|
17 |
== Description ==
|
18 |
|
19 |
= WC Vendors Marketplace plugin for WooCommerce =
|
20 |
|
21 |
-
- Try our free demo today: [Launch your own demo today](http://www.wcvendors.com/home/demo/?utm_campaign=wporg_details
|
22 |
-
- Learn about WC Vendors Pro: [All the features of WC Vendors Pro](https://www.wcvendors.com/home/features/?utm_campaign=wporg_details
|
23 |
|
24 |
-
= POWERED BY
|
25 |
|
26 |
-
Create your own marketplace
|
27 |
|
28 |
-
WC Vendors Marketplace is the best way to create your
|
29 |
|
30 |
-
= Solutions =
|
31 |
|
32 |
WC Vendors Marketplace has been used to build a variety of multivendor marketplaces including:
|
33 |
|
34 |
-
* Online
|
35 |
-
* Local
|
36 |
-
* Cooking
|
37 |
-
* Sports
|
38 |
* Used book store
|
39 |
* Hand made furniture
|
40 |
* Much much more
|
41 |
|
42 |
-
=
|
43 |
|
44 |
-
WC Vendors marketplace comes with a
|
45 |
|
46 |
-
=
|
47 |
|
48 |
-
|
49 |
|
50 |
-
|
51 |
|
52 |
-
|
53 |
-
|
54 |
-
With WC Vendors Marketplace there is no restrictions on the number of vendors or products your marketplace can create. Your vendors will be able to create a marketplaces selling a range of different products such as
|
55 |
|
56 |
* Physical products
|
57 |
* Digital and Downloadable products
|
58 |
* Variable products
|
59 |
-
* Subscription products with our [WC Vendors Subscriptions plugin](https://www.wcvendors.com/product/wc-vendors-woocommerce-subscriptions
|
60 |
-
* Booking products with our [WC Vendors WooCommerce Bookings plugin](https://www.wcvendors.com/product/wc-vendors-woocommerce-bookings
|
61 |
-
* Auctions with our [WC Vendors WooCommerce Simple Auctions plugin](https://www.wcvendors.com/product/woocommerce-simple-auctions-integration
|
62 |
|
63 |
This allows you to create all kinds of marketplaces such as
|
64 |
|
65 |
* Hand made wooden furniture store
|
66 |
* Digital download marketplaces selling music or photos
|
67 |
* A booking marketplace to sell cooking classes
|
68 |
-
* An auction site like
|
69 |
|
70 |
== Multiple ways to earn money with your marketplace ==
|
71 |
|
72 |
-
WC Vendors Marketplace has an advanced commission system that allows you to set
|
73 |
|
74 |
**Commissions**
|
75 |
|
76 |
* Percentage
|
77 |
-
*
|
78 |
* Fixed (Pro)
|
79 |
* Fixed + fee (Pro)
|
80 |
* Sales by vendor (Pro)
|
81 |
* Sales by Product (Pro)
|
82 |
* Product Price (Pro)
|
83 |
|
84 |
-
[Read about our commissions here](https://docs.wcvendors.com/knowledge-base/wc-vendors-pro-commission)
|
85 |
|
86 |
**WC Vendors Membership**
|
87 |
|
@@ -93,7 +91,7 @@ WC Vendors Membership allows you to create and sell membership plans to your ven
|
|
93 |
* Easy to use subscription system for your vendors
|
94 |
* With the use of WooCommerce Subscriptions, you can setup a membership marketplace today!
|
95 |
|
96 |
-
[Create your vendor membership site today](https://www.wcvendors.com/product/wc-vendors-membership
|
97 |
|
98 |
= Control your marketplace =
|
99 |
|
@@ -103,24 +101,24 @@ With [WC Vendors Pro](https://www.wcvendors.com/product/wc-vendors-pro/?utm_camp
|
|
103 |
|
104 |
= Customize your store =
|
105 |
|
106 |
-
Now you can design the look of your store with multiple options available. There are [several vendor specific shortcodes available](https://docs.wcvendors.com/knowledge-base/pages-and-shortcodes
|
107 |
|
108 |
-
[Learn More](https://docs.wcvendors.com/knowledge-base/wc-vendors-pro-widgets/?utm_campaign=description
|
109 |
|
110 |
= Compatible Plugins =
|
111 |
|
112 |
-
We encourage 3rd party developers to work with us to create great extensions that work with our products. We keep an updated list of [compatible plugins](https://www.wcvendors.com/home/compatible-plugins/?utm_source=wporg) on our website as well as here. If you've built a plugin for WC Vendors products, please be sure to let us know!
|
113 |
|
114 |
**Shipping**
|
115 |
|
116 |
-
* Epeken All Kurir Plugin for
|
117 |
* Marketship
|
118 |
* Multi-Carrier Shipping Plugin for WooCommerce
|
119 |
* Table Rate Shipping for WC Vendors
|
120 |
* WooCommerce FedEx Shipping Plugin with Print Label
|
121 |
* WooCommerce UPS Shipping Plugin with Print Label
|
122 |
|
123 |
-
[And many many more !](https://www.wcvendors.com/home/compatible-plugins/?utm_source=wporg)
|
124 |
|
125 |
= Payment Gateways =
|
126 |
|
@@ -166,14 +164,14 @@ Pay your vendors their commissions with these gateways and payment solutions
|
|
166 |
|
167 |
* Percentage based commission split between the admin and the seller
|
168 |
* Set commission rates at the product, vendor or global level
|
169 |
-
* Fixed, fee, tiered commissions based on sales of products, vendor or price (Pro Feature)
|
170 |
* Sell vendor memberships (Paid Add On)
|
171 |
|
172 |
**Product Management**
|
173 |
|
174 |
* Vendors can manage their products from the WordPress Admin
|
175 |
* Manage all product types and their options from the frontend dashboard (Pro Feature)
|
176 |
-
* Manage and create
|
177 |
* Manage shipping at the product level (Pro Feature)
|
178 |
* Customers can review products. Vendors cannot modify these reviews (Pro Feature)
|
179 |
|
@@ -201,11 +199,11 @@ Pay your vendors their commissions with these gateways and payment solutions
|
|
201 |
* Hide any field or section from the vendors
|
202 |
* And much much more..
|
203 |
|
204 |
-
[Learn more](https://www.wcvendors.com/product/wc-vendors-pro/?utm_campaign=description
|
205 |
|
206 |
= Found a bug or Want to contribute? =
|
207 |
|
208 |
-
There is a chance that you might find a bug or need a new action/filter added. If you'd like to contribute to our project, you're more than welcome.
|
209 |
|
210 |
[Submit your pull request or issue here](https://github.com/wcvendors/wcvendors)
|
211 |
|
@@ -219,13 +217,25 @@ There is a chance that you might find a bug or need a new action/filter added. I
|
|
219 |
|
220 |
== Frequently Asked Questions ==
|
221 |
|
222 |
-
= What
|
|
|
|
|
|
|
|
|
|
|
|
|
223 |
|
224 |
-
|
225 |
|
226 |
-
|
227 |
|
228 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
229 |
|
230 |
= Where do I get help ? =
|
231 |
|
@@ -254,6 +264,23 @@ WC Vendors Marketplace does not work with multisite WordPress. There are no plan
|
|
254 |
|
255 |
== Changelog ==
|
256 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
257 |
= Version 2.2.1 - 28th August 2020 =
|
258 |
|
259 |
* Fixed: Permission check for product imports (#685)
|
1 |
+
=== WC Vendors Marketplace - The WooCommerce Multivendor Marketplace Solution ===
|
2 |
Contributors: digitalchild
|
3 |
+
Tags: WooCommerce multivendor marketplace, multivendor marketplace, multi seller store, product vendors, multi-vendor, multi seller, woocommerce vendor, vendor, commissions, commission rate
|
4 |
Donate link: https://www.wcvendors.com/
|
5 |
Author URI: https://www.wcvendors.com/
|
6 |
Plugin URI: https://www.wcvendors.com/
|
7 |
Requires at least: 5.0.0
|
8 |
Requires PHP: 7.2
|
9 |
+
Tested up to: 5.6
|
10 |
WC requires at least: 4.0.0
|
11 |
+
WC tested up to: 4.8
|
12 |
+
Stable tag: 2.2.2
|
13 |
License: GPLv2 or later
|
14 |
|
15 |
+
The original multi-vendor marketplace plugin for WordPress and WooCommerce. Best support available.
|
16 |
|
17 |
== Description ==
|
18 |
|
19 |
= WC Vendors Marketplace plugin for WooCommerce =
|
20 |
|
21 |
+
- Try our free demo today: [Launch your own demo today](http://www.wcvendors.com/home/demo/?utm_campaign=wporg_details&utm_source=wporg)
|
22 |
+
- Learn about WC Vendors Pro: [All the features of WC Vendors Pro](https://www.wcvendors.com/home/features/?utm_campaign=wporg_details&utm_source=wporg)
|
23 |
|
24 |
+
= POWERED BY WOOCOMMERCE =
|
25 |
|
26 |
+
Create your own multivendor marketplace with WordPress powered by WooCommerce. Build your own marketplace just like Amazon, Etsy, eBay or shopify, envato quickly.
|
27 |
|
28 |
+
WC Vendors Marketplace is the best way to create your multivendor marketplace and earn commission from every sale.
|
29 |
|
30 |
+
= Marketplace Solutions =
|
31 |
|
32 |
WC Vendors Marketplace has been used to build a variety of multivendor marketplaces including:
|
33 |
|
34 |
+
* Online art gallery
|
35 |
+
* Local farmers markets
|
36 |
+
* Cooking classes
|
37 |
+
* Sports memorabilia auction site
|
38 |
* Used book store
|
39 |
* Hand made furniture
|
40 |
* Much much more
|
41 |
|
42 |
+
= FAST AND EASY TO USE =
|
43 |
|
44 |
+
WC Vendors marketplace comes with a setup wizard to guide you through the initial setup of your marketplace. This gets you up and running quickly, ready to earn.
|
45 |
|
46 |
+
= Best Support Available =
|
47 |
|
48 |
+
We pride ourselves on providing prompt, quality support as well as high quality secure, robust code. We release regular updates for smooth operation of your marketplace business. We focus on including the best eCommerce features for our users based on WooCommerce and best eCommerce practices.
|
49 |
|
50 |
+
= No Restrictions =
|
51 |
|
52 |
+
With WC Vendors Marketplace there is no restrictions on the number of vendors or products your marketplace can create. Your marketplace will allow your vendors to sell a range of different products including:
|
|
|
|
|
53 |
|
54 |
* Physical products
|
55 |
* Digital and Downloadable products
|
56 |
* Variable products
|
57 |
+
* Subscription products with our [WC Vendors Subscriptions plugin](https://www.wcvendors.com/product/wc-vendors-woocommerce-subscriptions/?utm_campaign=description&utm_source=wporg&utm_medium=web)
|
58 |
+
* Booking products with our [WC Vendors WooCommerce Bookings plugin](https://www.wcvendors.com/product/wc-vendors-woocommerce-bookings/?utm_campaign=description&utm_source=wporg&utm_medium=web)
|
59 |
+
* Auctions with our [WC Vendors WooCommerce Simple Auctions plugin](https://www.wcvendors.com/product/woocommerce-simple-auctions-integration/?utm_campaign=description&utm_source=wporg&utm_medium=web)
|
60 |
|
61 |
This allows you to create all kinds of marketplaces such as
|
62 |
|
63 |
* Hand made wooden furniture store
|
64 |
* Digital download marketplaces selling music or photos
|
65 |
* A booking marketplace to sell cooking classes
|
66 |
+
* An auction site like eBay
|
67 |
|
68 |
== Multiple ways to earn money with your marketplace ==
|
69 |
|
70 |
+
WC Vendors Marketplace has an advanced commission system that allows you to set commissions for a variety of situations
|
71 |
|
72 |
**Commissions**
|
73 |
|
74 |
* Percentage
|
75 |
+
* Percentage + fee (Pro)
|
76 |
* Fixed (Pro)
|
77 |
* Fixed + fee (Pro)
|
78 |
* Sales by vendor (Pro)
|
79 |
* Sales by Product (Pro)
|
80 |
* Product Price (Pro)
|
81 |
|
82 |
+
[Read about our commissions here](https://docs.wcvendors.com/knowledge-base/wc-vendors-pro-commission/?utm_campaign=description&utm_source=wporg&utm_medium=web)
|
83 |
|
84 |
**WC Vendors Membership**
|
85 |
|
91 |
* Easy to use subscription system for your vendors
|
92 |
* With the use of WooCommerce Subscriptions, you can setup a membership marketplace today!
|
93 |
|
94 |
+
[Create your vendor membership site today](https://www.wcvendors.com/product/wc-vendors-membership/?utm_campaign=description&utm_source=wporg&utm_medium=web)
|
95 |
|
96 |
= Control your marketplace =
|
97 |
|
101 |
|
102 |
= Customize your store =
|
103 |
|
104 |
+
Now you can design the look of your store with multiple options available. There are [several vendor specific shortcodes available](https://docs.wcvendors.com/knowledge-base/pages-and-shortcodes/?utm_campaign=description&utm_source=wporg&utm_medium=web) for admins to utilise around their site. For vendor store fronts there are 10 great widgets available in [WC Vendors Pro](https://www.wcvendors.com/product/wc-vendors-pro/?utm_campaign=description?utm_source=wporg). You can place these in any widget enabled area within your theme and are restricted to the vendor store fronts. This is a great way to choose which features you'd like your vendors store fronts to have.
|
105 |
|
106 |
+
[Learn More](https://docs.wcvendors.com/knowledge-base/wc-vendors-pro-widgets/?utm_campaign=description&utm_source=wporg&utm_medium=web)
|
107 |
|
108 |
= Compatible Plugins =
|
109 |
|
110 |
+
We encourage 3rd party developers to work with us to create great extensions that work with our products. We keep an updated list of [compatible plugins](https://www.wcvendors.com/home/compatible-plugins/?utm_campaign=description&utm_source=wporg&utm_medium=web) on our website as well as here. If you've built a plugin for WC Vendors products, please be sure to let us know!
|
111 |
|
112 |
**Shipping**
|
113 |
|
114 |
+
* Epeken All Kurir Plugin for WooCommerce
|
115 |
* Marketship
|
116 |
* Multi-Carrier Shipping Plugin for WooCommerce
|
117 |
* Table Rate Shipping for WC Vendors
|
118 |
* WooCommerce FedEx Shipping Plugin with Print Label
|
119 |
* WooCommerce UPS Shipping Plugin with Print Label
|
120 |
|
121 |
+
[And many many more !](https://www.wcvendors.com/home/compatible-plugins/?utm_campaign=description&utm_source=wporg&utm_medium=web)
|
122 |
|
123 |
= Payment Gateways =
|
124 |
|
164 |
|
165 |
* Percentage based commission split between the admin and the seller
|
166 |
* Set commission rates at the product, vendor or global level
|
167 |
+
* Fixed, fee, tiered commissions based on sales of products, vendor or price, product category commissions (Pro Feature)
|
168 |
* Sell vendor memberships (Paid Add On)
|
169 |
|
170 |
**Product Management**
|
171 |
|
172 |
* Vendors can manage their products from the WordPress Admin
|
173 |
* Manage all product types and their options from the frontend dashboard (Pro Feature)
|
174 |
+
* Manage and create attributes, variations (Pro Feature)
|
175 |
* Manage shipping at the product level (Pro Feature)
|
176 |
* Customers can review products. Vendors cannot modify these reviews (Pro Feature)
|
177 |
|
199 |
* Hide any field or section from the vendors
|
200 |
* And much much more..
|
201 |
|
202 |
+
[Learn more](https://www.wcvendors.com/product/wc-vendors-pro/?utm_campaign=description&utm_source=wporg&utm_medium=web))
|
203 |
|
204 |
= Found a bug or Want to contribute? =
|
205 |
|
206 |
+
There is a chance that you might find a bug or need a new action/filter added. If you'd like to contribute to our project, you're more than welcome.
|
207 |
|
208 |
[Submit your pull request or issue here](https://github.com/wcvendors/wcvendors)
|
209 |
|
217 |
|
218 |
== Frequently Asked Questions ==
|
219 |
|
220 |
+
= What payment gateways are supported ? ==
|
221 |
+
|
222 |
+
All WooCommerce payment gateways are supported. You can read more about difference between payment gateways and vendor payouts [here] (https://www.wcvendors.com/2018/05/payments-explained/?utm_campaign=faq&utm_source=wporg?utm_medium )
|
223 |
+
|
224 |
+
= What themes are supported ? =
|
225 |
+
|
226 |
+
You can use any theme that is 100% WooCommerce compatible. We have a [list] (https://www.wcvendors.com/themes/) of free and paid themes on our website that are known to work with our plugins.
|
227 |
|
228 |
+
= Can we give taxes to vendors? =
|
229 |
|
230 |
+
Yes, you can easily assign product taxes to a vendor's commission so that they are provided with all taxes.
|
231 |
|
232 |
+
= What languages do you support ? =
|
233 |
+
|
234 |
+
Our plugins are fully translatable so you can translate into which ever language you choose using applications like POEdit or the free Loco Translate plugin.
|
235 |
+
|
236 |
+
= What version of WooCommerce and WordPress do you support ? =
|
237 |
+
|
238 |
+
All our development is performed on the latest versions of WooCommerce, WordPress and PHP. Rest assured all our code is tested at the absolute latest versions. We require a minimum of WooCommerce 4.0 to function correctly.
|
239 |
|
240 |
= Where do I get help ? =
|
241 |
|
264 |
|
265 |
== Changelog ==
|
266 |
|
267 |
+
= Version 2.2.2 - 25th November 2020
|
268 |
+
|
269 |
+
* Added: Make commissions table in WP Admin filterable (#717)
|
270 |
+
* Added: Filter to the vendor select minimum input length #688
|
271 |
+
* Updated: Setup wizard updates (#714)
|
272 |
+
* Updated: Changed WooCommerce missing behaviour (#712)
|
273 |
+
* Updated: Remove deprecated payments tab from settings (#705)
|
274 |
+
* Updated: Update vendor drop downs place holder #701 (#706)
|
275 |
+
* Updated: User store name or user id for vendor search in wp admin #669 (#697)
|
276 |
+
* Updated: Add a filter to handle customer email notification for the mark received shipping #691
|
277 |
+
* Updated: Reverted products import code
|
278 |
+
* Fixed: Yith Wishlist Conflict for vendor roles. #707 (#708)
|
279 |
+
* Fixed: Deprecated WooCommerce call #709 (#710)
|
280 |
+
* Fixed: Deleted products don't have a title on the commissions table #702 (#703)
|
281 |
+
* Fixed: Advanced option - Delete all data, requires the Wizard to be completed before users can use the shortcodes on the pages #681 (#700)
|
282 |
+
* Fixed: Bulk editing products and adding tags would cause the assigned vendor store on those bulk edited products to disappear #687
|
283 |
+
|
284 |
= Version 2.2.1 - 28th August 2020 =
|
285 |
|
286 |
* Fixed: Permission check for product imports (#685)
|
templates/dashboard/links.php
CHANGED
@@ -15,7 +15,13 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
15 |
}
|
16 |
?>
|
17 |
|
18 |
-
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
<center>
|
21 |
<p>
|
15 |
}
|
16 |
?>
|
17 |
|
18 |
+
<?php
|
19 |
+
|
20 |
+
if( function_exists ( 'wc_print_notices' ) ){
|
21 |
+
wc_print_notices();
|
22 |
+
}
|
23 |
+
|
24 |
+
?>
|
25 |
|
26 |
<center>
|
27 |
<p>
|