https://fragrance-renaissance-lab.lovable.app/
https://fragrance-renaissance-lab.lovable.app/
test
test
GaurdedPay Checkout Icon Script
Adds Visa, MC, Padlock
Hide payment icons for trials
Hides the payment icons on checkout when the item in the card is a free trial
Customize the Completed Order Email Template Subject for Wholesale Customers
More info at: https://woocommerce.com/document/configuring-woocommerce-settings/emails/#custom-email-templates
Untitled Snippet
Lyfetyle — Honor Their Story Forever *,*::before,*::after{box-sizing:border-box;margin:0;padding:0} :root{ --ink:#1c1917; --warm:#f9f6f1; --gold:#b8973a; --gold2:#d4aa4a; --slate:#4a4540; --pale:#e8e2d9; --white:#ffffff; }…
WWOF - Optimize Wholesale Order Form Bulk Adds by Deferring Cart Recalculation
/** * Suppress WWP's per-item cart recalculation during Wholesale Order Form batch adds. * Defers to…
Allow HTML in the product description
function wcv_wpkses_post_html_tags( $tags, $context ) { if ( 'post' === $context ) { $tags['iframe'] = array(…
Add custom page to the vendor dashboard - custom menu link
add_filter( 'wcv_pro_dashboard_urls', 'custom_menu_link' ); function custom_menu_link( $pages ) { $pages[ 'custom_link' ] = array( 'slug' =>…
Buy Now
...
Ensure Webfont is Loaded
add_filter( 'elementor_pro/custom_fonts/font_display', function( $current_value, $font_family, $data ) { return 'swap'; }, 10, 3 );
Move "Ships From" under the Product Meta, in the single product page template
Move "Ships From" under the Product Meta, in the single product page template by using 'product_ships_from'…