Skip to content

Instantly share code, notes, and snippets.

@r0b3r70
r0b3r70 / script.js
Created July 26, 2017 18:12
Google Analytics for Ommwriter fix
$(document).ready(function() {
// find button once
var button = document.getElementById('place_order'),
var price = form.find('.woocommerce-Price-amount').text();
// check if button even exists
if(button !== null) {
// listen for events on the button