Search results for: 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,…
Dynamically Add Article Schema to Posts
This filter can be used to Dynamically Add Article Schema to Posts.
Troubleshooting Action Scheduler - access the Scheduled Actions page
Some plugins that install the Action Scheduler library (such as the Action Scheduler plugin itself) add…
Noindex Product Search Pages
This code snippet can be used to set noindex on WooCommerce product search pages.
Action Scheduler Cleardown | Display Eventbrite Events
Eventbrite uses Action Scheduler to handle background tasks when background processing is enabled. By default, Action…