All Available Shortcodes for WC Vendors (snippet 11)
[wcv_pro_dashboard]Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
[wcv_pro_dashboard]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
[wcv_sold_by]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