I have a shopping cart that a user can select shirt size. Before they hit "Add to Cart" i would like to tell them to select the shirt size. I have the: Select Size;n
The ;n option only works in the shopping cart screen so shoppers can't finalize the order without selecting an option.
You might be able to simulate this on store pages by adding javascript to check the options and if there is a ;n on the end not allow the add to cart to work. This would require your own custom coding as there is nothing provided by ShopSite that would do this.