Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Currently before the customer can proceed to payment and formally placing the order, I have a link to agree to the T&C first. This is essential before purchases. 

How do I add this on the checkout?

Lorraine

Posted

Please can someone comment on this please. Before the Confirm order button can be pressed I usually also have mandatory to agree to the terms and conditions. How is this implemented please.

Lorraine

Posted

The T&C checkbox is available for guest users on the checkout page.

Registered users must select this checkbox while creating an account.

Posted
22 hours ago, herbsandhelpers said:

So there's no extra T&C button to add for registered users before an order is placed?

No, there's not

22 hours ago, herbsandhelpers said:

Can a manual link be added?

Only by changing the source code.

Posted
20 hours ago, herbsandhelpers said:

I presume with any updates this would get wiped out then?

If the update contains a modified file, it will ask you to force the update before which you can choose to ignore the update of that file. However, keep in mind that ignoring the update will result in an out-of-sync version, which can lead to loss of functionality.

The correct course of action in this case is:
1) back up changed files
2) forced update
3) reapplying your changes

 

Posted

Okay so I've added a link to T&C's in the translation text under the Continue button, it would be great if the T&C widget here could be made visible for all customer groups on order confirmation ...

Lorraine

Posted

I've also been able to comment out a line here in:

Try to edit design/boxes/checkout/Terms.php and comment line #36 like this:

 

if (!Yii::$app->user->isGuest) {
//    return '';
}

This little miracle means T&Cs now display properly at order confirmation.

Lorraine

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...