Posted - 09/13/2021 : 05:32:13
Hello,
We've got a mobile version of our website which is in a separate folder and using redirects from the main site (currently coding the css vieport queries to change this).
However the cart button on the checkout seems to just jump the user back to the top of the page.
Here: https://www.diymarquees.co.uk/diymarqueesmobile/cart.php
I've got the
<link rel="stylesheet" type="text/css" href="https://www.diymarquees.co.uk/css/ectcart.css"> <script src="https://www.diymarquees.co.uk/js/ectcart.js"></script>
and
<?php include "../vsadmin/db_conn_open.php" ?> <?php include "../vsadmin/inc/languagefile.php" ?> <?php include "../vsadmin/includes.php" ?> <?php include "../vsadmin/inc/incfunctions.php" ?>
and
<?php include "../vsadmin/inc/inccart.php" ?>
All in there but can't figure out why it won't go through to the payment processor's site?
Any ideas?
Kind Regards,
Alex Clarke.
Alex J Clarke
|