Not working on special payment string
-
In normal way the plugin is working well. But if we use the special payment link in woocommerce after a preoder is relesed the url is looking like this:
(with this url the buttons not loading)
… /checkout/order-pay/32072/?pay_for_order=true&key=wc_order_Y2x5YS76UZgpT
MAybe it is because of this failure:
The function isn′t rendering:
`var hide_show_place_order_button = function () {
console.log(‘hi’);
if (is_hosted_field_eligible() === true) {
$(‘#place_order’).show();
} else {`The page I need help with: [log in to see the link]
- The topic ‘Not working on special payment string’ is closed to new replies.