scody
Forum Replies Created
-
Forum: Plugins
In reply to: [Under Construction] Unable to close the notification pop-up windowAny update on this?
Forum: Plugins
In reply to: [WooCommerce] Deduct charges for Refund processingHi Kenin,
I tried your solution, it didn’t work as expected. I will explain what I tried in simple order refund scenario,
Order consists of 2 items of $50 each, now I need to refund 1 item of $50, I want to deduct charges of 10% and refund $45.
If I use ‘Add fee’ from the Woocommerce backend, I will be able to add a -10% fee ($10 for $100 total for the order) so basically an additional entry is with -$10 is added to the order. If I refund the 1 item it still calculates $50 refund for that item. Even if I try to refund the entire order the refund amount is still calculated as $100, but of course it will fail as ‘Total available to refund’ will be $90 (due to addtional fee). So I have to manually calculate and enter the ‘Refund amount’.
What I am expecting is charges/fees should be auto calculated (based on settings) and the refund amount after charges/fees deduction should be shown as ‘Refund Amount’. Is this feature available, or is it possible by any other means?
Thanks!
Forum: Plugins
In reply to: [Under Construction] Unable to close the notification pop-up windowHi,
Users (with Customer role) were created from WooCommerce backend.
Thanks for your support, we were able achieve what was needed. For invoice created for email attachment we used the solution suggested in here https://wordpress.org/support/topic/show-additional-information-in-admins-copy-of-invoice/
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Page numbers on InvoiceThanks
I understand, thanks.
Hi @kluver,
If I had to use ‘wpo_wcpdf_after_item_meta’ hook, how can I access the values of Regular price, Sale price and Tax amount of the order item? Is it possible to get these values like we get the SKU or the Weight of the item using $item[] array element?
Thanks!