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_sale_products vendor=”VENDOR-LOGIN-NAME”]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
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