when creating a product manually is there an event i can hook into
when creating a product manually is there an event i can hook into. I need to be able to create a corrosponding page in umbraco when I create a product in ecommerce in the back end.
You can use the SaveProduct pipeline, but why would you create a corrosponding umbraco page? One of the strengths in uCommerce is that it doesn't use umbraco nodes for products?
I need to create a corrosponding umbraco page because I am not using the one product page (doc type) for all products being displayed.
Depending on what product is being displayed there is a completely different display template being used. It is not a typical ecommerce site.
you mention the SaveProduct pipeline. can you give me a bit more information ie where to begin. The way the user will be creating products is by right clicking on the category in the ucommerce back end. so where and how would i create an event to fire.
when creating a product manually is there an event i can hook into
when creating a product manually is there an event i can hook into. I need to be able to create a corrosponding page in umbraco when I create a product in ecommerce in the back end.
Using latest uccommerce 3.6
You can use the SaveProduct pipeline, but why would you create a corrosponding umbraco page? One of the strengths in uCommerce is that it doesn't use umbraco nodes for products?
I need to create a corrosponding umbraco page because I am not using the one product page (doc type) for all products being displayed.
Depending on what product is being displayed there is a completely different display template being used. It is not a typical ecommerce site.
you mention the SaveProduct pipeline. can you give me a bit more information ie where to begin. The way the user will be creating products is by right clicking on the category in the ucommerce back end. so where and how would i create an event to fire.
uCommerce contains a config in \umbraco\ucommerce\Pipelines\SaveProduct.config There you can register your own pipeline tasks. You can read more about how to use the pipelines here: http://blog.lasseeskildsen.net/post/uCommerce-Pipelines-Explained.aspx
(the principle is the same with the new save product pipeline)
Thanks for the help.
is working on a reply...