Public Tickets
 Ranjay Sikka
		
			
			
			Logout buttonClosed
		
		Ranjay Sikka
		
			
			
			Logout buttonClosed		
		
			 B2BKing Support
						  Updated July  2, 2021 at 12:29am
			  2
  B2BKing Support
						  Updated July  2, 2021 at 12:29am
			  2
				
				 Most recent comment from WebWizards:Hi Ranjay,Thank you for purchasing our plugin,B2BKing doesn't have such a functionality - we feel that this is a general WooCommerce function, while our plugin aims to do only things that are ver ...
Most recent comment from WebWizards:Hi Ranjay,Thank you for purchasing our plugin,B2BKing doesn't have such a functionality - we feel that this is a general WooCommerce function, while our plugin aims to do only things that are ver ...
		
			
	
	
		 Kamil
		
			
			
			MultisiteClosed
		
		Kamil
		
			
			
			MultisiteClosed		
		
			 B2BKing Support
						  Updated July  1, 2021 at 11:35pm
			  10
  B2BKing Support
						  Updated July  1, 2021 at 11:35pm
			  10
				
				 Most recent comment from WebWizards:Hi,2) You're right, now I understand what you mean. This dropdown can be simply hidden via CSS.
form.login .form-row, form.register .form-row.b2bking_registration_roles_dropdown_section{
    ...
Most recent comment from WebWizards:Hi,2) You're right, now I understand what you mean. This dropdown can be simply hidden via CSS.
form.login .form-row, form.register .form-row.b2bking_registration_roles_dropdown_section{
    ...
		
			
	
	
		 And Wolf
		
			
			
			OrdersClosed
		
		And Wolf
		
			
			
			OrdersClosed		
		
			 B2BKing Support
						  Updated July 20, 2021 at 12:24am
			  5
  B2BKing Support
						  Updated July 20, 2021 at 12:24am
			  5
				
				 Most recent comment from WebWizards:An update regarding SalesKing: the plugin has been released and is available at https://1.envato.market/SalesKingIf you're interested or have any questions about it, please let me know.Kind regar ...
Most recent comment from WebWizards:An update regarding SalesKing: the plugin has been released and is available at https://1.envato.market/SalesKingIf you're interested or have any questions about it, please let me know.Kind regar ...
		
			
	
	
		 Dan
		
			
			
			Sub User EmailClosed
		
		Dan
		
			
			
			Sub User EmailClosed		
		
			 B2BKing Support
						  Updated July  1, 2021 at  9:06pm
			  4
  B2BKing Support
						  Updated July  1, 2021 at  9:06pm
			  4
				
				 Most recent comment from WebWizards:Hi Dan,The following PHP snippet will also send the "Order Received" email to the main/master account:
add_filter( 'woocommerce_email_recipient_customer_processing_order', 'send_email_m ...
Most recent comment from WebWizards:Hi Dan,The following PHP snippet will also send the "Order Received" email to the main/master account:
add_filter( 'woocommerce_email_recipient_customer_processing_order', 'send_email_m ...
		
			
	
	
		 sharan
		
			
			
			offer sectionClosed
		
		sharan
		
			
			
			offer sectionClosed		
		
			 B2BKing Support
						  Updated July  1, 2021 at  8:56pm
			  2
  B2BKing Support
						  Updated July  1, 2021 at  8:56pm
			  2
				
				 Most recent comment from WebWizards:Hi Sharan,Offers are designed so that the shop admin or a vendor, can make a unique offer / package for a user or group.For example, a particular discount could be negotiated, or a promotional package ...
Most recent comment from WebWizards:Hi Sharan,Offers are designed so that the shop admin or a vendor, can make a unique offer / package for a user or group.For example, a particular discount could be negotiated, or a promotional package ...
		
			
	
	
		 Kamil
		
			
			
			Restrict access to homepage for logged in usersClosed
		
		Kamil
		
			
			
			Restrict access to homepage for logged in usersClosed		
		
			 B2BKing Support
						  Updated June 30, 2021 at  7:22pm
			  10
  B2BKing Support
						  Updated June 30, 2021 at  7:22pm
			  10
				
				 Most recent comment from Kamil:Hi! Yes, so I figured it out and just added a new image to the server. Then there was no problem with it.
Most recent comment from Kamil:Hi! Yes, so I figured it out and just added a new image to the server. Then there was no problem with it.
		
			
	
	
		 Martin Stolk
		
			
			
			Get B2BGroupID in custom WP pluginClosed
		
		Martin Stolk
		
			
			
			Get B2BGroupID in custom WP pluginClosed		
		
			 B2BKing Support
						  Updated June 29, 2021 at  3:11am
			  2
  B2BKing Support
						  Updated June 29, 2021 at  3:11am
			  2
				
				 Most recent comment from WebWizards:Hi Martin,You can get the group id for a user with this line:
$user_id = get_current_user_id();
$group_id = get_user_meta($user_id, 'b2bking_customergroup', true);You can get the group name  ...
Most recent comment from WebWizards:Hi Martin,You can get the group id for a user with this line:
$user_id = get_current_user_id();
$group_id = get_user_meta($user_id, 'b2bking_customergroup', true);You can get the group name  ...
		
			
	
	
		 Cathy
		
			
			
			Display user role name on account pageClosed
		
		Cathy
		
			
			
			Display user role name on account pageClosed		
		
			 B2BKing Support
						  Updated June 28, 2021 at  5:55am
			  7
  B2BKing Support
						  Updated June 28, 2021 at  5:55am
			  7
				
				 Most recent comment from Cathy:Hi Stefan,Thank you so much for your help. It works perfectly now.Regards,Cathy
Most recent comment from Cathy:Hi Stefan,Thank you so much for your help. It works perfectly now.Regards,Cathy
		
			
	
	
		 Bartosz Haladus
		
			
			
			New user Approval email notificationClosed
		
		Bartosz Haladus
		
			
			
			New user Approval email notificationClosed		
		
			 B2BKing Support
						  Updated June 28, 2021 at 12:54am
			  2
  B2BKing Support
						  Updated June 28, 2021 at 12:54am
			  2
				
				 Most recent comment from WebWizards:Hi Bartosz,You could include the username, I believe with the following code, added to the email template file:
$recipient = $email->recipient;
$user = get_user_by('email', $recipient);
$use ...
Most recent comment from WebWizards:Hi Bartosz,You could include the username, I believe with the following code, added to the email template file:
$recipient = $email->recipient;
$user = get_user_by('email', $recipient);
$use ...
		
			
	
	
		 Kamil
		
			
			
			Products don't show up in the emailsClosed
		
		Kamil
		
			
			
			Products don't show up in the emailsClosed		
		
			 B2BKing Support
						  Updated June 25, 2021 at  8:48pm
			  2
  B2BKing Support
						  Updated June 25, 2021 at  8:48pm
			  2
				
				 Most recent comment from WebWizards:Hi Kamil,I am not sure that this is caused by our plugin, since B2BKing does not modify the order email.Can you please deactivate B2BKing and confirm that the issue goes away?If it does, would you be ...
Most recent comment from WebWizards:Hi Kamil,I am not sure that this is caused by our plugin, since B2BKing does not modify the order email.Can you please deactivate B2BKing and confirm that the issue goes away?If it does, would you be ...
		
			
	
	
		 Kamil
		
			
			
			Enable B2BKing plugin on multisite only on a subdomainClosed
		
		Kamil
		
			
			
			Enable B2BKing plugin on multisite only on a subdomainClosed		
		
			 B2BKing Support
						  Updated June 25, 2021 at  2:18am
			  2
  B2BKing Support
						  Updated June 25, 2021 at  2:18am
			  2
				
				 Most recent comment from Kamil:ok this is solved already :)
Most recent comment from Kamil:ok this is solved already :) 
		
			
	
	
		 Fabien Michel-Langlet
		
			
			
			Offers ProductsClosed
		
		Fabien Michel-Langlet
		
			
			
			Offers ProductsClosed		
		
			 B2BKing Support
						  Updated June 23, 2021 at 11:35pm
			  4
  B2BKing Support
						  Updated June 23, 2021 at 11:35pm
			  4
				
				 Most recent comment from WebWizards:Hi Kay,An improvement that has been made is that offers are now connected to Stock (inventory). Therefore if a user were to purchase an offer, stock quantities will be adjusted for products within the ...
Most recent comment from WebWizards:Hi Kay,An improvement that has been made is that offers are now connected to Stock (inventory). Therefore if a user were to purchase an offer, stock quantities will be adjusted for products within the ...
		
			
	
	
		 Kamil
		
			
			
			Login shortcodeClosed
		
		Kamil
		
			
			
			Login shortcodeClosed		
		
			 B2BKing Support
						  Updated June 23, 2021 at  2:45am
			  2
  B2BKing Support
						  Updated June 23, 2021 at  2:45am
			  2
				
				 Most recent comment from WebWizards:Hi Kamil,1) [b2bking_b2b_registration] works in a 2 column way. I need to put those forms one under another I think you can do this with CSS.Can you give me a link to your registration page? I would ...
Most recent comment from WebWizards:Hi Kamil,1) [b2bking_b2b_registration] works in a 2 column way. I need to put those forms one under another I think you can do this with CSS.Can you give me a link to your registration page? I would ...
		
			
	
	
		 Andrea
		
			
			
			Subaccounts or classic accountsClosed
		
		Andrea
		
			
			
			Subaccounts or classic accountsClosed		
		
			 B2BKing Support
						  Updated June 23, 2021 at  2:01am
			  4
  B2BKing Support
						  Updated June 23, 2021 at  2:01am
			  4
				
				 Most recent comment from WebWizards:Hi Andrea,I've attached the plugin. It's still in an early stage. In particular Earnings are not yet ready - there will eventually be a commission structure setup in the backend, where commi ...
Most recent comment from WebWizards:Hi Andrea,I've attached the plugin. It's still in an early stage. In particular Earnings are not yet ready - there will eventually be a commission structure setup in the backend, where commi ...
		
			
	
	
		 Chuck
		
			
			
			Version updatesClosed
		
		Chuck
		
			
			
			Version updatesClosed		
		
			 B2BKing Support
						  Updated June 21, 2021 at  6:28pm
			  13
  B2BKing Support
						  Updated June 21, 2021 at  6:28pm
			  13
				
				 Most recent comment from Chuck:Wow!  That was fast!  Amazing service and support! Cheers,Chuck
Most recent comment from Chuck:Wow!  That was fast!  Amazing service and support! Cheers,Chuck
		
										
													
						
