1. Home
  2. Kennisbank
  3. WooCommerce Groothandelsbestelformulier
  4. Weergavestijl
  5. Hoe de winkel-URL te wijzigen naar Groothandelsbestelling voor groothandelsklanten op de winkelwagenpagina
  1. Home
  2. Kennisbank
  3. WooCommerce Groothandelsbestelformulier
  4. Hoe de winkel-URL te wijzigen naar Groothandelsbestelling voor groothandelsklanten op de winkelwagenpagina

Hoe de winkel-URL te wijzigen naar Groothandelsbestelling voor groothandelsklanten op de winkelwagenpagina

Please add the following snippet to your child theme’s functions.php or through the code snippets plugin. Please don’t forget to update the $URL to match the wholesale ordering page on your website.

add_filter('woocommerce_return_to_shop_redirect','change_return_shop_url');

function change_return_shop_url($URL) {
     
    global $wc_wholesale_prices_premium;
    $user_wholesale_role = $wc_wholesale_prices_premium->wwpp_wholesale_roles->getUserWholesaleRole();
     
    if(!empty($user_wholesale_role)){
    //update the URL to the link of your wholesale ordering
    $URL = 'https://wholesalesuiteplugin.com';
    
    }
	return $URL;
}

If you need help setting it up please reach out to us via our support form Support Request Form – WooCommerce Wholesale Suite (wholesalesuiteplugin.com)

Was dit artikel nuttig?

Gerelateerde Artikelen

Ondersteuning Nodig?

Kun je het antwoord niet vinden dat je zoekt?
Neem Contact Op Met Ondersteuning
Voltooi uw aankoop