Woocommerce Payment Page Problems!

Posted in: Newspaper
Post count: 20

Hello dear,

How can I customize my woocommcerce Payment Page?

First problem is, there is no newsletter subscribe checkbox in the payment page.
Second problem is, Privacy Policy, Return & Refund Policy and Terms and Conditions pages are not a link for the these pages. You can see the details onto screenshots from the link below.

https://1drv.ms/u/s!Au6X2Jil-WVDgZ5jyoG2iEUXYjceZQ?e=Kn95bQ

There is a setting page from the wordpress appearance section for the woocommerce pages but it’s not enough to control these settings.

Post count: 27744

Hello,
For pages, please check this topic and articles which can help you https://rudrastyh.com/woocommerce/checkout-privacy-policy-terms-and-conditions.html -> https://wordpress.org/support/topic/how-to-include-privacy-policy-link-in-checkbox-at-woocommerce-checkout/ -> https://woocommerce.com/document/configuring-woocommerce-settings/

Also, to display the checkboxes, please use this custom code =>

input[type="checkbox"]{
-webkit-appearance:checkbox!important;
}

This code needs to be set in Theme Panel -> Custom Code -> Custom CSS.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.