Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi all,
within the OrderFinalized event we try to get the root node of the current shop (shop in shop solution) to access some settings.
Any ideas? Do we have to pass the root node id via custom property to these events.
Cheers Tobias
Hi Tobias
Just use the ProductIdentifier (NodeId) of one of the order lines. Then use the Umbraco xml cache or API to fetch the root node based on that.
Kind regardsAnders
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco Node in OrderFinalized event
Hi all,
within the OrderFinalized event we try to get the root node of the current shop (shop in shop solution) to access some settings.
Any ideas? Do we have to pass the root node id via custom property to these events.
Cheers Tobias
Hi Tobias
Just use the ProductIdentifier (NodeId) of one of the order lines. Then use the Umbraco xml cache or API to fetch the root node based on that.
Kind regards
Anders
is working on a reply...