kentico_radekm
-
12/22/2010 7:48:35 AM
RE:how to add aspcompat attribute to the page directive?
Hello.
If you need to add some parameter into Page directive, you have to do it in proper aspx page. When using Portal engine development model, you can add it in CMSPages/PortalTemplate.aspx page, which is basically physical master page for all Portal engine pages. So, shopping cart is loaded within it. However, if you add it there, it will be on all pages. If you want to have on page with shopping cart only, you can create and use single aspx page template for shopping cart web part only, and use this parameter (directive) in this single aspx page only.
Best Regards, Radek Macalik
|