in the BuyProductDialog.ascx web control?
For example, if I created a product template named "Personalized":
Code: Select all
if (_Product.ManufacturerId == 3)
{
// display "Personalized" product template
}