How To Add a Dedicated Vendor Registration Page (snippet 3)
[wcv_signup_form]Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
[wcv_signup_form]Continue reading
[wcv_login_form]Continue reading
[wcv_vendorslist orderby=”registered” order=”ASC” per_page=”12″ has_products=”yes”]Continue reading
//add order details to Stripe payment metadata function filter_wcv_sc_payment_metadata( $metadata, $order, $source ) { $order_data = $order->get_data(); $metadata[‘Total Tax Charged’] = $order_data[‘total_tax’]; $metadata[‘Total Shipping Charged’] = $order_data[‘shipping_total’]; $count = 1; foreach( $order->get_items() as $item_id => $line_item ){ $item_data = $line_item->get_data();…Continue reading
$allowed_countries = array( ‘AU’, ‘GB’, ‘US’, ‘CA’ );Continue reading
$allowed_countriesContinue reading
$args[‘options’]Continue reading
US::United States (US) Local pickup US:0.00 USD;US::United States (US) Flat Rate US:20.00 USDContinue reading
add_filter( ‘adt_pfp_feed_polling_interval’, function () { return 5000; // Default: 5000ms (5 seconds) } );Continue reading
‘feed_id’ => 110Continue reading