4.1 HTML Template Descriptions

The below tables list the location and description of every HTML template used by the Shopping Cart module.
Directory: /cgi-bin/xflow/modules/shop/htmlt/

HTML Template
Description
reminder.htmlt
Displayed when a customer clicks on the Forgot Password link of the login form. Asks for the e-mail address, to e-mail the password to.
reminder_success.htmlt
Displayed after a customer submits the reminder.htmlt template, and their password has been e-mailed to them.

Directory: /cgi-bin/xflow/modules/shop/htmlt/carea/

HTML Template
Description
edit_profile.htmlt
Displayed when a customer goes to edit their profile through the Customer Area.
login_expired.htmlt
When a customer has been automatically logged out of the Customer Area, due to too many minutes of inactivity.
login_inactive.htmlt
Displayed when a customer, who's account is inactive, tries to login to the Customer Area.
login_invalid.htmlt
Displayed when a customer enters an invalid username or password when logging into the Customer Area.
logout.htmlt
Small template displayed after a customer successfully logs out of the Customer Area.
order_approved.htmlt
Displayed when a customer purchases a product through the Customer Area, and the payment is approved.
order_declined.htmlt
Displayed when a customer purchases a product through the Customer Area, and the payment is declined.
order_error.htmlt
Displayed when a customer purchases a product through the Customer Area, and the payment processor returned an error.
order_history.htmlt
Shows a list of all orders submitted on the customer's account. Displayed when a customer views their order history.
order_pending.htmlt
Displayed when a customer purchases a product through the Customer Area, and the payment is pending.
order_view.htmlt
Displayed when a customer views information on an order submitted on their account. Shows order details, payment information, products purchased, etc.
purchase.htmlt
Displayed when a customer wants to purchase additional products through the Customer Area. Asks the customer which payment method they would like to use.
subscriptions.htmlt
When a customer views all recurring subscriptions on their account, through the Customer Area.
subscriptions_manage.htmlt
Displayed when a customer manages a recurring subscription on their account. Shows all details on the recurring subscription, and allows the customer to update the payment method charged.
support_reply_thankyou.htmlt
Only applicable if you have the Support System module installed. Displayed after a customer submits a reply to a support request through the Customer Area.
support_submit.htmlt
Only applicable if you have the Support System module installed. Displayed when a customer goes to submit a new support request through the Customer Area.
support_submit_thankyou.htmlt
Only applicable if you have the Support System module installed. Displayed after a member successfully submits a new support request through the Customer Area.
support_view.htmlt
Displayed when a customer views / manages a support request on their account, through the Customer Area.
support_view_all.htmlt
Only applicable if you have the Support System module installed. Displayed when the customers views a list of all support requests on their account, including closed requests.
support_view_open.htmlt
Only applicable if you have the Support System module installed. Displayed when a customer views a list of all open support requests currently on their account.
view_payment.htmlt
Displayed when a member views details of a payment, through the subscriptions_manage.htmlt template, when managing a recurring subscription.

Directory: /cgi-bin/xflow/modules/shop/htmlt/cart/

HTML Template
Description
add_success.htmlt
Displayed after someone successfully adds a new product to their cart through the add_cart.cgi script.
browse.htmlt
Displayed when someone browses all categories and products through the browse.cgi script.
view.htmlt
Displayed when someone views details on a specific product.
view_cart.htmlt
Displayed when someone views / manages the contents of their shopping cart, through the view_cart.cgi script.

Directory: /cgi-bin/xflow/modules/shop/htmlt/order/

HTML Template
Description
order_approved.htmlt
Displayed when someone submits a new order, which is approved.
order_declined.htmlt
Displayed when someone submits a new order, which is declined.
order_error.htmlt
Displayed when someone submits a new order, and the payment processor returned an error while processing payment.
order_form_new.htmlt
The order form displayed when a new customer submits an order. Asks for the customer's contact information, payment information, and so on.
order_form_return.htmlt
The order form displayed when a returning customer submits an order. This template doesn't ask for the customer's contact information, but instead, only the payment information.
order_pending.htmlt
Displayed when someone submits a new order, which has a status of pending.
return_ask.htmlt
Displayed when someone first checks out. Asks if the customer is a returning customer, and if so, the Customer ID#.
return_found.htmlt
Displayed if the Customer ID# specified in the return_ask.htmlt template exists in the database. Asks the returning customer to confirm their contact info.
return_notfound.htmlt
Displayed if the Customer ID# specified in the return_ask.htmlt template does not exist in database. Asks the customer for a new Customer ID#, or to continue as a new customer.