Display a Product Template based on a condition.
Posted: Wed Jul 29, 2009 8:57 am
Is it possible to display a Product Template based on a condition
in the BuyProductDialog.ascx web control?
For example, if I created a product template named "Personalized":
Is this possible?
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
}