CA Service Management

 View Only
  • 1.  Catalog event triggering cart submit

    Posted May 04, 2018 03:34 AM

    Hi,

    I would need an event/rule which only triggers once when submitting cart.

    My actual trigger fires for every offer used in the cart.

    Is it possible to have an event that fires one time when cart is submitted/checked out?

    The started PAM-process should get the request-id for further processing.

     

    AND    It should only trigger for submitted carts with Items of explicit category

     

    Thanks,

    Peter



  • 2.  Re: Catalog event triggering cart submit
    Best Answer

    Posted May 04, 2018 10:22 AM

    Create your event in : Request changed section.

     

    /usm/wpf?Node=icguinode.rulelist&Args=CAT_REQ_CHANGE&modal=false

     

    I guess that the following condition should do the trick for submission :

     

    status = 200 and status_old <200 and code ='XXXXX'

     

     

    The code value is the one from the offering detail page.



  • 3.  Re: Catalog event triggering cart submit

    Posted May 04, 2018 02:06 PM

    Hi,

    that sounds as it would do what I want.

    I can try it in 2 weeks when I'm back for customer.

    I'll keep you informed.

     

    Thanks,

    Peter