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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
|
<?php
namespace AutomateWoo;
defined( 'ABSPATH' ) || exit;
/** * @class Privacy_Policy_Guide * @since 4.0 */ class Privacy_Policy_Guide {
/** * @return string */ public static function get_content() { ob_start(); ?> <div class="wp-suggested-text"> <h2><?php esc_html_e( 'How we use your data', 'automatewoo' ); ?></h2> <p class="privacy-policy-tutorial"> <?php esc_html_e( 'AutomateWoo uses personal data in many of its features and stores personal data in your WordPress database. We do not store any personal data from your website on our servers. You may need to adjust the suggested text below based on your settings and which workflows are in use.', 'automatewoo' ); ?> </p> <p> <?php self::suggest_text_html(); ?> <?php esc_html_e( 'If you opt-in to receive marketing updates we may use your personal information to provide you with product updates or marketing communications that we believe may be of interest to you. Personal data may also be used by our internal system to automate processes of our store.', 'automatewoo' ); ?> </p>
<h2><?php esc_html_e( 'What we collect and store', 'automatewoo' ); ?></h2>
<h3><?php esc_html_e( 'Cookies', 'automatewoo' ); ?></h3> <p class="privacy-policy-tutorial"> <?php esc_html_e( 'AutomateWoo uses three cookies to enable the session and cart tracking features of the plugin. If you have these features enabled you should include these cookies in your policy. You should also mention whether the user must give consent before these cookies are set.', 'automatewoo' ); ?> </p> <p> <?php self::suggest_text_html(); ?> <?php esc_html_e( 'We use cookies to remember who you are when browsing our site and to store the contents of your cart for the purpose of reminding you. These cookies will only be set when you consent to allowing additional cookies on our website.', 'automatewoo' ); ?> </p> <p> <?php echo wp_kses_post( sprintf( /* translators: %s AutomateWoo visitor cookie name. */ __( '%s - Used to store a secure key that is unique to you - Expires after 2 years', 'automatewoo' ), '<strong>wp_automatewoo_visitor</strong>' ) ); ?> <br> <?php echo wp_kses_post( sprintf( /* translators: %s AutomateWoo session started cookie name. */ __( '%s - Used to flag when you begin interacting with our website - Expires when you end the browser session', 'automatewoo' ), '<strong>wp_automatewoo_session_started</strong>' ) ); ?> <br> <?php echo wp_kses_post( sprintf( /* translators: %s AutomateWoo do cart update cookie name. */ __( '%s - Used to store flag when your stored cart needs to be updated - Expires when you end the browser session', 'automatewoo' ), '<strong>automatewoo_do_cart_update</strong>' ) ); ?> </p>
<h3><?php esc_html_e( 'Carts', 'automatewoo' ); ?></h3> <p class="privacy-policy-tutorial"> <?php esc_html_e( "If you are using AutomateWoo's cart tracking feature user carts will be stored for 60 days, depending on your settings.", 'automatewoo' ); ?> </p> <p> <?php self::suggest_text_html(); ?> <?php esc_html_e( 'We store a copy of your cart in our database for 60 days for the purpose of reminding you when your cart is abandoned.', 'automatewoo' ); ?> </p>
<h3><?php esc_html_e( 'Communication preferences', 'automatewoo' ); ?></h3> <p class="privacy-policy-tutorial"> <?php esc_html_e( 'AutomateWoo keeps a record of when a user or guest chooses to opt-in or opt-out.', 'automatewoo' ); ?> </p> <p> <?php self::suggest_text_html(); ?> <?php esc_html_e( 'We store your communication preferences such as whether you have opted in to receive marketing communication. This data is retained until you request the removal of your data.', 'automatewoo' ); ?> </p>
<h3><?php esc_html_e( 'Communication logs', 'automatewoo' ); ?></h3> <p class="privacy-policy-tutorial"> <?php esc_html_e( 'AutomateWoo keeps a record of all workflow logs which includes open, click and conversion tracking.', 'automatewoo' ); ?> </p> <p> <?php self::suggest_text_html(); ?> <?php esc_html_e( 'We keep a log of some of the communication that we have with you which may include marketing and transactional emails and/or SMS messages. These are kept for the purpose of improving our marketing and communication with you and other customers. These logs are retained until you request removal of your data.', 'automatewoo' ); ?> </p>
<h3><?php esc_html_e( 'Pre-submit data capture', 'automatewoo' ); ?></h3> <p class="privacy-policy-tutorial"> <?php esc_html_e( 'AutomateWoo has the option to capture customer data before forms are submitted which usually means that consent has not been given. Using this feature may not be legal in some regions depending on your legal basis for capturing that data. If you choose to use this feature we recommend including some reasoning behind it.', 'automatewoo' ); ?> </p>
<h2><?php esc_html_e( 'What we share with others', 'automatewoo' ); ?></h2> <p class="privacy-policy-tutorial"> <?php esc_html_e( 'AutomateWoo integrates with third party services which means personal data may be shared depending on what integrations you have enabled and which workflows you are using.', 'automatewoo' ); ?> </p> <p> <?php self::suggest_text_html(); ?> <?php echo wp_kses_post( sprintf( /* translators: %1$s Privacy policy link start, %2$s Privacy policy link end. */ __( 'We use Twilio as our SMS delivery service. Your data may be transferred to Twilio for processing in accordance with their %1$sPrivacy Policy%2$s.', 'automatewoo' ), '<a href="https://www.twilio.com/legal/privacy" target="_blank">', '</a>' ) ); ?> </p> <p> <?php self::suggest_text_html(); ?> <?php echo wp_kses_post( sprintf( /* translators: %1$s Privacy policy link start, %2$s Privacy policy link end. */ __( 'We use MailChimp for email marketing. Your data may be transferred to MailChimp for processing in accordance with their %1$sPrivacy Policy%2$s.', 'automatewoo' ), '<a href="https://mailchimp.com/legal/privacy" target="_blank">', '</a>' ) ); ?> </p> <p> <?php self::suggest_text_html(); ?> <?php echo wp_kses_post( sprintf( /* translators: %1$s Privacy policy link start, %2$s Privacy policy link end. */ __( 'We use Active Campaign for email marketing. Your data may be transferred to Active Campaign for processing in accordance with their %1$sPrivacy Policy%2$s.', 'automatewoo' ), '<a href="https://www.activecampaign.com/privacy-policy" target="_blank">', '</a>' ) ); ?> </p> <p> <?php self::suggest_text_html(); ?> <?php echo wp_kses_post( sprintf( /* translators: %1$s Privacy policy link start, %2$s Privacy policy link end. */ __( 'We use Campaign Monitor for email marketing. Your data may be transferred to Campaign Monitor for processing in accordance with their %1$sPrivacy Policy%2$s.', 'automatewoo' ), '<a href="https://www.campaignmonitor.com/policies/#privacy-policy" target="_blank">', '</a>' ) ); ?> </p> <p> <?php self::suggest_text_html(); ?> <?php echo wp_kses_post( sprintf( /* translators: %1$s Privacy policy link start, %2$s Privacy policy link end. */ __( 'We use Bitly for link shortening. Your data may be transferred to Bitly for processing in accordance with their %1$sPrivacy Policy%2$s.', 'automatewoo' ), '<a href="https://bitly.com/pages/privacy" target="_blank">', '</a>' ) ); ?> </p> <p> <?php self::suggest_text_html(); ?> <?php echo wp_kses_post( sprintf( /* translators: %1$s Privacy policy link start, %2$s Privacy policy link end. */ __( 'We use AgileCRM as our CRM. Your data may be transferred to AgileCRM for processing in accordance with their %1$sPrivacy Policy%2$s.', 'automatewoo' ), '<a href="https://www.agilecrm.com/privacy-policy" target="_blank">', '</a>' ) ); ?> </p> </div> <?php $content = ob_get_clean(); return apply_filters( 'automatewoo/privacy_policy_guide', $content ); }
/** * Output suggested text prefix. */ protected static function suggest_text_html() { ?> <strong class="privacy-policy-tutorial"><?php esc_html_e( 'Suggested text:', 'automatewoo' ); ?></strong> <?php } }
|