Remove Clear Link @ Variable Single Product Page
Remove clear link from attribute from single product page
MemberPress: Send Email to User When Their User Role Is Changed
Adding this code snippet to a website will send an automated email to the user each…
How to Check If Your Debug Certificate Has Expired
keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey
WP Aggregator Feed Limit
Increase the number of fetched items in RSS Feed
Boost Sales with Dynamic Pricing Strategy with Progressive Discounts in WooCommerce – No Plugin
Post Intro woocommerce tutorial -How to Boost Sales and Create a Dynamic Pricing Strategy with Progressive…
Google Tag
Google Event Tag
Adjust Rate for Referrals
Adjusts the commission rate for payments that were referred by an affiliate when using Affiliates Pro
Add the_content to storefront template.
Changes the number of downloads displayed in the latest downloads section of the store front template.
Add Tax ID to Shipping Label
/** * Add the Tax ID Field to the settings page * * In this example…
Including product tax to commission calculation
add_filter( 'wcvendors_commission_rate', 'wcv_calculate_commission_include_product_tax', 10, 5 ); function wcv_calculate_commission_include_product_tax( $commission, $product_id, $product_price, $order, $qty ) { $product…
MemberPress: Move PayPal Smart Pay Buttons
Move the PayPal Smart Pay Buttons under the checkboxes for accepting Terms of Service and the…
test
echo 'test';
Change the "Commission" header for the Recent Orders table
Change the "Commission" header for the Recent Orders table using the "wcvendors_recent_order_table_columns" filter hook.