WP Simple Pay: Use Payment Form Description as Payment Description
Always use the payment form's "Description" as the Stripe payment description. By default WP Simple Pay…
WP Simple Pay: Remove Decimals
Removes trailing decimals on price outputs. Note: Does not affect Stripe Checkout.
WP Simple Pay: Use Custom Field Value as Stripe Payment Description
Use the value of a custom field as the description for the Stripe payment record.
WP Simple Pay: Facebook Payment Conversion Tracking
Execute a script the first and only time a payment confirmation is viewed.
Add WooCommerce upsells below the add-to-cart button
// add upsells below add-to-cart button add_action( 'woocommerce_single_product_summary', 'woocommerce_upsell_display', 40 );
Copyright Year Shortcode
Add shortcode to automatically update the copyright year. [year]
Dynamic Copyright & Current Year Shortcodes
Add this snippet to the functions.php file in your theme or plugin. Compatible with both classic…
Webinar popup home page
Landingi generated popup code to be featured on Teldio web site home page.
product attributes on hover
a snippet to show product attributes in product archive grid layout
Remove Unused Javascript
Remove Unused Javascript – and improve your Page Speed Insight Score
Show 'NEW' Badges for Recently Added Items in WooCommerce
This code snippet adds a “NEW!” badge to products in WooCommerce, indicating that they are newly…
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…
Meta Pixel Code
Add Meta Pixel Code in WPCode
Order WPCode snippets by title in the admin
Make the default order of WPCode snippets in the admin by title ascending.