Retrieve price of product before process payment

  • Posts: 38
  • Thank you received: 0
12 years 11 months ago #33435

Hi,

I would like to retrieve the price of a product within the authorize.php plugin, in the OnBeforeOrderCreate function. Since I know the product_id, how can I get the price from the price table?

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

  • Posts: 82909
  • Thank you received: 13379
  • MODERATOR
12 years 11 months ago #33486

Hi,

The price of a product is already calculated in the OnBeforeOrderCreate function:

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

You can always recalculate it but it's really complex to do as there are a lot of things involved: discounts, quantities, custom price calculation plugins, user access, currency, variants, etc.

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

Time to create page: 0.053 seconds
Powered by Kunena Forum