Generate a virtual coupon when order is completed.

This snippet will generate a new virtual coupon for a coupon that you've enabled virtual coupon…

om-startClose.js

// Close the OptinMonster campaign om{{id}}.startClose();

slide-bottom-left.css

html div#om-{{id}} { right: auto !important; margin-left: 20px !important; }

CONNECT TO API GATEWAY

This code is to connect to an API, this is a test

Mwanaidi Masoud PRO
<10

Allow SVG Files Upload

Add support for SVG files to be uploaded in WordPress media.

Consultants

It'll create profiles based on the API data using Pods.

WPcode

WPcode

Irina Pasechnik
<10

Woo SITE WIDE - Restaurant Hours + backend

Restaurant Hours, Shop Control & Checkout Disable (Enhanced with Vacations, Custom Notices, Dynamic Data, Close Button,…

Untitled Snippet

@ini_set( 'upload_max_size' , '120M' ); @ini_set( 'post_max_size', '120M'); @ini_set( 'max_execution_time', '300' );

om.Main.parseCampaigns

document.addEventListener('om.Main.parseCampaigns', function(event) { // This event is passed the xhr object console.log(event.detail.xhr); } );

om.Campaign.startShow

document.addEventListener('om.Campaign.startShow', function(event) { console.log(event.detail.Campaign); } );

om.Campaign.afterClose

document.addEventListener('om.Campaign.afterClose', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); } );

1 47 48 49 50 51 128