Search results for: woocommerce
What Shortcodes Can I Use in Loyalty Program for WooCommerce? (snippet 3)
Use this shortcode to display the estimated loyalty points earned when purchasing a product.
What Shortcodes Can I Use in Loyalty Program for WooCommerce? (snippet 1)
This shortcode renders the Loyalty Points Redeem Form, allowing customers to apply their points toward discounts.
How To Allow Shop Managers To Edit Wholesale Users
Allow Shop Managers to edit and promote wholesale users by adding capabilities
Add Custom Fields to Products.php
Custom Fields
Meta Pixel - InitiateCheckout Event
Meta Pixel - InitiateCheckout Event
Meta Pixel - Purchase Event
Meta Pixel - Purchase Event
Fix Wholesale Product Visibility Compatibility with Bricks Page Builder
What this does: - Bricks Products widget now gets its product list filtered through WWPP_Query::pre_get_posts_arg, the…
product data tabs
/** * Rename product data tabs */ add_filter( 'woocommerce_product_tabs', 'woo_rename_tabs', 98 ); function woo_rename_tabs( $tabs )…
Custom Vendor Product Fields for HTS and Export Classification Number
Vendor Product Editor Backend Preview: https://snipboard.io/KszCjU.jpg Vendor Product Page Frontend Preview: https://snipboard.io/FNGhHt.jpg
Allow Shop Managers to edit and promote wholesale users.
/** * Allow Shop Managers to edit and promote wholesale users. */ function wws_add_shop_manager_user_editing_capability() { $shop_manager…
Dynamic Product Schema Markup for All WooCommerce Products
Smart setup Schema Markup
Jetpack Instant Search Wholesale Visibility
Hide the "wholesale" product category from Jetpack Instant Search results and filters for non-wholesale users (role:…
Add vendor's details on customer's order email
Use this code snippet to add the following information to be included in the purchase email…
Custom Tax Display Settings for Regular Prices by Specific Wholesale Roles
This code snippet will be applied to simple products on the single product page only