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
 All Forums
 Technical
 ASP (Windows server) versions
 6.9.4 add to cart button not working on products p
Author « Topic »  

kpelham
Starting Member

USA
11 Posts

Pre-sales questions only
(More Details...)

Posted - 07/30/2018 :  05:53:03  
Hello,

I just updated to 6.9.4 php version. I have added the js file and uploaded etc but the add to cart buttons on the product page are not working (they do on the details page)

Also, the sidebar navigation is not working right.

Help!?

Thanks in advance,

K

Andy
ECT Moderator

95440 Posts

Posted - 07/30/2018 :  06:10:59  
Hi

Can you change this line

<script type="text/javascript" src="/js/ectcart.js"></script>

to

<script type="text/javascript" src="/isa/js/ectcart.js"></script>

as it seems to be a pth problem

Andy

Please feel free to review / rate our software

kpelham
Starting Member

USA
11 Posts

Pre-sales questions only
(More Details...)

Posted - 07/30/2018 :  06:40:54  
That did not work. (I had the complete /exact url there previously and it did not work either)

kpelham

Andy
ECT Moderator

95440 Posts

Posted - 07/30/2018 :  06:44:39  
Your products page works for me now, where are you seeing the problem?

Andy

Please feel free to review / rate our software

kpelham
Starting Member

USA
11 Posts

Pre-sales questions only
(More Details...)

Posted - 07/30/2018 :  07:36:55  
Oops... I forgot to upload the index page. It is working thanks!

The sidebar navigation is still messed up. Where do I go to fix that (its been so long since I worked on this cart... sorry)

Thanks again

K

Andy
ECT Moderator

95440 Posts

Posted - 07/30/2018 :  07:45:54  
I'm not sure how you had it before but this class in isa.css

li.ectsubmenu1{
background-color: #f2f6d9;
border-bottom:0px;
}

should now be

li.ectsub{
background-color: #f2f6d9;
border-bottom:0px;
}

and this

li.ectmenu1 a{
display:block;
padding:4px;
text-decoration: none;
color: #605F35;
FONT-SIZE: 11px;
font-weight: bold;
}
li.ectmenu1 a:hover{
color: #8F8E50;
background-color: #E2EAA9;
}

should now be

ul.ectmenu1 li a{
display:block;
padding:4px;
text-decoration: none;
color: #605F35;
FONT-SIZE: 11px;
font-weight: bold;
}
ul.ectmenu1 li a:hover{
color: #8F8E50;
background-color: #E2EAA9;
}

Can you see if that helps?

Andy

Please feel free to review / rate our software

kpelham
Starting Member

USA
11 Posts

Pre-sales questions only
(More Details...)

Posted - 07/30/2018 :  08:11:19  
Thanks Andy!

You know... after allllll these years, your customer service is still the best! Thanks s
o much
  « 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