DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Configure Stock Keeping Unit (SKU)ΒΆ

Each product has its own unique number (SKU) which helps to identify the product for customers and sellers. Within wt_cart you can display this number within your cart and confirmation emails. There are 2 TypoScript constants . You must not set both values. Either your SKU is sent as POST parameter or stored in your product database.

plugin.wtcart {
  # if no database for products is used
  gpvar.sku =
  # if database for products is used
  db.sku =
}

Property

gpvar.sku

Data type

Text

Description

Enter the correct parameter name for your SKU.

Property

db.sku

Data type

Text

Description

Enter the correct column name of the table where the SKUs are stored (e.g. sku).