Home › Forums › WoodMart support forum › Remove collapse Terms&Conditions block
Remove collapse Terms&Conditions block
- This topic has 9 replies, 2 voices, and was last updated 3 years, 9 months ago by Elise Noromit.
-
AuthorPosts
-
March 5, 2021 at 9:39 pm #271322
zurichParticipantHi!
How can i remove collapsed Terms & Conditions block at checkout page and set link to the page to open in new window?March 5, 2021 at 10:25 pm #271336
Elise NoromitMemberHello,
This is Woocommerce functionality and our theme does not have the option or any influence. You can find the option in the Woocommerce > Settings > Advanced.
Best Regards
March 6, 2021 at 2:32 pm #271440
zurichParticipantThank you for the response!
But where I can moderate it?
https://monosnap.com/file/UJNrXDBAduLZniMlMfoks08aIBGRG5March 6, 2021 at 5:10 pm #271484
Elise NoromitMemberHello,
You can find this page in Dashboard > Pages, please note this page should be created in the default WordPress without any builders.
If you have any questions please feel free to contact us.
Best Regards
March 6, 2021 at 7:08 pm #271504
zurichParticipantQuestion is why in one case terms & conditions is opened as new page in new window in other case it’s opens in collapsed block
March 6, 2021 at 10:01 pm #271528
Elise NoromitMemberHello,
Please make the full backup of your site as well as the Theme settings export and check the issue on the Storefront theme to detect if our theme causes the problem.
Best Regards
March 6, 2021 at 10:23 pm #271534
zurichParticipantMy website is fine. I just want to turn off the expand block on checkout page. In your demo, the block expands; on my site, the block expands. But when I install your theme on a new empty staging site, the terms and conditions link moves to a new page in a new window. I want the link not to expand the block, but to leads to a separate page with policy. Now is clear?
March 7, 2021 at 9:11 pm #271668
Elise NoromitMemberHello,
Please make the full backup of your site as well as the Theme settings export and check the issue on the Storefront theme to detect if our theme causes the problem. Our theme does not influence this functionality.
Best Regards
March 7, 2021 at 9:22 pm #271670
zurichParticipantHi!
You still don’t understand me. 🙂
First video is from your demo site with expanding block and displaying terms on the checkout page/
https://monosnap.com/file/6qfHzxLXDcSlOBwzQxokzERO5eica7Second video is from staging site where link opens new page
https://monosnap.com/file/2z7ziqe6y5GDhHUy6Y4sBr2GP26NkoI want to make like in second video. How can I make it?
March 8, 2021 at 12:27 pm #271832
Elise NoromitMemberHello,
This is the defult Woocommerce functionality. If you want to change that, add this JS code to the Theme Settings > Custom JS > On document ready:
jQuery(document.body).on('updated_checkout', function(){ jQuery('.woocommerce-terms-and-conditions-link').on('click', function(e){ e.stopPropagation(); e.preventDefault(); var url = jQuery(this).attr('href'); window.open(url, '_blank'); }); });
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register