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
Is there a way to hook into the creation event for when complex variants are created?
We have some fairly complex products meaning a lot of variants and each one requires a unique SKU and populating each one is a manual task.
Ideally we want the SKU to be automatically populated when the variants are generated.
I can't seem to find a notification handler in the new or old documentation that would help me out here.
Ended up just using a ContentSavingNotification handler on the project and then editing the variations through that
ContentSavingNotification
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco Commerce Complex Variant creation notification
Is there a way to hook into the creation event for when complex variants are created?
We have some fairly complex products meaning a lot of variants and each one requires a unique SKU and populating each one is a manual task.
Ideally we want the SKU to be automatically populated when the variants are generated.
I can't seem to find a notification handler in the new or old documentation that would help me out here.
Ended up just using a
ContentSavingNotification
handler on the project and then editing the variations through thatis working on a reply...