All Available Shortcodes for WC Vendors (snippet 9)
[wcv_product_category category=”category-slug” vendor=”VENDOR-LOGIN-NAME”]Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
[wcv_product_category category=”category-slug” vendor=”VENDOR-LOGIN-NAME”]Continue reading
[wcv_vendorslist orderby=”registered” order=”ASC” per_page=”12″ has_products=”yes”]Continue reading
[wcv_pro_dashboard]Continue reading
[wcv_sold_by]Continue reading
[wcv_recent_products vendor=”VENDOR-LOGIN-NAME” per_page=3 ]Continue reading
[wcv_products vendor=”VENDOR-LOGIN-NAME”]Continue reading
[wcv_featured_products vendor=”VENDOR-LOGIN-NAME”]Continue reading
[wcv_sale_products vendor=”VENDOR-LOGIN-NAME”]Continue reading
add_action( ‘wcvendors_settings_after_seller_info’, ‘checkbox_check’ ); function checkbox_check(){ $key = ‘_wcv_custom_settings_checkbox3’; $value = get_user_meta( get_current_user_id(), $key, true ); WCVendors_Pro_Form_Helper::input( apply_filters( $key, array( ‘id’ => $key, ‘label’ => __( ‘Fairtrade’, ‘wcvendors-pro’ ), ‘type’ => ‘checkbox’, ‘desc_tip’ => true, ‘value’ => $value, ‘description’ =>…Continue reading
WCVendors_Pro_Form_helper::select2( array( ‘post_id’ => $object_id, ‘id’ => ‘_wcv_custom_taxonomy_subjects[]’, ‘class’ => ‘select2’, ‘custom_tax’ => true, ‘label’ => __(‘Subjects’, ‘wcvendors-pro’), ‘show_option_none’ => __(‘Select Subject(s)’, ‘wcvendors-pro’), ‘taxonomy’ => ‘subjects’, ‘taxonomy_args’ => array( ‘hide_empty’ => 0, ), ‘custom_attributes’ => array( ‘multiple’ => ‘multiple’ ),…Continue reading