pop-up na 'nu kopen'
Nu kopen button laat pop-up zien en geeft link naar winkelmandje
Add products column to the orders list on the Vendor Dashboard
Preview: https://snipboard.io/PvAiaT.jpg
Disallow Store Credit When There Is an Active Coupon in the Cart
- When you apply coupon first, once the cart refreshes, the Store Credit field will be…
WWQ - Allow quoting out-of-stock products
add_action( 'woocommerce_single_product_summary', 'wwq_show_quote_button_for_out_of_stock', 31 ); function wwq_show_quote_button_for_out_of_stock() { global $product; if ( ! $product instanceof WC_Product…
JSON-LD for 25 foot Beam Press Release
{ "@context": "https://schema.org", "@type": "NewsArticle", "mainEntityOfPage": { "@type": "WebPage", "@id": "https://easilymovedequipment.com/easily-moved-equipment-unveils-25-foot-5-tonne-aluminum-beam-for-high-capacity-gantry-cranes-80-lighter-than-steel/" }, "headline": "Easily Moved Equipment…
Get Wholesale Price Array For A Product Based On A Wholesale Role
/** * Class that handles wholesale price HTML generation and display. * * @since 1.0.0 */…
Fix “Send to Friend” Field Visibility for Variable Gift Cards
This fix ensures the “Send to Friend” fields display correctly based on the selected variable gift…
Untitled Snippet
add_filter( 'woocommerce_product_single_add_to_cart_text', 'saphie_custom_add_to_cart_text' ); add_filter( 'woocommerce_product_add_to_cart_text', 'saphie_custom_add_to_cart_text' ); function saphie_custom_add_to_cart_text() { return 'ADD TO BAG'; }
WWLC - Default Wholesale Leads list to sort by registration date (newest first)
1. Navigate to your site: Go to your WP Admin dashboard. 2. Apply the snippet: Paste…