Table of Contents

BTO Settings

In the ProductCart Control Panel navigation, click on “BTO > BTO Settings” to configure general settings that apply to all Build To Order Products sold on your store. Some of these settings can also be applied at the BTO Product level, overriding the general settings.

They are grouped in five areas:

Display Settings

Configuration page

These settings change the way the configuration page and the “View Details” pop-up window are displayed. Note that you can style several areas of the BTO configuration pages by using dedicated styles in “pcStorefront.css” FIXME (This area needs to be expanded with more information on CSS).

View Details Pop-Up

AJAX-driven product preview

If AJAX is turned on in the storefront (General Settings > Store Settings > Miscellaneous), a simple mouse over any item name on the configuration page will provide customers with information on that item in a product preview window.

The difference with the “View Details” pop-up is that the product preview window is product-specific. The “View Details” pop-up provides information on all products in the category.

Related topic:

Inventory Settings

Ability to purchase BTO products

You can decide whether to have inventory settings apply to BTO Products or not.

If you select Yes, then the general inventory settings for your store, which you have configured under General Settings > Store Settings, will also apply to BTO Products. So if you are not allowing the sale of out of stock products and the BTO product is out of stock, it cannot be purchased.

This may not work well in a scenario in which you are selling both products and services on your store, you keep inventory on your products and do not want customers to be able to purchase out of stock items BUT need customers to be able to select, configure and purchase one of your services, for which there is no inventory.

Inventory levels and configuration items

Please note the following about the inventory levels of the items shown on a BTO configuration page.

Purchase Settings

When you create a BTO product, you can set up a default configuration for the product (e.g. a custom computer may come standard with a certain processor, memory, hard-disk type, etc.). Here you can define whether or not you want to prevent customers from purchasing the product or service “as is” (i.e. in its default configuration), forcing them to go through the configuration page.

A related feature: if you set up a specific BTO product to skip the product details page, then customers will be taken directly to the configuration page. This is option is set on the Add/Edit BTO Product pages.

Even if you allow customers to purchase a BTO product from the product details page: if the BTO product has “Additional Charges” associated with it, the customer will NOT be able to add the BTO Product to their cart from the Product Details page, but will be required to go through the configuration process.

Quantity Discount Settings

Here you can specify how quantity discounts should be calculated when applied to BTO products. You have two options:

Unit Price = (Default Price + Selected Items’ Prices – Item Discounts)*(1-Quantity Discount Rate)
Unit Price = (Default Price)*(1-Quantity Discount Rate) + Selected Items’ Prices – Item Discounts

Note that all of the above applies only when the discount is a percentage discount. When quantity discounts use an absolute amount (e.g. $15 per unit), the result is the same regardless of the option selected in this area. In that case, the formula is simply:

Unit Price = Default Price + Selected Items’ Prices – Item Discounts – Product Discount

Quoting Settings

This set of options allows you to enable and disable unique and powerful features of the Build To Order system. That is: the ability for your customers to save a current configuration (i.e. a “quote” or an “estimate”) so that it can be later printed in a printer-friendly format, edit it, submit it to the store, or turn it into an order.

Before being able to save a quote, customers that are not registered with your store, or that are not logged in, will be prompted to log in. After they log in, the information will be saved to their account. At any time, they can access their account, view & print previous quotes, reconfigure the product or service, and submit it as an order depending on the settings described below.

Submitting a Quote

When customers are allowed to submit a quote, they do so in the storefront instead of adding a Build To Order product to the shopping cart. They configure the product and then click on “Save Quote”. The current product configuration is saved to their account as a “quote”. From there, they can edit the quote (i.e. change product configuration) and submit it to the store administrator for review.

The quote submission feature allows you to:

From quote to order

When a quote is submitted by a customer, an e-mail is automatically sent to the store administrator. At that time, the store administrator can log into the Control Panel and…