Hello there,
I would like to add the sentence “By checking out. I agree to the Terms of Use and acknowledge that I have read the Privacy Policy.” underneath the check out button of the add to cart page. Can someone help with the coding? btw I’m using debutify theme.
Thank you in advance for your help
@SofianeX
Please find following code your Templates/cart-template.liquid file.
{% include "dbtfy-cart-discount" %}
After add following code
By checking out. I agree to the Terms of Use and acknowledge that I have read the Privacy Policy.
Thanks!
Hello dmwwebartisan,
In advance thank you so much for your help. The method that shared with me is not working.
{%- if taxes_shipping_checkout != blank -%}
{{ taxes_shipping_checkout }}
{%- endif -%}
Above is the source code that I have on my cart-page.liquid file, I couldn’t find cart-template.liquid file. Plus the other file cart.liquid it has one line that says {% render “cart-page”, cart: cart %}.
Please can you help?
Thank you
@SofianeX
find this code cart-page.liquid file
After add following code
By checking out. I agree to the Terms of Use and acknowledge that I have read the Privacy Policy.
Ok now it’s working, but just on the cart page. I can’t find the sentence on drawer, you know, the window that comes from the side when you click add to cart.
How can I do that?
Again thanks for the help. I appreciate it
@SofianeX
Please share your Snippets\ajax-cart-template.liquid file code .
Thanks!
I couldn’t found ajax-cart-template.liquid file. Instead I found templates cart.ajax.liquid file
{% layout none %}
{%- assign total_compare_at_price = 0 -%}
@SofianeX
Please share your theme.zip file i will check code and send correct solution to you.
Thanks!
I’m sorry how am I going to get the theme.zip file!!!
@SofianeX
You can choose to manually take a backup of your Shopify theme every time you make changes by choosing the ‘Export’ option next to Online Store > Themes in your Shopify admin. This will email an export of your entire theme as a zip file to the store owner’s email address.