Using Order Options and Sub SKUs with Americart (VirtualCart)

Order Options (sometimes called "attributes") are options such as color or size that can be displayed on your Americart Add to Cart forms. Americart and VirtualCart append those options to the item name which is how they appear in the shopping cart and in your downloaded orders.

There are several ways the Order Manager works with Americart order options:

 

  1. Retain the standard SKU for the main product. Put the options into the fields called Option 1 thru Option 10. Put the entire field as supplied by Americart into the Freeform Options field.

  2. Retain the standard SKU for the main product. Put each option into a separate line item. Items that are options for the main product (color, size, etc.) are stored with the SKU "Order Option". Their Price & Cost are set to zero, and no inventory checking is done for those options. Options that are really separate products (cross-sell items, accessories, etc.) are stored as separate line items with their own SKUs, and inventory checking is done for those items.

  3. Build "sub SKUs". This option lets you track your inventory down to the specific options selected by your customers. For example, if you sell T-shirts and each shirt has a color and a size, inventory tracking does not do you much good unless you can track them down to the specific colors and sizes. This option lets you turn a "parent" SKU, such as "ABC001" into a specific "sub SKU", such as "ABC001-Blk-XL", then subtract that SKU from your inventory. It replaces the parent SKU in the order with the sub SKU, and puts the options into the Option 1 thru Option 10 fields.

To control how the Order Manager handles your order options, you need to set some system parameters. These system parameters are in the Order Options group:

 

Option handling also depends on how you format your options within your Add to Cart buttons. Each option can be divided into 1 to 5 parts:

 

Examples:

Simplest example: just Option Delimiter and Option: 
            Option: Small

With option name: 
                Option: Size=Small

With SKU Abbreviation:  
                Option:Size=SM:Small

With price modifier: 
                Option: Size=XL:Extra Large $5.00
      or: 
                Option: J078XL:Size=Extra Large $5.00

Without option name: 
                Option: XL:Extra Large; $5.00

Without option name and SKU Abbreviation: 
                Option: Extra Large; $5.00