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
Next Page
Author « Topic »
Page: of 2

kissmecomix
Starting Member

USA
37 Posts

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

Posted - 07/02/2018 :  20:39:50  
I was wondering if the was a tweak to have the cart go to the SSL side on checkout? Also a tweak for the SSL admin login, I know there was one in the older versions, thanks


Kiss Me Comix
Graphic Adventure Publishing

dbdave
ECT Moderator

USA
10277 Posts

Posted - 07/02/2018 :  22:48:08  
For newer versions, you just set that in the admin main settings.

These days, it's best for all e-commerce sites to be full ssl on all pages. Google have been very vocal that sites not on ssl may be demoted.
There is a really good thread here - https://www.ecommercetemplates.com/support/topic.asp?TOPIC_ID=106851

kissmecomix
Starting Member

USA
37 Posts

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

Posted - 07/04/2018 :  05:37:44  
We do have the cart fully on the SSL side, but for some strange reason the cart when going to complete the purchase process, it goes to the non-ssl page, we also noticed that on the SSL pages we get partial code of the include of setting the site to go to the SSl you can see it by going to https://kmcdirect.kissmecomix.com

Now in order to get the site to go straight to the SSL side do!we eliminate the site URL in the admin?

Kiss Me Comix
Graphic Adventure Publishing

Andy
ECT Moderator

95440 Posts

Posted - 07/04/2018 :  06:00:47  
The Store URL and the SSL URL both need to be set to https....

Can you try that?

Andy

Please feel free to review / rate our software

kissmecomix
Starting Member

USA
37 Posts

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

Posted - 07/04/2018 :  06:27:11  
Did that and the cart still ends up going to the non SSL side


Kiss Me Comix
Graphic Adventure Publishing

Andy
ECT Moderator

95440 Posts

Posted - 07/04/2018 :  06:29:46  
I tried to look at your site but I'm not getting any pages showing, is there a problem on the site right now?

Andy

Please feel free to review / rate our software

kissmecomix
Starting Member

USA
37 Posts

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

Posted - 07/05/2018 :  19:39:04  
There was as i was reworking the subdomain redirect, but in reseted the site back to its original state, try it now


Kiss Me Comix
Graphic Adventure Publishing

Andy
ECT Moderator

95440 Posts

Posted - 07/05/2018 :  23:37:55  
I see this at the top of all your pages

cart page on http is=TRUE;

I assume that's coming from includes.php so I'd fix that. You are also missing css/ectcart.css - the line is in your code but may be the path is incorrect.

Andy

Please feel free to review / rate our software

kissmecomix
Starting Member

USA
37 Posts

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

Posted - 07/06/2018 :  06:18:10  
That is strange, as I send all the update info straight into the directory Via ftp, I'll try that again


Kiss Me Comix
Graphic Adventure Publishing

kissmecomix
Starting Member

USA
37 Posts

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

Posted - 07/06/2018 :  19:31:42  
question the css that is the updaters, is that css for the vsadmin or is that for the entire cart?? if it is for the entire cart I've been placing it within the vsadmin folder


Kiss Me Comix
Graphic Adventure Publishing

Andy
ECT Moderator

95440 Posts

Posted - 07/06/2018 :  22:10:42  
Hi

There is a css file for both. For the store pages it is ectcart.css and that should go in your main /css/ folder

There is also a css file already in the vsadmin folder, that's alway been there and is called adminstyle.css

Andy

Please feel free to review / rate our software

kissmecomix
Starting Member

USA
37 Posts

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

Posted - 07/08/2018 :  17:25:15  
holr crap then I've been putting the css file in the wrong spot


Kiss Me Comix
Graphic Adventure Publishing

kissmecomix
Starting Member

USA
37 Posts

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

Posted - 07/08/2018 :  18:09:15  
I also checked my includes.php files to se if that is causing the cart page on http=True and everything checks out there, anywhere else can think of ?



Kiss Me Comix
Graphic Adventure Publishing

kissmecomix
Starting Member

USA
37 Posts

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

Posted - 07/08/2018 :  18:49:48  
I used chrome's dev tools to see if I can locate where the cart message is coming from and it found a match in clientlogin.php line 22 but i check its not here I have a screenshot maybe you can tell me where this is coming from
[img]http://kissmecomix.com/images/cartscreenshot.png[/img]

Kiss Me Comix
Graphic Adventure Publishing

dbdave
ECT Moderator

USA
10277 Posts

Posted - 07/08/2018 :  21:06:52  
I added a security exception to my browser and had a look.
I would take a look in the cart.php page in your html editor.

Two other problems I noted.
You are calling the jquery library twice on the page, once in the head and again at the bottom of the page.
You only want that once, or you are asking for problems.

Next, you still do not have the css linked up. I think it's an extra forward slash there.

<link href="css/style.css" rel="stylesheet">
<link href="/css/ectcart.css" rel="stylesheet">
<link rel="stylesheet" href="css/flexslider.css" type="text/css" media="screen" />

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

Andy
ECT Moderator

95440 Posts

Posted - 07/09/2018 :  00:05:36  
That location in the editable section looks like where you may have your PHP includes lines so I think it's probably in vsadmin/ncludes.php

Andy

Please feel free to review / rate our software

kissmecomix
Starting Member

USA
37 Posts

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

Posted - 07/09/2018 :  19:40:11  
okay, Andy, I'll take another look, and where should the Jquery come? all so confusing as I purchased this upgrade and jut uploaded the pages and stuff

Kiss Me Comix
Graphic Adventure Publishing

dbdave
ECT Moderator

USA
10277 Posts

Posted - 07/09/2018 :  20:23:02  
quote:
and where should the Jquery come?


You already have it, but you are linking to it twice on the page.
You link to it much like the css refrences there.
Just remove the one near the bottom of the page (or from your dwt file if that's where you have it).

kissmecomix
Starting Member

USA
37 Posts

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

Posted - 07/09/2018 :  20:36:53  
I see that the extra slash in the css link on the double jquery is in all the pages, I didn't change the coding for this, these were coded by the original
programmers them things I mess with is the includes. If this was the older version i would be brave enough, but this is a tad beyond me.

Now when I take out the 2nd Jquery I lose the Big Banner on the index page.
Finally just to make sure, I took out the $cartpageonhttps in the includes.php just to see if the test would go away, it doesn't so now what?



Kiss Me Comix
Graphic Adventure Publishing

Edited by - kissmecomix on 07/09/2018 20:49:30

dbdave
ECT Moderator

USA
10277 Posts

Posted - 07/09/2018 :  22:34:19  
I think the best thing is to get the ssl issue sorted then deal with the jquery and css issue.

kissmecomix
Starting Member

USA
37 Posts

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

Posted - 07/11/2018 :  17:54:06  
good point
would reimporting the includes file makes sense, ther cart page on http appears on the admin page as well


Kiss Me Comix
Graphic Adventure Publishing

Edited by - kissmecomix on 07/11/2018 18:06:49
Page: of 2 « Topic »  
Next Page
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.05 seconds. Snitz Forums 2000