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 06-29-2001 08:00:03

Will
Member
Registered: 02-26-2003
Posts: 493
Website

Order number on confirmation page.

It would be nice if the order number could be put on the order confirmation page.  You know, the page that comes up right after selecting shipping, the one that if you submit sends you to a secure site.   I want to put in text that says if you are purchasing by other than credit card, print this page and send it in....  Any idea what I can add to that pl file to put that variable on the screen? 


Will

Offline

 

#2 07-02-2001 06:57:11

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

Re: Order number on confirmation page.

Add this to:

./cgi-bin/library/modules/site_store_order_confirm.pl

Just look for the confirm of the order and add it in where you like.


Nick Hendler

Offline

 

#3 07-02-2001 09:45:44

Will
Member
Registered: 02-26-2003
Posts: 493
Website

Re: Order number on confirmation page.

I'm not sure what to add in.


Will

Offline

 

#4 07-04-2001 08:24:51

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

Re: Order number on confirmation page.

Add in HTML that contains the variable $tracking_ref_no  wherever you  like.  I'd put it in the routine "site_store_order_final_conirm" below the line :

<TABLE BORDER="0" WIDTH="375" COLS="2" CELLPADDING="5" CELLSPACING="0">


Nick Hendler

Offline

 

Board footer