Search results for: woocommerce

Shop Manager - Reseller Admin.js

Creates a reseller admin role that has more customisation options than a normal user

Bulk add shipping zone methods

Adds shipping zone method , with prices and some options, must be run once

modify woocommerce countries list

modifies Woocommerce built in country names to Armenian Regions disabling the rest

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…

MemberPress: WooCommerce - Show Protected Products on the Shop Page

If we protect products using Rules, they won’t show in the Shop page. To change this…

WooCommerce Change "$0.00" to "Free"

/** * Snippet Name: WooCommerce Change "$0.00" to "Free" * Snippet Author: ecommercehints.com */ add_filter( 'woocommerce_get_price_html',…

cart preview image stretch fix in oceanWP theme

/*Menu cart hover dropdown box image stretch fix*/ .woocommerce ul.product_list_widget li img { float: unset !important;…

Make All Users Vendors

/** * Make all new user registrations Vendors. */ add_filter( 'woocommerce_new_customer_data', 'wcv_woocommerce_new_user_data' ); function wcv_woocommerce_new_user_data( $data…

Product Expiry For Woo

Supports the Expiry for Woocommerce plugin - WC Vendor

Guard Pay Diagnostic Tool

/** * ============================================================ * GUARDEDPAY PRO — Phase 1 Diagnostic (TEMPORARY) * ============================================================ * * PURPOSE:…

Dustin Lavoie
<10

WooCommerce Wholesale Lead Capture Re-send Email Button in User Profile

This snippet will add a resend email button under User profile.

Remove Express Checkout Button for Wholesale Users

Removes the Apple Pay and Google Pay buttons for Wholesale Users

WooCommerce Delivery Address Popup – Sync Address in Header & Checkout

Enhance your WooCommerce store with an Amazon-style "Deliver to" address popup. Allow customers to select or…

Create a Custom Shipping Method in WooCommerce

This snippet allows you to create and add a custom shipping method to your WooCommerce store.

MemberPress: WooCommerce - Show Specific WooCommerce Product Based on MemberPress Subscription

This code snippet will show the specific WooCommerce product only to users who have an active…

1 2 3 4 5 14