Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • lj 81 posts 425 karma points
    Aug 21, 2013 @ 15:15
    lj
    0

    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

  • Nickolaj Lundgreen 233 posts 1132 karma points
    Aug 21, 2013 @ 15:44
    Nickolaj Lundgreen
    0

    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?

  • lj 81 posts 425 karma points
    Aug 21, 2013 @ 16:13
    lj
    0

    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.

  • Nickolaj Lundgreen 233 posts 1132 karma points
    Aug 21, 2013 @ 16:21
    Nickolaj Lundgreen
    100

    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)

  • lj 81 posts 425 karma points
    Aug 21, 2013 @ 16:34
    lj
    0

    Thanks for the help.

Please Sign in or register to post replies

Write your reply to:

Draft