chienchou
Forum Replies Created
-
Thanks for the update!
I did some test and it looks like the action is only available when the Bitcoin Payment Box is in iframe format and the button (Click Here if you have already sent Bitcoins) is clicked.
I want to be able to access the order total right before reaching the checkout page. Is that possible?
Thanks for the help!
Hi, does cryptobox_new_payment run in checkout success page?
I want to modify the order total in the checkout page right after an order has been created.
Okay, is there a way to access the json response by just declaring the class?
Nope. No more 404 errors on autoptimize js file
Hi @kimvt1991,
Open cache.php(woo-multi-currency/frontend/cache.php) and clear the code that we use to clear autoptimize cache(line 52 to 54) solves the issue. Please include this in the new version of the plugin.
I cleared both cloudflare cache and autopmize cache after commenting out add_action( ‘init’, array( $this, ‘clear_browser_cache’ ) ); in cache.php and the problem still persists. I’ll ask the host to see how to clear litespeed cache.
I don’t have litespeed installed and I purged cloudflare cache before checking the page again.
Hi,
I try comment out the code and clear cloudflare and W3 total cache and the js error still exists. It looks like it keeps loading a autoptimize file that doesn’t exist when the get parameter is present.
Do you guys have any idea? Any help is appreciated!