Jump to content

"View basket" function; cart.php?act=step2 code


Guest

Recommended Posts

the link to view basket is:

http://gemmarkets.com/store/cart.php?act=step2

the code in cart.php for step 2 that the link appears to refer to is:

case "step1":

include("includes/content/step1.inc.php");

$body->assign("PAGE_CONTENT",$page_content);

break;

case "cart":

case "step2":

case "step3":

case "step4":

include("includes/content/cart.inc.php");

$body->assign("PAGE_CONTENT",$page_content);

break;

There appears to be no code assocaited with "step2", at least in the code i d/l when i installed v. 3.03.

can someone please advise?

Link to comment
Share on other sites

Hi

This is where the solution to this problem is posted:

KateKoala Posted: Sep 21 2005, 03:00 PM

Member

Group: Members

Posts: 13

Member No.: 37,420

Joined: 6-May 05

Submissions: None Submitted

Downloads: 8

Very relieved,

Marc

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...