The Shopping Cart Page totals all Product items for the current Customer and applies any discounts or Offers to the Order subtotal. The Customer can update quantities and remove items from their cart, enter and apply Offers, add any qualifying Up-Sell Offers to their cart, bookmark the Saved Cart link, or start the secure Checkout process.
Here are the Page Type Properties available to this Page Type:
Update Button Label: | Enter the text you wish to display on the "Update" button. This button will recalculate the total, apply Offers if any and display the results. |
Shopping Cart Label: | This label allows you to customize the system messages that are displayed for
this Page. TIP: You only need to place one or two words here. For example, if you are creating a retail storefront, you might want this label to be "Gift Bag". Then whenever an empty shopping cart is displayed, the message "Your Gift Bag is Empty." would be displayed to the Customer. |
Quick Add Label: | Enter text that you wish to display as the label for the Up-sell boxed area at the top of this page. You must specify the Quick Add Product Group to display the label and the boxed area. |
Quick Add Product Group: | Select an optional Product Group if you wish to add to the Up-sell boxed area that will apear at the top of this page. |
Product Description Type: | Select whether you want the full description or short description to appear for Products in the customer's cart. The full description is generally a large, HTML description that may contain pictures. The short description is generally a smaller, plain-text description. |
Offer Code Label: | Enter the label for the Offer field that is displayed at the bottom of this page. The default is "Promotion Code". |
Offer Code Message: | Enter the text message that will appear to the right of the Offer Code field at the bottom of this page. |
Update Button Label: | Enter the button label for the Update button that will recalculate the totals on this page when pressed by the Customer. |
Checkout Button Label: | Enter the text you wish to display on the "Checkout" button. |
Hook Code: |
You can use this field to enter PHP code that you want to execute when the customer clicks the checkout button on this Page. This is useful if you have custom validation that needs to happen when a customer checks out. The code is executed after the system's field validation, but before the customer is forwarded to the next Page.
In order to use this feature this site must have an Elite hosting plan or software subscription and your User role must be Administrator or Designer. Also, your site administrator must enable PHP regions by adding the following to the config.php file. If you can see this field, then PHP regions are already enabled. define('PHP_REGIONS', true); You may enter the opening <?php and closing ?> tags in this field, however they are not required. DISCLAIMER: Hook code can create security and stability issues for your website. We are not responsible in any way for the results of any code that is executed within your web space. Be extremely careful with this feature. You can accidentally destroy your website database, software, files, and configuration!!! |
Next Page (with shipping): | Enter the Shipping & Arrival Page that you want the Customer to be directed to when the Checkout Button is clicked. If there are ANY Products in the cart that are "shippable", the Customer will be sent to this Page. |
Next Page (without shipping): | Enter the Order Preview Page that you the Customer to be directed to when the Checkout Button is clicked. If there are NO Products in the cart that are "shippable" the Customer will be sent to this Page. |
TIP: If you use the Express Order Page, you don't need this Page in your checkout process.