Add a button to customer data
Add a button to retrieve all customer data.
WWPP - Restrict add-to-cart on specific products to a specific wholesale role only
How to use and configure this snippet: 1. Set your exact Role Key: In the snippet,…
WooCommerce to Google Sheets schaahi store
add_action('woocommerce_order_status_completed', 'send_order_to_google_sheets', 10, 1); function send_order_to_google_sheets($order_id) { $order = wc_get_order($order_id); if (!$order) return; $line_items = $order->get_items();…
Card
/** * Shane Cakes - Complete WooCommerce Account Dashboard (With Animated Delivery Bike Tracking) */ //…
Change name On Hold status WooCommerce
Change name On Hold status WooCommerce
footer forever
Navigate Home Shop Doggyography Training Contact Follow The Pack IG TT FB YT Join The Pack…
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…
Meta Pixel - InitiateCheckout Event
Meta Pixel - InitiateCheckout Event
GaurdedPay Checkout Icon Script
Adds Visa, MC, Padlock
WWPAY - Add Purchase Order Number field to Wholesale Payments at classic checkout
One caveat: this only support WooCommerce Classic Checkout.
Gravity Forms Hook — BOL Upload Triggers Capture
When the vendor uploads the Bill of Lading, the following snippet links the submission to the…
Untitled Snippet
const crypto = require('crypto'); const secret = '•••••••••'; // Your verification secret key const userId =…
hkosnip
// index.php?name=david echo $_GET['name']; // index.php?name=david&surname=adams echo $_GET['surname'];