https://fragrance-renaissance-lab.lovable.app/
https://fragrance-renaissance-lab.lovable.app/
test
test
Move Social Login Checkout Buttons
By default, the login buttons display below the payment icons for the gateway picker. This plugin…
GaurdedPay Checkout Icon Script
Adds Visa, MC, Padlock
Hide file-specific download options
This plugin hides file-specific download options so that All Access customers can only view/download the first…
Customize the Completed Order Email Template Subject for Wholesale Customers
More info at: https://woocommerce.com/document/configuring-woocommerce-settings/emails/#custom-email-templates
Remove Product Notes For Specific Downloads
Remove a download's product notes from showing on the purchase confirmation page, the admin email, and…
Add a video field to the sign-up form
// Add the video field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_video_uploader'); function wcv_video_uploader( ){ //…
Force product type for all products
// Disable the product type drop down. add_filter('wcv_disable_product_type', function() { return true; } ); /** *…
Display a message after the 1st paragraph of posts
Thank you for reading this post, don't forget to subscribe!
Set the Payment fields in the Sign Up form as required
Set the Payment fields in the Sign Up form as required - you can remove any…
HTML inside PHP
How to output HTML inside PHP.