Change name On Hold status WooCommerce
Change name On Hold status WooCommerce
om.Tags.init
document.addEventListener('om.Tags.init', function(event) { console.log(event.detail.Campaign); } );
om.Actions.init
document.addEventListener('om.Actions.init', function(event) { console.log(event.detail.Actions); // An array of the Action objects console.log(event.detail.Actions.actions); console.log(event.detail.Campaign); } );
om.Optin.success example 2
document.addEventListener('om.Optin.success', function(event) { if( '{{id}}' !== event.detail.Campaign.id ) return; let url = 'https://www.google.com/'; // Update with…
Shortcode widget main categories WooCommerce
function shortcode_categorie_principali_wc() { $args = array( 'taxonomy' => 'product_cat', 'orderby' => 'menu_order', 'order' => 'ASC', 'hide_empty'…
div conversion trigger
Double Click Below to Get Started
Allow Admin to Redeem Customer's Loyalty Points to Store Credits
1. Add it to your site using one of the following methods: - Option A: Add…
نموذج حجز السفر
Rihla Plus Travel - احجز رحلتك بسهولة Rihla Plus Travel احجز رحلتك بسهولة وسرعة اختر من…
Javascript Org Chart
window.onload = function() { // Initial organizational data structure let orgData = { id: '1', name:…
Fix Formating of Buttons in Off Canvas
This fixes the buttons in the off canvas not obeying the global CSS from the Customiser