Search results for: admin
Continue Shopping Button
Adds a "Continue Shopping" button to the left of the Update/Save Cart buttons on checkout.
Hide the breadcrumbs on pages.
This snippet can be used to hide the breadcrumbs on pages.
The commission is only log when the order status is completed
log commission when the order status is completed.
Custom Receipt Page
Redirect to custom receipt or another page after a donation is completed. Can be per campaign…
Main Base Twitter Pixel
Main Base Twitter Pixel
Untitled Snippet
document.addEventListener('om.Campaign.load', function(event) { console.log(event.detail); } );
Override Wholesale Price Text Per Wholesale Role
This snippet allows you to display specific wholesale price text for each of your wholesale roles
Livrare 20kg plus
Cheltuielile de livare nu sunt incluse în prețul total la comenzile care depășesc 20 kg !…
WP Simple Pay: Copy Payment Metadata to Customer Metadata
Ensure the Stripe Customer metadata is the same as the Stripe Payment metadata.
Merging Multiple WPForms Field Values into Post Content
/** * Merging Multiple WPForms Field Values into Post Content * * @link https://wpforms.com/developers/merging-multiple-wpforms-field-values-into-post-content */ function…
Adds URL to pages window
add_filter('manage_page_posts_columns', 'my_custom_column', 10); add_action('manage_page_posts_custom_column', 'add_my_custom_column', 10, 2); function my_custom_column($defaults) { $defaults['url'] = 'URL'; return $defaults; }…
Hide payment icons for trials
Hides the payment icons on checkout when the item in the card is a free trial
Change Default Post Type Name “aioseo-location”
This filter can be used to change the default post type name from “aioseo-location” to 'franchise-location'.