Content Templates
The following list of templates are used in the main content area of the global templates, replacing the {CONTENT} place holder.
The template (skin) files are located here:
skins/YOUR_SKIN/styleTemplates/content/
The templates display the HTML required for the page to display in a browser, however the content is controlled by an equivalent PHP file in order to display the correct information. The control (core PHP) files are located here:
includes/content/
Used in 'index.tpl'
| Content Page |
Template Name |
Control File |
Details |
|
| Account Options |
account.tpl |
account.inc.php |
The accounts template displays the links to the customer profile page, order history, mailing list preferences and the password change page. |
more |
| Change Password |
changePass.tpl |
changePass.inc.php |
The page that displays the dialogs to change the customer password. |
more |
| Forgotten Password |
forgotPass.tpl |
forgotPass.inc.php |
Is a customer has forgotten their password, on the login page they can select to have their password sent out via entering their email address on this template. |
more |
| The homepage |
index.tpl |
index.inc.php |
This is the homepage where the latest products are found. |
more |
| Login Page |
login.tpl |
login.inc.php |
The customer login page. |
more |
| Logout Page |
logout.tpl |
logout.inc.php |
The page that appears when the customer clicks on 'logout' when logged into their account. |
more |
| Unsubscribe |
unsubscribe.tpl |
unsubscribe.inc.php |
Allows customers to unsubscribe their email address from newsletters / mailing lists. This can also be done within their account settings. |
more |
| Newsletter Options |
newsletter.tpl |
newsletter.inc.php |
When a customer is logged into their account, they are able to change their mailing list options. |
more |
| Customer Profile |
profile.tpl |
profile.inc.php |
When a customer is logged into their account, they are able to view their own profile information which includes their name, address and email etc. |
more |
| Tell-a-Friend |
tellafriend.tpl |
tellafriend.inc.php |
On the product details page there is a tellafriend link which when clicked opens up this template with the forum to send an email to a friend with a link to that product. |
more |
| Category Page |
viewCat.tpl |
viewCat.inc.php |
The category page which lists all subcategories and products within that category. |
more |
| Site Documents |
viewDoc.tpl |
viewDoc.inc.php |
Site documents which may contain your terms and conditions etc, as entered into CubeCart in the Admin Site Documents page. |
more |
| Product Details |
viewProd.tpl |
viewProd.inc.php |
Product details page which includes links to the tellafriend page, and the list of product options etc. |
more |
| Advanced Search |
search.tpl |
search.inc.php |
Advanced Search. |
more |
| Gift Certificate |
giftCert.tpl |
giftCert.inc.php |
Allows the customer to purchase a gift certificate. |
more |
| Error Page |
error.tpl |
error.inc.php |
Error page. |
more |
Used in 'cart.tpl'
| Content Page |
Template Name |
Control File |
Details |
|
| Cart Step 1 |
step1.tpl |
step1.inc.php |
Step 1 of the ordering process. This shows the log in or continue shopping dialog that is displayed when the customer is not logged in, but clicked on 'Continue' on the initial shopping cart page. |
more |
| Shopping Cart/Basket |
cart.tpl |
cart.inc.php |
The cart template is the template that is used when the 'view basket' buttons are clicked on. The template displays the list of products currently in the basket, and allows the customer to remove and add items from the cart. |
more |
| Payment Gateway |
gateway.tpl |
gateway.inc.php |
Choose the payment gateway to make payment. |
more |
| Order Confirmation |
confirmed.tpl |
confirmed.inc.php |
Used for the confirmation page, once an order has gone through the payment gateway and returned to the store. |
more |
| Download Expiry |
dnExpire.tpl |
dnExpire.inc.php |
Once a digital product download has expired, the template is used to show the expiry message. |
more |
| No Shipping Allowed |
noShip.tpl |
noShip.inc.php |
If no shipping is configured or set up for your country, this template is used to show the message. |
more |
| Order Overweight |
overWeight.tpl |
overWeight.inc.php |
If the weight is too much for the order, this template is used to show the message. |
more |
| Customer Registration |
reg.tpl |
reg.inc.php |
The customer registration page. |
more |
| View All Orders |
viewOrders.tpl |
viewOrders.inc.php |
Within the customer account, clicking on the 'Order History' will show the complete list of orders the customer has made, using this template. |
more |
| View Specific Order |
viewOrder.tpl |
viewOrder.inc.php |
Selecting a specific order from the order history list, will use this template. |
more |
|