Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
Author « Topic »  

mxzrxp
New Member

USA
94 Posts

Posted - 11/29/2020 :  03:49:09  
Hi Folks,

My page works fine until a customer adds an item to the cart. The popup for the cart (on a smartphone) does not resize so the user cannot continue??

1. Can I make the popup responsive?

or 2. Can I eliminate the popup on that page and just use the checkout box at the bottom?

Your assistance is MUCH appreciated!
Thanks
michael

See image below:

Vince
Administrator

42766 Posts

Posted - 11/29/2020 :  11:51:18  
Hi mxzrxp
I had a look at your site and I see that you have the following references for the ectcart.css and ectcart.js files...

<link rel="stylesheet" type="text/css" href="ectcart.css" />
.
.
<link href="css/ectcart.css" rel="stylesheet" type="text/css" />
.
.
<script type="text/javascript" src="ectcart.js"></script>

So you have ectcart.css defined twice at two different locations and the ectcart.js defined at the store root location. I would remove the first reference to ectcart.css and leave the one referencing css/ectcart.css. Then change the reference to ectcart.js to js/ectcart.js.

<link href="css/ectcart.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/ectcart.js"></script>

The reason for this is that in the updater they are in these folders (css and js) so this is probably where you copied them to in your site and these are the latest versions. I can see from your cart page that you are not referencing the latest ectcart files so hopefully changing this will sort out the problem. If it doesn't then we can look again.

Vince


Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000