ankit

Results 20 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. ---...

This PR is build on #379 and #380 Merge commit of both frontend and backend branch → 93bd53a00fcc59ac3261d635eec2c47af94698d9 **Done**: - Wallets API to check if user has added atleast 1...

- This PR is one of the part to support the new user flow in plugin, and making it in line with v2 API. - Other part is #380 -...

1. **Payment Method Discount**: This config has multiple edge cases where it doesn't work as intended, particularly with payment method switching and UI/backend synchronization. Known problems: a) Order Details Page:...

Currently if API times out during checkout, we display the error template (along with the API timeout error msg) This is unclear to both merchant and end user. Such case,...

Creating this issue as per guidance from Shiva comment [here](https://github.com/blockonomics/woocommerce-plugin/pull/379#issuecomment-2458775567) > For now test setup flow looks good. For future test setup, have minimal code/automation to check stores/set callback. User...