Ayush Agarwal

Results 15 comments of Ayush Agarwal

Hi, I am a B.Tech CSE 2nd Year Student from Amity University, Noida and would like to take this issue for GSoC 2018. I have been working on Python for...

Update: Rebased Branch from the Forked Branch (thisisayush/modular-checkout) [ #293 ], Added Support for Auto Refresh on Order Expire and Fixed Decimal Places ![screen-recorder-tue-nov-01-2022-10-08-59](https://user-images.githubusercontent.com/22245433/199160459-2a8dd451-ef22-4247-9828-78955400b0c7.gif)

A Suggestion, as per the customer's request what he needs is a way to open the checkout on Mobile Device, or let's just say any other device. We can add...

Hi, This will require an upgrade script similar to https://github.com/blockonomics/prestashop-plugin/pull/70/files#diff-8ce2d50588a16d29008fbabecc44509eed7221de834477662e903e8e64f0e433 to allow upgrade from previous release as we have added a new column.

Here's my initial thoughts on this: 1. Investigating into Paypal's Plugin as mentioned, it seems they're using the `_bootstrapped` variable to deal with this, but that is more of a...

I think this can be achieved by what we had previously, an AJAX API that can be used to refresh the order parameters and show it here. It'll not be...

@shivaenigma Right now it's not hardcoded, a styling is applied to the "name" of the crypto chosen: https://github.com/blockonomics/woocommerce-plugin/pull/293/files#diff-8d81ebce00651fad5f0a421bc7d60d514e8ca6bd12cc9fc434ab5e46dab827ecR52

![image](https://user-images.githubusercontent.com/22245433/198551927-a9d5e86f-ccd7-4402-9075-e03ee5d29bb4.png) How it looks with Moving the Order ID and Amount in the same row. One thing to look for: Handling large order IDs as mentioned by @DarrenWestwood

@DarrenWestwood We can solve the issue by: 1. Either replacing the `document.execCommand('copy')` (which is now depreciated) with the new Clipboard API of JS (94% Global Users support as per [caniuse](https://caniuse.com/mdn-api_clipboard_writetext)),...

Alright, let's move to Clipboard API. P.S. I was not able to replicate the issue on my mobile device, I tried it with Edge Mobile Browser and Chrome Mobile Browser....