All Available Shortcodes for WC Vendors (snippet 3)
[wcv_recent_products vendor=”VENDOR-LOGIN-NAME” per_page=3 ]Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
[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
[wcv_vendor_dashboard]Continue reading
function wcv_doc_uploader( ){ echo ”; echo ‘Document Uploader’; $value = get_user_meta( get_current_user_id(), ‘_wcv_custom_settings_doc_example’, true ); WCVendors_Pro_Form_Helper::file_uploader( array( ‘id’ => ‘_wcv_custom_settings_doc_example’, ‘header_text’ => __(‘Document uploader’, ‘wcvendors-pro’ ), ‘add_text’ => __(‘Add document’, ‘wcvendors-pro’ ), ‘remove_text’ => __(‘Remove document’, ‘wcvendors-pro’ ), ‘file_meta_key’ =>…Continue reading
function wcv_audio_uploader( ){ echo ”; echo ‘Audio Uploader’; $value = get_user_meta( get_current_user_id(), ‘_wcv_custom_settings_audio_example’, true ); WCVendors_Pro_Form_Helper::file_uploader( array( ‘id’ => ‘_wcv_custom_settings_audio_example’, ‘header_text’ => __(‘Audio uploader’, ‘wcvendors-pro’ ), ‘add_text’ => __(‘Add audio’, ‘wcvendors-pro’ ), ‘remove_text’ => __(‘Remove audio’, ‘wcvendors-pro’ ), ‘file_meta_key’ =>…Continue reading
function wcv_video_uploader( ){ echo ”; echo ‘Video Uploader’; $value = get_user_meta( get_current_user_id(), ‘_wcv_custom_settings_video_example’, true ); WCVendors_Pro_Form_Helper::file_uploader( array( ‘id’ => ‘_wcv_custom_settings_video_example’, ‘header_text’ => __(‘Video uploader’, ‘wcvendors-pro’ ), ‘add_text’ => __(‘Add video’, ‘wcvendors-pro’ ), ‘remove_text’ => __(‘Remove video’, ‘wcvendors-pro’ ), ‘file_meta_key’ =>…Continue reading
WCVendors_Pro_Form_Helper::input( array( ‘post_id’ => $object_id, ‘id’ => ‘_wcv_custom_product_ingredients’, ‘label’ => __( ‘Ingredients’, ‘wcvendors-pro’ ), ‘placeholder’ => __( ‘Ingredients’, ‘wcvendors-pro’ ), ‘desc_tip’ => ‘true’, ‘description’ => __( ‘The product ingredients’, ‘wcvendors-pro’ ), ) );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