Show WooCommerce Cart and Checkout on the Same page Free No Plugin
This post outlines the code implementation for creating a streamlined checkout experience by merging the cart…
create woocommerce call to order button for specific product in your wordpress website
Are you looking to boost conversions on your WooCommerce website? One effective strategy is to incorporate…
Add Campaign Status to Campaign Shortcode
This inserts the campaign status ('active', 'successful') to the [campaigns] shortcode. https://www.wpcharitable.com/documentation/the-campaigns-shortcode/
Add Donor Comments To Donor Wall
This will display a donor comment with a donor's donation information on the donor wall in…
Forum
JS code for question and answer page
Google Ads
Google Ads
Weather API
Live weather
Order WPCode snippets by title in the admin
Make the default order of WPCode snippets in the admin by title ascending.
google tag
google code
Helper functions to make generating WordPress post type labels and taxonomy labels easier
Generate post type and taxonomy labels easily by specifying the singular and plural version of the…
ModalJS
Used to display popup modal in GenerateBlocks
Convert Customers to Users
Adds a tool to create user accounts for customers that don't already have them, and update…
Auto register guests that purchase
function wc_register_guests( $order_id ) { // get all the order data $order = new WC_Order($order_id); //get…
Google AD
Google AD Snippet
Disable emails on free purchases
If the purchase was for a free product, don't send any emails.