Developer forum

Forum » Development » Extending products in the backend

Extending products in the backend

Martin Nielsen
Reply
Hi DW,

I need to be able to run some code when a user creates/changes a product in the backend.

I've looked at my options it looks grim.

There's no subscriber for ProductOnSave, and the ribbon extender doesn't allow to target the Product page.
(Seems weird that i can target Order and ProductList, but not the Products or Groups, did the developer fall asleep :-))

What other options do i have?


Regards
 Martin

Replies

 
Pavel Volgarev
Reply
Hi Martin,

Take a look at this thread - this might be what you need:
http://developer.dynamicweb-cms.com/Forum/Feature-requests/Feature-request-ProductCreated-notification-(backend-notification).aspx

-- Pavel 
 
Martin Nielsen
Reply
I'll tryout Morten's idea.

But imo we need the other posibilities aswell.

// Martin
 
Morten Bengtson
Reply
 The product edit page does have a RibbonBar, so you could try to create a RibbonBarAddIn using this AddInTarget: "/Admin/Module/eCom_Catalog/dw7/edit/EcomProduct_Edit.aspx"

I have not tested this, so I don't know if it actually works.

/Morten

 

You must be logged in to post in the forum