You can use ShopSite’s variable name, price, and sku in your custom templates. Variable names allow the customer to designate the name of the product before adding it to the cart. Variable price allows customers to specify the price, and variable SKU allows customers to type in the SKU of the product they are purchasing. This is a great feature to use for donations, custom work, customer specific purchases, etc.
This sample code will display the Variable Name if you have it turned on. Otherwise, it will just display the name. If you do not have the checkbox marked to display the name, it will do nothing. The same applies for the other two sample codes.
Name:
This sample code will display the Variable Price. Note that the "$" is outside the code.
Price: $
This sample code will display the Variable SKU.
SKU:
NOTE:If you are using NameStyle, PriceStyle, or SKUStyle, you will want to replace the bold tags in the above examples accordingly. If you are using the NameSize, PriceSize, or SKUSize tags you would also want to place them here.