[ic] Question regarding process.html

Rene Hertell interchange-users@icdevgroup.org
Fri Jun 7 18:22:03 2002


> I'm working on setting up Interchange (it came with a hosting package on a
> shared machine) for my company's products - mostly software. One of the
> things we need to do is to generate a unique key when the user buys one of
> the products. However, I can't find a way to edit the process.html page,
> which handles the checkout. I would settle for a link on the final invoice
> page that says something along the lines of "Click to Recieve
> Your Key", but
> I can't see a way to do that. Has anyone else done anything similar?

Check the html-source of the checkout-page. on the last line you'll find a
hidden value <!-- ord/checkout.html -->. That's the page you should edit.
The process page is just built from all the pages stored in CATROOT/pages
(where catroot is the place where your catalog-stuff is located).

Rene