|
|
Hi all,
I want to add some custom code for promo (promotions) but i don't want to add it where the core code is written (ProductPromoWorker.java) .
For sure i've an option of creating another class , copy whole of the code and add my custom code in there. But this promo class (where core code is written) is being called from a number of places. So i don't want to deal with that.
Is there any solution to this query ?
Thanks,
Ankush Sohal
|