order object during onBeforeOrderCreate

  • Posts: 137
  • Thank you received: 2
13 years 7 months ago #12082

Hi!

I would like to get the order_product_code in the order object available at the hookpoint onBeforeOrderCreate. I wasn't able to get it, as it is very confusing for me with the combinations of objects and arrays.

Best regards

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
13 years 7 months ago #12091

Hi,

You can do like this:

foreach($order->cart->products as $product){
echo $product->order_product_code;
}

Please Log in or Create an account to join the conversation.

Time to create page: 0.055 seconds
Powered by Kunena Forum