Search code examples
phphookcs-cart

Cs-cart hook in backend order


Which hook should I use in order to process all the information of an order in the cs cart backend?


Solution

  • Please try

    fn_set_hook('get_order_info', $order, $additional_data);
    

    can be found in

    app/functions/fn.cart.php
    

    and make sure you are testing the enviroment

    if(AREA=='A'){ ... }