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 07-09-2001 07:42:23

Guest
Guest

Cart frame

Can the "Your Shopping Cart" table on the bottom of the page be displayed in a frame at the top of the page so it may be continuously and easily viewed?  Currently, the client must scroll to the bottom of the page to see their contents... which can get quit annoying.

Thanks!

 

#2 07-13-2001 09:50:49

Guest
Guest

Re: Cart frame

I'm all for that option...Bottom of the page doesn't work for me either.

 

#3 07-30-2001 11:24:13

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Cart frame

Edit the file:

/cp/cgi-bin/library/modules/site_store.pl

Delete the following text from the subroutine site_store_nav_footer_display:

## Start delete

if ($site_store_display_cart_contents eq "Y" && $store_display_cart eq "Y") {

&site_store_cart_contents;

} ######### End of if statement.

## End delete

Add the deleted text to the routine site_store_nav_header_display at the very end.

This will pop the cart on the top of every store page.


Nick Hendler

Offline

 

Board footer