-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathreadme.txt
151 lines (107 loc) · 4.82 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
=== Save and Share Cart for WooCommerce ===
Contributors: wpgurudev
Donate link: http://sharethingz.com
Tags: woocommerce, cart, share, social, save
Requires at least: 5.2.0
Tested up to: 6.5.2
Requires PHP: 7.2
Stable tag: 2.0.10
License: GPLv2 or later (of course!)
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Save and share woocommerce cart with anyone
== Description ==
This plugin allows you to save and share WooCommerce cart directly from your store. This would help other users to do quick checkout with pre-populated cart.
[Documentation for the plugin](https://github.com/ankitrox/share-cart/blob/master/README.md "Save and Share Cart for WooCommerce Documentation")
= Features =
* Allows customers to share cart with other people with similar interest.
* Other people can perform directly checkout after viewing shared cart.
* Saved carts can be used as wishlist-type.
* Useful to take support from customer care by sharing carts with them.
* Adding links to newsletters, ads or communications to quickly add products or sets of products to customers’ carts with one click. Increasing sales!
* Helps in more conversions!
* Strong support.
* For customization according to your need contact: https://www.facebook.com/shrthngz
== Installation ==
1. Install Save and Share Cart for WooCommerce from the 'Plugins' section in your dashboard (Plugins > Add New > Search for Save and Share Cart for WooCommerce ).
2. Alternatively, you can [download](https://downloads.wordpress.org/plugin/woo-save-and-share-cart.zip) the plugin from the repository. Unzip it and upload it to the plugins folder of your WordPress installation (wp-content/plugins/ directory of your WordPress installation).
3. Activate it through the 'Plugins' section.
**Notes**
* You should have WordPress version 5.0+ in order to use this plugin.
* You should register your site in reCaptcha v2 (Tickbox). You can register the reCaptcha v2 from [this link](https://www.google.com/recaptcha/admin/create)
* Notice in following image, reCaptcha v2 with tickbox type is selected.
[reCaptcha v2 Tickbox](https://sharethingz.com/wp-content/uploads/2020/06/Screen-Shot-2020-06-27-at-9.31.17-AM.png)
== Frequently Asked Questions ==
= Email is not getting sent or empty =
You have to enter the email template in plugin settings. Go to `WooCommerce > Settings > Share Cart > Email > Email body`.
= Captcha is throwing error =
This plugin uses reCaptcha v2 (checkbox) for preventing attacks from bots which may abuse Save and Email features of the plugin.
You must register the site with Google Recaptcha v2 (Tickbox).
You can register the site for recaptcha here: https://www.google.com/recaptcha/admin/create
= Where I can see the saved carts? =
You can access the saved carts in "My accounts" section of WooCommerce. You should be able to see "Saved carts" menu in
the account navigation.
= How to localize the plugin in other languages? =
Detailed documentation for localization process is [here](https://github.com/ankitrox/share-cart#translation)
== Screenshots ==
1. General Settings.
2. Email Settings.
3. Saved cart settings.
4. Share cart button.
5. Share cart pop-up.
== Changelog ==
= 2.0.9 =
* Fix: fatal error for autoloading classes.
= 2.0.8 =
* Fix: fatal error vendor not found.
= 2.0.7 =
* Minor internal adjustments in code.
= 2.0.4 =
* JSX issue fixes.
* Default user for `formed` carts.
* Fix: Captcha is now optional.
* Fix: CSS only for modal.
* Performance: Optimize build.
* Performance: Load scripts and styles only on cart and account page.
= 2.0.3 =
* Default user for `formed` carts.
= 2.0.2 =
* Fix: Captcha is now optional.
* Fix: CSS only for modal.
* Performance: Optimize build.
* Performance: Load scripts and styles only on cart and account page.
= 2.0.1 =
* Add support for localization in JS.
* Fix: Bundled products not getting added back to cart.
= 2.0.0 =
* Rewrite: Revamp entire plugin to use React.js components.
* API: Use APIs to read/write data via plugin.
* UI: Change the entire UI to be more intuitive.
* Fix: Copy link to clipboard.
* Fix: Translation domain.
= 1.0.7 =
* Hook: `wcssc_cart_saved` added in save_cart function.
* JS: `sharebox_updated` event added for modal update.
* Feature: Total quantity and Total price in cart template.
= 1.0.6 =
* Fix: Icon breaking on single saved cart page.
= 1.0.5 =
* Update: Fontawesome to version 5.x
* Fix: Fix icon classes.
= 1.0.4 =
* Fix: Ajax loader displaying on non-wc pages.
* Fix: Share cart button text not changing.
* Feature: Copy to clipboard option.
= 1.0.3 =
* Filter to add custom shared cart single template.
* Description field for save cart.
= 1.0.2 =
* Bug fix: Remove saved cart.
= 1.0.1 =
* Default title for saved cart pages in settings.
* Docblock changes.
* Code formatting.
= 1.0.0 =
* First release.
== Upgrade Notice ==
= 2.0.5 =
* Fix: After creating the shared cart, link showing no cart.