Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| snippets:checkout:adding_a_consent_to_data_transfer_checkbox [2016/01/22 08:03] – [Data entry] adam | snippets:checkout:adding_a_consent_to_data_transfer_checkbox [2017/04/26 07:02] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| ---- | ---- | ||
| + | ====== Adding a Consent to Data Transfer Checkbox in the Checkout ====== | ||
| + | This snippet was made in relation to the post about the workaround for the removal of Safe Harbor. This would require customers to check the consent to allow a secure data transfer, and serves as a workaround until a new agreement to replace Safe Harbor is in place. You can read more information about it here: [[http:// | ||
| + | |||
| + | For stores that are on version 2.0, you're in luck! This feature has now been built in to the templates, with a configuration option to toggle it. | ||
| + | |||
| + | |||
| + | ==== Implementation ==== | ||
| + | |||
| + | Paste the following code immediately after the '' | ||
| + | |||
| + | <code html> | ||
| + | ^^custom_begin^^ | ||
| + | |||
| + | < | ||
| + | |||
| + | < | ||
| + | < | ||
| + | <div class=" | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | ^^custom_end^^ | ||
| + | </ | ||