Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 09-24-2003 11:57:05

daniel
Member
Registered: 09-23-2003
Posts: 7

View Cart

What do I need to do to let users view the shopping cart from any page? I am using remote HTML to post everything to the shopping cart.

Offline

 

#2 09-24-2003 15:38:17

EagleWolf
Member
From: Daytona Beach, FL
Registered: 07-27-2003
Posts: 979

Re: View Cart

I think mentioned using SSI to view items from outside the cart,


Chris
<a href='mailto:webmaster@equivity.com'>webmaster@equivity.com</a>
-

Offline

 

#3 09-24-2003 16:14:44

Ed_H
Member
From: Smashachusetts
Registered: 09-12-2003
Posts: 397
Website

Re: View Cart

The following link html should work.  Just include the full URL if  ccp51 is on a different domain and adjust the path to your set up.

<a href="/ccp51/cgi-bin/cp-app.cgi?rrc=N&pg=cart">View Cart</a>

Offline

 

#4 09-24-2003 16:27:22

EagleWolf
Member
From: Daytona Beach, FL
Registered: 07-27-2003
Posts: 979

Re: View Cart

That link will take you to the cart in ccp, but to view the cart outside of ccp it would have to be done either using frames or ssi on a "static" html page.


Chris
<a href='mailto:webmaster@equivity.com'>webmaster@equivity.com</a>
-

Offline

 

#5 09-24-2003 16:32:14

daniel
Member
Registered: 09-23-2003
Posts: 7

Re: View Cart

Thanks Ed H, it worked great!  smile 

Offline

 

#6 09-24-2003 17:31:07

Ed_H
Member
From: Smashachusetts
Registered: 09-12-2003
Posts: 397
Website

Re: View Cart

You're very welcome daniel.  Eagle Wolf - I think we were thinking about two different things.  I'm interested to know about the ssi call in a static page though!  That would be great for a "mini-cart". 

I use iframes extensively for product displays in static pages.  Very tricky stuff, but it's working great.  ClickCart  Pro is very flexible.

Offline

 

#7 02-09-2006 17:10:35

davezx
Member
Registered: 02-03-2006
Posts: 40

Re: View Cart

I just tried that, and it didn't work.

I got Your Shopping Cart is currently empty.

I need to access the cart from outside of the store.

Offline

 

#8 02-09-2006 17:40:27

dtwg
Member
From: California
Registered: 11-15-2004
Posts: 1339
Website

Re: View Cart

From a static page, this is how you'd link to your cart:

Code:

<a href="http://www.your domain.com/ccp51/cgi-bin/cp-app.cgi?rrc=N&pg=cart">View Cart</a>

If that doesn't work, check your cookie domain and cookie path settings in Manage Program Settings, delete your site's cookie from your browser, and start over.

If you continue to have problems, please post a link to your site.

Dave - dtwg

Offline

 

#9 02-09-2006 18:04:13

davezx
Member
Registered: 02-03-2006
Posts: 40

Re: View Cart

Thanks Dave, That worked!

In addition to the Cart, is there a way to link to the other pages. I was hoping to have a common pulldown menu on the top nav for the different cart areas..

For example, is there a way to link to the Checkout from anywhere?

Thanks

Offline

 

#10 02-09-2006 19:08:46

dtwg
Member
From: California
Registered: 11-15-2004
Posts: 1339
Website

Re: View Cart

If you're using secure checkout I don't think you can link directly to checkout from a remote page because cookies don't work with SSL in CCP. You'll probably find that it empties your cart (well, not really, it just can't match it up) because CCP assigns a new cookie. It's only one more click from the cart to checkout, so not a major deal IMO.

You can link to most other pages by a similar link to the view cart example, just change the pg value to the appropriate page name as per the CCP site urls.

HTH,

Dave - dtwg

Offline

 

#11 02-10-2006 12:23:47

davezx
Member
Registered: 02-03-2006
Posts: 40

Re: View Cart

We're not using SSL on the site, we're using a secure gateway.

I tried some URL's like ste_checkout and checkout, but they didn't work.. They just brought me to a blank page

Can you give me a page I can use?

Thanks

Offline

 

Board footer