Search results for: woocommerce
Custom Heading above Qty (Woocommerce)
let qty = document.querySelector(".e-atc-qty-button-holder"); let text = ` How many card you’re planning to purchase? Choose…
Auto register guests that purchase
function wc_register_guests( $order_id ) { // get all the order data $order = new WC_Order($order_id); //get…
Generate a virtual coupon when order is completed.
This snippet will generate a new virtual coupon for a coupon that you've enabled virtual coupon…
Generate a virtual coupon when order is completed.
This snippet will generate a new virtual coupon for a coupon that you've enabled virtual coupon…
pop-up na 'nu kopen'
Nu kopen button laat pop-up zien en geeft link naar winkelmandje
Verzend mogelijkheden weghalen bij gratis verzenden behalve ophalen op locaite
function custom_hide_shipping_when_free_shipping_is_available( $rates, $package ) { $free_shipping_exists = false; $local_pickup_exists = false; // Check if Free…
Hide uncategorized from widget shop
Hide uncategorized category from widget in WooCommerce
Block specific coupons during set hours
/** * Block specific coupons during set hours (1:00 PM - 3:00 PM) */ function block_coupon_during_specific_hours($valid,…
Display Vendor Policies on the Vendor Shop Page
By default, we only show the Vendor Policies on the Single Product Page. Please use the…
Remove unwanted checkout fields when all products are downloadable
With this snippet you can hide/remove default Woocommerce checkout fields when all products are downloadable
Paypalcheckout
Payment checkout
Make the auction start price and auction dates required for vendors
This is from the integration with the WooCommerce Simple Auctions plugin
The draft of receipt
from reportlab.lib.pagesizes import A4 from datetime import datetime from reportlab.platypus import Table, TableStyle, Paragraph, SimpleDocTemplate, Image,…