om-webhook-example-v1.0.1.json

{ "lead": { "email": "[email protected]", "ipAddress": "1.2.3.4", "referrer": "https://optinmonster.com/", "timestamp": 1699985224, "privacyConsent": true, "firstName": "Archie", "lastName":…

om-available.js

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

MemberPress: Allow Coupon for Active Members Only

The code snippet will display the error if an inactive member (user/guest without any active subscriptions)…

MemberPress: Send Tax (e.g. VAT) to Stripe

This code snippet will send the user’s VAT/TAX number to Stripe when that user registers for…

Remove unwanted checkout fields when all products are downloadable

With this snippet you can hide/remove default Woocommerce checkout fields when all products are downloadable

MemberPress: Unenrolled Course Shortcode

The code snippet registers a new shortcode: [mpcs-unenrolled-courses]. Adding this shortcode will display an unordered list…

MemberPress: Display Purchase Information With Shortcode

The code snippet registers a new shortcode: [purchase_info]. Adding this shortcode will display the latest MemberPress…

1 129 130 131 132 133 216