ankit

Results 33 comments of ankit

**Update on Phase 1**: Using [WC_Coupon](https://woocommerce.github.io/code-reference/classes/WC-Coupon.html), I am able to create and apply a coupon to the order on underpaid callback, in [check_paid_amount](https://github.com/blockonomics/woocommerce-plugin/blob/master/php/Blockonomics.php#L748) function. For now I am using a...

Note: I have also tried [WC_Order_Item_Coupon](https://woocommerce.github.io/code-reference/classes/WC-Order-Item-Coupon.html) but it is not updating the cart total, as seen [here](https://stackoverflow.com/questions/53098617/applying-coupon-to-woocommerce-order-programmatically). I did try the solution given using `add_action` and another one given [here](https://stackoverflow.com/a/48190813)...

Update: https://github.com/blockonomics/woocommerce-plugin/pull/291/commits/09db6e7cbb3d1e57d79ef4a6b9fe05f534bfb09c - Now customer automatically receives email on confirmed underpayment, with a link to pay for remaining amount. Email screenshot: https://user-images.githubusercontent.com/97018228/202644241-e46f0d1c-b24b-4624-b876-3eeeba3eea1f.mp4

After [1.6.7 release](https://github.com/blockonomics/prestashop-plugin/releases/tag/v1.6.7), [here](https://www.notion.so/blockonomics/Thirtybees-plugin-update-for-v1-6-7-7c7f44290a36435485709837868960e1) is the status of 1.6 plugin. Basically updating the Test Setup to latest code is pending. For other issues listed above, here are video guides as...

DB upgrade script to add new column `id_order` in blockonomics table: https://github.com/blockonomics/prestashop-plugin/pull/156/commits/a630b0bfeade1048c55c633dc05f4b54475ac6c4 Upgrading module screenshot: ------ Note: Currently there are 2 issues with Test Setup. When Test Setup button is...

Tested this version. New settings page is looking good 👍 There are few things to be looked at: - Getting php warning msg when activating the plugin (logs below image)...

Changes with test setup are tested and working fine. 1. Empty API Key should not be saved since temp wallets are removed. Currently it is allowing user to save empty...

[Support ticket](https://blockonomics.freshdesk.com/a/tickets/335778) based on which this issue got surfaced. More info about this: User had completed the setup more than a year ago, their store's checkout address is generated from...

1. There is inconsistent navigation after fresh install. Plugin shows a notice with link to "Account Setup Page" that takes to settings page instead of initial setup wizard. Currently setup...

There are three differences between [finalised design](https://www.notion.so/blockonomics/Woocommerce-Plugin-APIv2-User-Flow-Study-92d8039a6c4846a89964a0e10552d115?pvs=4#111fef554adf80f4a544e51564ff3527) and current implementation. Please address this as well. --- Finalised design: