Search results for: admin

Recent products table

if ( ! function_exists( 'wcv_remove_recent_product_table_columns' ) ) { /** * Remove columns from Recent Products table…

Remove table from dashboard

if ( ! function_exists( 'wcv_remove_recent_order_table_columns' ) ) { /** * Remove columns from Recent Orders table…

Add extra shipping providers for vendor tracking numbers

$shipping_providers = array( 'Australia' => array( 'Australia Post' => 'https://auspost.com.au/mypost/track/#/details/%1$s', 'FedEx' => 'https://www.fedex.com/apps/fedextrack/?tracknumbers=%1$s&cntry_code=au', 'Fastway Couriers' =>…

Get rid of Home

Removal of "Home - " in the Title Tag

Mark Hall
<10

Сайт Кара Булак

QaraBulaq - Демалыс орны | Аламедин ⚡ QaraBulaq Тау бөктеріндегі жанұялық демалыс орны

dd the "MSRP" or "MAP" label to the regular price for wholesale customers

/* WWPP - Add the "MSRP" or "MAP" label to the regular price for wholesale customers…

CSS Hide regular price

.original-computed-price ins:first-of-type{ display:none; }

Enable Full WP_Editor on Product Fields

add_filter( 'wcv_product_description_editor_settings', 'wcv_full_editor' ); add_filter( 'wcv_product_short_description_editor_settings', 'wcv_full_editor' ); function wcv_full_editor( $settings ){ $settings['teeny'] = false; return…

Allow WooCommerce Shop Managers to manage vendors

/* Lets Shop Managers edit users with these user roles */ function wcv_allow_shop_manager_role_edit_capabilities( $roles ) {…

Add menu item to vendor dashboard

// Add this to your themes functions.php function add_menu_item( $pages ){ $pages[] = array( 'label' =>…

1 27 28 29 30 31 137