gamerwp
Forum Replies Created
-
Ok, thanks.
Not really, I only asked about compatibility.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Item Cost – issueI’m not sure if you are getting notifications of this topic because it’s resolved @algolplus
Please, check the message above. Thanks.Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Item Cost – issueHello mate.
Unfortunately, it didn’t work; we got ,00 at the end of all values.
We already fixed total_no_fee in this way:add_filter('woe_get_order_value_total_no_fee',function ($value, $order,$fieldname) { $fee_total = 0; foreach( $order->get_items('fee') as $item_id => $item_fee ){ $fee_total += $item_fee->get_total(); } return $order->get_total() - round($fee_total, 0) ; },10,3);
How can we do the same but with order_total_fee?
Thank you in advance.
Regards.Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Item Cost – issueThanks, your solution worked great. I have another question: how can we round Order Total Fee value? Is there any option to round values before export?
Thanks again!Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Item Cost – issueIt worked like a charm! Thanks mate.
One extra thing: how can i get the “Order Total Amount” but without fees? Only with discounts applied.Thanks again.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Item Cost – issueForum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Item Cost – issueHello.
Unfortunately, this is for total items and we need the cost of “each item”, before discounts. Any workaround?
Thanks again.
Hello @wpexpertsio
Actually what we need is simpler than we thought. We want to give the same amount of points for every product, despite of the active currency of the site. So basically, we need to assign points of each product based on the main price of them, on the main currency of Woo store, and make the conversion with that value.
i.e: If I buy a USD $10 product, I earn 1 point. If I buy the same product, but I’m making the order in EUR, and now the price in EUR is $8.99, I still earning the same 1 point as before.
It would be great to know if this is the native behavior of WooCommerce Points and Rewards plugin, or if there’s any option to customize something like this.
I look forward to your reply.
Thank you.Hello.
Is it already fixed or not?
Thanks.
Hi! Is there any update on this issue? Thanks!