monero-integrations / monerowp

Monero WooCommerce Plugin for Wordpress
MIT License
105 stars 74 forks source link

javascript disabled fall-back support #84

Open litian61 opened 4 years ago

litian61 commented 4 years ago

It possible monero wordpress integration for the user has javascript disabled?

I understand ajax movement to customer-privacy of increase of the side, but I absolutely necessary for my site being able to process transaction of customers that has javascript disabled.

What necessary change for this repository provides fall-back support for users with javascript disabled?

Example, the possible to add to customer/order-page.php so html refresh happen if ajax no possible when fall-back? https://github.com/monero-integrations/monerowp/blob/master/templates/monero-gateway/customer/order-page.php

<noscript><meta http-equiv=”refresh” content="10" /></noscript>

Any one other necessary changes for javascript can it gives fall-back support?