ankit

Results 15 issues of ankit

As noted in @shivaenigma's comment [here](https://github.com/blockonomics/woocommerce-plugin/pull/310#discussion_r1143392617), underpayment logic being called from inside _calculate_order_params_ is a bit confusing structure wise and overall _process_order_ must be refactored.

enhancement

[Underpayment PR](https://github.com/blockonomics/woocommerce-plugin/pull/310) changes Custom Fields in Order Details. We can have multiple addresses & transaction ids but when this happens, they are not searchable from Filter on Order History page...

enhancement

Feedback from user [here](https://blockonomics.freshdesk.com/a/tickets/335207). User mentions > elementor and Wpbakery are the most famous plugins to design for WordPress and I think you should update your template to edit with...

feedback

Requested [here](https://community.blockonomics.co/t/page-generation-after-order-placed/768/4). > It would be great if the lite mode had a link or button that linked back to the /shop/ page or homepage. We can use [wc_get_page_permalink()](https://github.com/woocommerce/woocommerce/blob/master/includes/wc-page-functions.php#L66) to...

feature request

When No Javascript mode is enabled, in case of partial payments we are not showing the already paid amount, unlike the JS enabled checkout where we do show this. ---...