Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > Macro for Product Options View modes: 
User avatar
Member
Member
JHizzle - 2/4/2014 8:34:44 AM
   
Macro for Product Options
I'm attempting to add the currently assigned product options to the page properties form using macro but my syntax is clearly wrong somewhere. I had hoped to reference: ECommerceContext.CurrentProduct.Bindings.SKUOptionCategories but all the permutations I've tried (applying transformation to just referencing "DisplayName" field) returns nothing.
I've not used macros before so I suspect I'm misreading the documentation somewhere, can anyone give me pointers as to how to get this working?

User avatar
Kentico Consulting
Kentico Consulting
Kentico_RichardS - 2/5/2014 3:25:30 AM
   
RE:Macro for Product Options
Hi Jason,

Thank you for your message.

I would like to clarify the issue. Where exactly you want to display the product options? Is this related to the current document? However Im not sure if this macro is available and it would probably be better if you could develop your own macro where you would return the appropriate list. You can create macro accroding to http://devnet.kentico.com/docs/devguide/types_of_macros.htm

Kind regards,
Richard Sustek

User avatar
Member
Member
JHizzle - 2/6/2014 4:07:00 AM
   
RE:Macro for Product Options
Hi Richard,

I had intended to display this in the "Form" tab when editing a page. I was already leaning towards making a custom one after wrestling with this yesterday. Thanks.

J