Fix your jQuery Block quotes issue please
-
you’re throwing multiple double-quote characters into this html message for jquery block and it’s causing a syntax error and not auto-clicking the authorize.net button.
this is what you should use instead:
message: \'<img src="'.$woocommerce->plugin_url().'/assets/images/wpspin-2x.gif" alt="Redirecting…" style="float:left; margin-right: 10px;" />'.__('Thank you for your order. We are now redirecting you to Authorize.net to make payment.', 'tech').'\',
The page I need help with: [log in to see the link]
- The topic ‘Fix your jQuery Block quotes issue please’ is closed to new replies.