Hi guys,
Not sure if anyone eve noticed but I have an issue here. This is what I did.
1) Created an item page called Shopping cart of item type ("Shopping cart").
2) Added paragraph, and attached module to it with Cart.
3) In the ShowCart.cshtml template - I am using @IncludeFile("../includes/helper.cshtml")
My issue is that - while I am in the "helper.cshtml" file, I am unable to reach any of the peoperties I have on my page item "Shopping cart" item type.
Than thought of work arround - I created a type for a paragraph - with properties that page would have to have. And attempted to reach those - but still the same issue.
To my surprise none of the Item values set are send further. While you are in include template of a module template, asigned by the module in a paragraph.
Any suggestions?
/Dmitrij