Difference between revisions of "Standard Order Form Templates"

From WHMCS Documentation

m (Order Form Landing Pages)
Line 1: Line 1:
Having an effective order form is crucial as it can mean the difference between a visitor converting into a customer, or abandoning their order entirely.
+
Having an effective order form is crucial. It can mean the difference between a visitor converting into a customer or abandoning their order entirely.
  
 
Whatever type of products and services you offer, WHMCS has a variety of order form styles you can choose from to showcase your products in the most effective way possible.
 
Whatever type of products and services you offer, WHMCS has a variety of order form styles you can choose from to showcase your products in the most effective way possible.
Line 6: Line 6:
  
 
* To set a default order form template, navigate to '''Setup > General Settings > Ordering'''.
 
* To set a default order form template, navigate to '''Setup > General Settings > Ordering'''.
* The default order form template will be used for any product group for which no custom template is set.
+
* The system uses the default order form template for any product group for which you haven't set up a custom template.
  
 
==Setting a Product Group Template==
 
==Setting a Product Group Template==
  
 
* WHMCS allows you to specify an order form template for each product group you create. This allows you to use different order form styles for different types of products you offer.
 
* WHMCS allows you to specify an order form template for each product group you create. This allows you to use different order form styles for different types of products you offer.
* To set a product group order form template, navigate to S'''etup > Products/Services''', and either create or edit an existing product group to set the order form template for it.
+
* To set a product group order form template, navigate to '''Setup > Products/Services''', and either create or edit an existing product group to set the order form template for it.
  
 
==Order Form Landing Pages==
 
==Order Form Landing Pages==
  
* Order form landing pages in WHMCS are the first page users see when selecting a product group.
+
* Order form landing pages in WHMCS are the first pages users see when selecting a product group.
 
* They display and showcase your products in various different formats.
 
* They display and showcase your products in various different formats.
* Order Form Landing Pages support a number of features you can take advantage of to maximise the impact of the pages. All of these are controlled from the Product Group management page.
+
* Order Form Landing Pages support many features you can take advantage of to maximise the impact of the pages. You can control these from from the Product Group management page.
* To access the product group management, , navigate to '''Setup > Products/Services''', and either create or edit an existing product group to set the order form template for it.
+
* To access the Product Group management page, navigate to '''Setup > Products/Services''', and either create or edit an existing product group to set the order form template for it.
  
 
===Features===
 
===Features===
  
* '''Product Group Name''' - The name of the product group used in the admin and client area.
+
* '''Product Group Name''' The name of the product group in the admin and client area.
* '''Product Group Headline''' - A headline displayed at the top of the Order Form Landing Page. Can be used for a catch marketing promotional line.
+
* '''Product Group Headline''' A headline at the top of the Order Form Landing Page. You can use this for a catch marketing promotional line.
* '''Product Group Tagline''' - A tagline displayed immediately below the headline (optional).
+
* '''Product Group Tagline''' A tagline immediately below the headline (optional).
* '''Group Features''' - Group features are displayed below the plans in selected Landing Page Order Form Styles. Add an unlimited number of features here for display.
+
* '''Group Features''' — An unlimited number of features to display below the plans in selected Landing Page Order Form Styles.
* '''Order Form Template''' - Allows you to override and use a specific Order Form Template for products within this product group.
+
* '''Order Form Template''' — A specific Order Form Template for products within this product group.
* '''Available Payment Gateways''' - Allows you to restrict the payment gateways that are made available for use with products inside a product group.
+
* '''Available Payment Gateways''' — A list of the payment gateways that are available for use with products inside a product group.
* '''Hidden''' - Determines if a link is shown to the product group within the Shopping Cart. Will still be accessible via the ''Direct Cart Group'' link.
+
* '''Hidden''' — Whether to display a link to the product group within the Shopping Cart. This link will continue to be accessible via the ''Direct Cart Group'' link.
  
 
==Feature Highlights==
 
==Feature Highlights==
Line 34: Line 34:
 
Feature Highlights allow you to define features and their values for products in a way that WHMCS can interpret for comparison based display.
 
Feature Highlights allow you to define features and their values for products in a way that WHMCS can interpret for comparison based display.
  
Feature Highlights are supported by most order form templates.  See the above descriptions for exact details.
+
Most order form templates support Feature Highlights.  See the above descriptions for exact details.
  
 
[[File:PremiumComparisonFeatureHighlights.png|right]]
 
[[File:PremiumComparisonFeatureHighlights.png|right]]
 
===Usage===
 
===Usage===
  
Feature Highlights are specified as part of the product description.  They must be entered in the following format, with one feature per line.
+
Feature Highlights are part of the product description.  You must enter them in the following format, with one feature per line.
  
 
  '''Feature: Value'''
 
  '''Feature: Value'''
Line 51: Line 51:
 
  Addon Domains: 1
 
  Addon Domains: 1
  
The preview on the right shows how the above would be rendered in the Premium Comparison order form.
+
The preview on the right shows how the above would display in the Premium Comparison order form.
  
<div class="docs-alert-info">For best results we recommend that you use the same features and in the same order for all products within the same product group.</div>
+
<div class="docs-alert-info">For the best results, we recommend that you use the same features in the same order for all products within the same product group.</div>
  
 
===Disabling Feature Highlights===
 
===Disabling Feature Highlights===
  
There may be occasions when it's required to disable feature highlights, such as when wishing to use other markup in the product description. To do this, simply edit the /templates/orderforms/*your active template*/products.tpl template file and perform one edit:
+
There may be occasions when you must disable feature highlights, such as when you want to use other markup in the product description. To do this, simply edit the /templates/orderforms/*your active template*/products.tpl template file and perform one edit:
# Remove/comment out:
+
# Remove or comment out:
 
<source lang="php">
 
<source lang="php">
 
                                     {if $product.featuresdesc}
 
                                     {if $product.featuresdesc}
Line 74: Line 74:
 
                                     </ul>
 
                                     </ul>
 
</source>
 
</source>
#Replace with:
+
#Replace it with:
 
<source lang="php">
 
<source lang="php">
 
                                     {$product.description}
 
                                     {$product.description}
 
</source>
 
</source>
  
Save changes and upload the modified template file. Now product descriptions will be displayed as entered.
+
Save the changes and upload the modified template file. Now, the system will display product descriptions as you enter them.
  
 
==Templates==
 
==Templates==
Line 97: Line 97:
 
</div>
 
</div>
  
The default shopping cart experience in Version 6.1 and later. Compatible with all types of products.
+
This is the default shopping cart experience in Version 6.1 and later. This is compatible with all types of products.
  
 
===Premium Comparison===
 
===Premium Comparison===
Line 113: Line 113:
 
</div>
 
</div>
  
Perfect for comparing a number of products/services. You should utilise the product features functionality to define comparable features/values, and ensure you have the same format/order for all descriptions of products within the group for best results.
+
This is perfect for comparing a number of products or services. You should use the product features functionality to define comparable features and values, and ensure you have the same format or order for all descriptions of products within the group.
  
 
===Pure Comparison===
 
===Pure Comparison===
Line 129: Line 129:
 
</div>
 
</div>
  
Perfect for comparing a number of products/services. You should utilise the product features functionality to define comparable features/values, and ensure you have the same format/order for all descriptions of products within the group for best results.
+
This is perfect for comparing a number of products or services. You should use the product features functionality to define comparable features and values, and ensure you have the same format or order for all descriptions of products within the group.
  
 
===Supreme Comparison===
 
===Supreme Comparison===
Line 144: Line 144:
 
</div>
 
</div>
  
Perfect for comparing a number of products/services. You should utilise the product features functionality to define comparable features/values, and ensure you have the same format/order for all descriptions of products within the group for best results.
+
This is perfect for comparing a number of products or services. You should use the product features functionality to define comparable features or values, and ensure you have the same format or order for all descriptions of products within the group for best results.
  
 
===Universal Slider===
 
===Universal Slider===
Line 159: Line 159:
 
</div>
 
</div>
  
Allows you to showcase your products in a slider format that can work universally for any type of product.  Includes support for comparison of product features with percentage bars as well as support for a free-form text description.  For best results we recommend utilising the product feature functionality to define 4 or 8 comparable features/values and using the same product description format for all products within the group - this avoids page shifting on sliding between products.
+
This allows you to showcase your products in a slider format that can work universally for any type of product.  It includes support for comparison of product features with percentage bars as well as support for a free-form text description.  For best results, we recommend using the product feature functionality to define four or eight comparable features or values and using the same product description format for all products within the group. This avoids page shifting or sliding between products.
  
 
===Cloud Slider===
 
===Cloud Slider===
Line 175: Line 175:
 
</div>
 
</div>
  
Perfect for comparing a number of products/services. You should utilise the product features functionality to define comparable features/values. For best results use 4 feature/value comparisons. and ensure you have the same format/order for all descriptions of products within the group for best results.
+
This is perfect for comparing a number of products or services. You should use the product features' functionality to define comparable features or values. For best results, use four feature or value comparisons. and ensure you have the same format or order for all descriptions of products within the group.

Revision as of 18:59, 30 April 2020

Having an effective order form is crucial. It can mean the difference between a visitor converting into a customer or abandoning their order entirely.

Whatever type of products and services you offer, WHMCS has a variety of order form styles you can choose from to showcase your products in the most effective way possible.

Setting a Default Template

  • To set a default order form template, navigate to Setup > General Settings > Ordering.
  • The system uses the default order form template for any product group for which you haven't set up a custom template.

Setting a Product Group Template

  • WHMCS allows you to specify an order form template for each product group you create. This allows you to use different order form styles for different types of products you offer.
  • To set a product group order form template, navigate to Setup > Products/Services, and either create or edit an existing product group to set the order form template for it.

Order Form Landing Pages

  • Order form landing pages in WHMCS are the first pages users see when selecting a product group.
  • They display and showcase your products in various different formats.
  • Order Form Landing Pages support many features you can take advantage of to maximise the impact of the pages. You can control these from from the Product Group management page.
  • To access the Product Group management page, navigate to Setup > Products/Services, and either create or edit an existing product group to set the order form template for it.

Features

  • Product Group Name — The name of the product group in the admin and client area.
  • Product Group Headline — A headline at the top of the Order Form Landing Page. You can use this for a catch marketing promotional line.
  • Product Group Tagline — A tagline immediately below the headline (optional).
  • Group Features — An unlimited number of features to display below the plans in selected Landing Page Order Form Styles.
  • Order Form Template — A specific Order Form Template for products within this product group.
  • Available Payment Gateways — A list of the payment gateways that are available for use with products inside a product group.
  • Hidden — Whether to display a link to the product group within the Shopping Cart. This link will continue to be accessible via the Direct Cart Group link.

Feature Highlights

Feature Highlights allow you to define features and their values for products in a way that WHMCS can interpret for comparison based display.

Most order form templates support Feature Highlights. See the above descriptions for exact details.

PremiumComparisonFeatureHighlights.png

Usage

Feature Highlights are part of the product description. You must enter them in the following format, with one feature per line.

Feature: Value

For example, the description for a shared hosting product using Feature Highlights might look like this:

Disk Space: 1000MB
Bandwidth: 5GB
Email Accounts: 5
Subdomains: 3
Addon Domains: 1

The preview on the right shows how the above would display in the Premium Comparison order form.

For the best results, we recommend that you use the same features in the same order for all products within the same product group.

Disabling Feature Highlights

There may be occasions when you must disable feature highlights, such as when you want to use other markup in the product description. To do this, simply edit the /templates/orderforms/*your active template*/products.tpl template file and perform one edit:

  1. Remove or comment out:
                                    {if $product.featuresdesc}
                                        <p id="product{$product@iteration}-description">
                                            {$product.featuresdesc}
                                        </p>
                                    {/if}
                                    <ul>
                                        {foreach $product.features as $feature => $value}
                                            <li id="product{$product@iteration}-feature{$value@iteration}">
                                                <span class="feature-value">{$value}</span>
                                                {$feature}
                                            </li>
                                        {/foreach}
                                    </ul>
  1. Replace it with:
                                    {$product.description}

Save the changes and upload the modified template file. Now, the system will display product descriptions as you enter them.

Templates

Standard Cart

Supported Features

Headline: Yes
Tagline: Yes
Feature Highlights: Yes
Featured Products: Yes
Product Group Features: No
Number of Products: For best results 3, supports unlimited.
Compatible With: Six template/Bootstrap 3

This is the default shopping cart experience in Version 6.1 and later. This is compatible with all types of products.

Premium Comparison

Premium Comparison

Supported Features

Headline: Yes
Tagline: Yes
Feature Highlights: Yes
Featured Products: Yes
Product Group Features: Yes
Number of Products: For best results 3, supports unlimited.
Compatible With: Six template/Bootstrap 3

This is perfect for comparing a number of products or services. You should use the product features functionality to define comparable features and values, and ensure you have the same format or order for all descriptions of products within the group.

Pure Comparison

Pure Comparison

Supported Features

Headline: Yes
Tagline: Yes
Feature Highlights: Yes
Featured Products: Yes
Product Group Features: Yes
Number of Products: For best results 4, supports unlimited.
Compatible With: Six template/Bootstrap 3

This is perfect for comparing a number of products or services. You should use the product features functionality to define comparable features and values, and ensure you have the same format or order for all descriptions of products within the group.

Supreme Comparison

Supreme Comparison

Supported Features Headline: Yes
Tagline: Yes
Feature Highlights: Yes
Featured Products: Yes
Product Group Features: Yes
Number of Products: For best results 6, supports unlimited.
Compatible With: Six template/Bootstrap 3

This is perfect for comparing a number of products or services. You should use the product features functionality to define comparable features or values, and ensure you have the same format or order for all descriptions of products within the group for best results.

Universal Slider

Universal Slider

Supported Features Headline: Yes
Tagline: Yes
Feature Highlights: Yes
Featured Products: Yes
Product Group Features: Yes
Number of Products: For best results between 4 and 8, supports unlimited space permitting.
Compatible With: Six template/Bootstrap 3

This allows you to showcase your products in a slider format that can work universally for any type of product. It includes support for comparison of product features with percentage bars as well as support for a free-form text description. For best results, we recommend using the product feature functionality to define four or eight comparable features or values and using the same product description format for all products within the group. This avoids page shifting or sliding between products.

Cloud Slider

Cloud Slider

Supported Features

Headline: Yes
Tagline: Yes
Feature Highlights: Yes
Featured Products: Yes
Product Group Features: Yes
Number of Products: For best results between 2 and 12, supports unlimited space permitting.
Compatible With: Six template/Bootstrap 3

This is perfect for comparing a number of products or services. You should use the product features' functionality to define comparable features or values. For best results, use four feature or value comparisons. and ensure you have the same format or order for all descriptions of products within the group.