WebWizards
Forum Replies Created
-
I checked now and it seems to be a CSS issue (the table exists in the code, but it is hidden by some website CSS).
I believe you can fix it by adding this CSS to your site:
.fusion-woo-cart.hide-stock .stock, .fusion-woo-cart.hide-stock .woocommerce-variation-availability { display: block !important; }Usually it can be added to Appearance -> Customize -> Additional CSS
Hi there,
When a customer purchases products from multiple vendors at the same time, the plugin will split the order into multiple sub-orders.
So for example if the customer purchases from vendor X and for vendor Y at the same time, the plugin would split the order into 2 smaller “suborders”, and 1 would be sent to each vendor, so each vendor can take care of their own part of the order.
Possibly something is going wrong on your site because I see one of the orders there has a total of $0, so I am not sure what exactly is happening there.
If you would like, we can look more directly into that: for that, please open a private ticket with us at https://webwizards.ticksy.com and provide us with backend access to the site or to a staging clone site, so we can check and investigate it directly.
Thank you for the details,
We we will be looking into this and I will get back to you here with another message as soon possible,
Just wanted to give a quick update,
Hi there,
On variable products, each variation has its own table.
So the table will show only after you choose a variation. So please make sure to choose a variation in the dropdown first.
I tried going to that page you linked but I am logged out so I cannot check it.
Hi Josh,
We’re the developers of the B2BKing plugin,
I’m not sure if this can solve it, but sometimes with bundles plugins it works to configure B2B prices like this: https://prnt.sc/NQDVzrctyUmA
( the regular price would be left empty, and the B2B price would only be added to the ‘sale price’ field ).
Sorry to hear that – Unfortunately I’m not sure why that hasn’t worked.
I’d be happy to look into it directly if you would like to share a backend access to your site (or a staging clone site). You could do that by opening a private ticket on our platform at https://webwizards.ticksy.com
If you’re using the free MarketKing plugin, you can open the ticket in the MarketKing Pre-Sales category.
Hi there,
I looked into the issue – it seems that the $order object does not exist there for some reason.
I have now made a plugin update to the MarketKing Core plugin that checks for this.
Please update to MarketKing Core 1.4.38 and see if this resolves the issue,
Hi,
This is currently only possible if the cart is completely replaced with a quote system. It is not possible if you’re looking to have both quotes AND a cart (purchase) option.
We will be looking to add more options here in future updates,
Hi there,
You can change that email by adding the following PHP code snippet:
add_filter('b2bking_recipient_new_message_quote', function($email, $conversationid){ $email = '[email protected]'; return $email; }, 10, 2);You can also add multiple emails there by separating them with a comma:
$email =’[email protected], [email protected]’;Hi there,
Thanks for using our plugin,I don’t believe we have an immediate way of achieving this unfortunately.
We would like to add a WPML integration module that will add these features sometime next year – it would do automatic conversions of currencies. But this is something for future updates, it is not yet available.
If you are considering custom coding, you could copy the MarketKing templates to your child theme and edit the templates directly (more info at https://woocommerce-multivendor.com/docs/how-to-edit-marketking-pages-templates/ )
Hi there,
I believe you could do that by adding this PHP code snippet (to functions.php or to any snippets plugin).
add_filter('woocommerce_login_redirect', 'login_redirect', 10, 2); function login_redirect($redirect_to, $user) { if (marketking()->is_vendor($user->ID)){ $redirect_to = get_page_link(apply_filters( 'wpml_object_id', get_option( 'marketking_vendordash_page_setting', 'disabled' ), 'post' , true)); } return $redirect_to; }Hi there,
Our plugin does not use WP roles – we prefer to use our own internal ‘vendor groups’.
If you want to also use WP roles (perhaps for compatibility with other plugins), you could do the following:
1. Install a plugin that adds support for multiple roles. We recommend https://ww.wp.xz.cn/plugins/hm-multiple-roles
2. Add this PHP code snippet to your site:
add_filter('marketking_use_wp_roles','__return_true');
3. Deactivate and reactivate MarketKingYou will now find the plugin has created a WP Role for each Vendor Group. From now on, the plugin will try to constantly sync group and role automatically, whenever a user is created, saved, etc.
However, for existing users, you may need to manually sync the role initially. One quick way to do this is to simply save users – this will also sync the group and role.
- This reply was modified 3 years, 6 months ago by WebWizards.
Thank you so much 🙂
Hi there,
Latest version on CodeCanyon is currently 1.0.67. Please try to update and see if that can resolve it for you.
You should be able to download the latest version from your CodeCanyon acccount (the license is lifetime, so you can always get the latest plugin version from your CodeCanyon account).
We can also help you further with this if you would please open a ticket with us at https://webwizards.ticksy.com
Hi there,
I’m not sure why that would be – I’m not aware of any recent changes to this area of the plugin, so perhaps the issue is related to something else.
We can check the problem directly for you. It would be best if you can please open a ticket with us at https://webwizards.ticksy.com with your purchase code for the pro plugin.
If your support expired, that’s fine, we can check the issue as well, just open the ticket in the ‘pre-sales’ category.