Enable Payment on Account
* - Adds a "Payment Methods" tab under WooCommerce > Settings. * - Shows a matrix…
Force account creation by cart total
Force account creation at checkout if the cart total is a certain amount and the quantity…
Prevent Discounts on Upgrades
Does not allow a discount code to be applied when an license upgrade is present in…
Payment Calculator
This is a calculator for payments
Use Full Store Address in Ships From
By default the Ships From metadata displayed under the add to cart button only shows the…
Add Custom Taxonomy to Woocommerce Single Product Page
add_action( 'woocommerce_product_meta_end', 'wcv_add_brands_single_product' ); function wcv_add_brands_single_product() { global $product; $taxonomy = 'wcv_brands'; // The custom taxonomy…
Whitelist Callback Functions for use in Theme Elements
Various elements in the Total theme allow you to select a callback function for the output…
Remove title on all pages for Hello Theme
By default Hello theme displays page title at the top of every page. While you can…
remove auto linkig
remove_filter( 'comment_text', 'make_clickable', 9 );
Extra WordPress Filters in Pro (Do something with the age restriction display) | Display Eventbrite Events
Using this filter you can change the age restriction display. e.g. all_ages by default displays nothing,…
Custom Plugin for WPForms
WPForms custom template generator.
AJAX Grid Search (multiple grids)
Add ID of #gridSearch to the search form. Give your multiple grid container a class of…
WhatsApp Button to WooCommerce Single Product Pages
Display a WhatsApp button on WooCommerce single product pages. You can customize color and shape of…