Checkout not moving past TOS checkbox
-
when creating a booking and checking out, I get the part where I must click the TOS checkbox and view the TOS. Once I click the TOS, nothing changes. I cannot get past this point in the check out part. Ive tried multiple bookings and it all stops here.
-
@scdoc8 said in Checkout not moving past TOS checkbox:
when creating a booking and checking out, I get the part where I must click the TOS checkbox and view the TOS. Once I click the TOS, nothing changes. I cannot get past this point in the check out part. Ive tried multiple bookings and it all stops here.
Hi @scdoc8 ,
You can create a support ticket here, and we will thoroughly check your website:
https://support.uvdesk.com/en/customer/create-ticket/Alternatively, kindly enable development (debug) mode on your QloApps files directory by following the steps below:
Steps to Enable Development Mode
-
Navigate to your QloApps installation folder → open the config folder → locate the file:
/config/defines.inc.php -
Open the file and find the following code:
if (!defined('PS_MODE_DEV')) {
define('PS_MODE_DEV', false);
} -
Change the value from false to true:
if (!defined('PS_MODE_DEV')) {
define('PS_MODE_DEV', true);
} -
Save the file and reload your website.
After enabling debug mode, please:
Share a screenshot of the error (if it appears)
Also, share a short video of the issueThis will help us identify the exact cause.
-