Terms and Conditions error

Hello all, I have an issue with my Terms and Condition widget. I recently took over developing a website and this website’s checkout page has a T&C widget. However, there are bugs all over it and I just don’t seem to get why. But the most frustrating problem is I can’t locate where to change the code itself. I can’t find the source code.
When you view it, there is going to be a weird code text. However, the code is already target blank. I dont know why is it not opening my terms and conditions page in another tab instead.

I am going to link my page below.
These are the instructions to get to the checkout page:
All you have to do to view the checkout page is just press on groceries, add anything to the cart and checkout after that. In the checkout page, you then scroll all the way down and you’ll see I have read and agree to the website terms-conditions *.

I think the thing I need the most help with is how to locate the files. I don’t even know how to change the button text in the checkout page. I will thank you all in advance :).

link: https://cavemen.com.sg

There’s some bad echoing, certainly, but i wouldnt call it ‘code text’. Someone’s been fiddling with files using Visual Composer, and left some traces of it lingering in places they oughtn’t.

Because the function that gets called on clicking the link, toggle_terms, returns false, which tells the browser “ignore the navigation properties of this link; the function has taken care of it.”

This code appears to be generated as part of woocommerce’s standard Terms and Conditions set. I can’t see any ‘widget’ that’s doing anything.

Hmm… Does this means since its a function of woocommerce I can’t really edit it? It means I just have to remove text to what you referred as ‘bad echoing’ am I right?

Hello m_hutley. I’ve double checked. Unfortunately Visual Composer is not able to edit the checkout page and I’m not sure why.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.