Page 1 of 1

Documentation on Shopping Cart Template?

PostPosted: Thu Jan 15, 2004 1:56 pm
by David
Where does one find the documentation on the version 7.0 shopping cart
template? (And for that matter the new template feature specifications
for all the templates.)

David

Re: Documentation on Shopping Cart Template?

PostPosted: Fri Jan 16, 2004 7:29 am
by Gary Kennedy
Also are their any sample alternate templates?

Gary Kennedy
VP Internet

Marty Shoes Inc.
http://www.martyshoes.com
gkennedy@martyshoes.com

Marty Shoes Inc.
60 Enterprise Ave. N.
Secaucus, NJ 07094
Toll Free: 800-262-7897
Fax: 201-319-1446
"David" <someotherdavid@yahoo.com> wrote in message
news:opr1t1o3b1r1stul@news.shopsite.com...
Where does one find the documentation on the version 7.0 shopping cart
template? (And for that matter the new template feature specifications
for all the templates.)

David

Re: Documentation on Shopping Cart Template?

PostPosted: Fri Jan 16, 2004 11:11 am
by loren_d_c
In ShopSite Manager and Pro v7, you can use the new Copy ShopSite
Template functionality in Merchandising -> Custom Templates to copy any
of the ShopSite default templates (the ones that use the Custom Template
language, that is, some of the really old page and product templates
don't) into your own area to view and edit them. At this time there are
no other examples of a shopping cart or customer registration templates
available from ShopSite, but you can use the included ones as examples
to make your own, as others already have.

A good example of a store using custom page, product, shopping cart, and
registration templates (and the new Pro mini-cart feature) is wle.com.

-Loren



Gary Kennedy wrote:
Also are their any sample alternate templates?

Gary Kennedy
VP Internet

Marty Shoes Inc.
http://www.martyshoes.com
gkennedy@martyshoes.com

Marty Shoes Inc.
60 Enterprise Ave. N.
Secaucus, NJ 07094
Toll Free: 800-262-7897
Fax: 201-319-1446
"David" <someotherdavid@yahoo.com> wrote in message
news:opr1t1o3b1r1stul@news.shopsite.com...

Where does one find the documentation on the version 7.0 shopping cart
template? (And for that matter the new template feature specifications
for all the templates.)

David



Re: Documentation on Shopping Cart Template?

PostPosted: Fri Jan 16, 2004 4:25 pm
by David
But the documentation is not in the templates. And it does actually exist
- why not have it available?

The shopping cart "Continue Shopping" button doesn't work right. It
appears to read the referring document URL and goes to it. This action
results in the placement of the referring document at the top of the
browser's history stack - rather than the desired effect of decrementing
the stack pointer to the previous document:


Browser History Stack
Continue Shopping Desired
Button effect effect

B <- C
C B <-
B A
A

Where C is the shopping cart and B is the page that sent you to the cart.

It appears (I haven't thoroughly tested it, yet) that I can get what I
want with the following:

<a class="pagelink" href="javascript:history.back(-1)">Back</a>

But this requires that the browser have javascript enabled (the Continue
Shopping button does not.) I realize that I may have to live with this
(and tell the non-javascript people to use their back button), but if
there is something to work from in the documentation of the cart template
I'd like to give it a shot.

While examples are nice, without some documentation it's just trial and
error.


On Fri, 16 Jan 2004 10:11:31 -0700, Loren <loren_d_c@yahoo.com> wrote:

In ShopSite Manager and Pro v7, you can use the new Copy ShopSite
Template functionality in Merchandising -> Custom Templates to copy any
of the ShopSite default templates (the ones that use the Custom Template
language, that is, some of the really old page and product templates
don't) into your own area to view and edit them. At this time there are
no other examples of a shopping cart or customer registration templates
available from ShopSite, but you can use the included ones as examples
to make your own, as others already have.

A good example of a store using custom page, product, shopping cart, and
registration templates (and the new Pro mini-cart feature) is wle.com.

-Loren



[snip]