MultiVendorX
Forum Replies Created
-
Hi @cofiiber, so sorry to hear that.
You can get the older version from here : https://downloads.wordpress.org/plugin/dc-woocommerce-multi-vendor.3.9.3.zip
But we always recommend our users to use the updated version because it has all the fixes and latest features. So, I would recommend you follow this video before upgrading to 4.0+: https://www.youtube.com/watch?v=E6ZPznJ2Hew
You can also contact us over our forum so we can guide you with each step : https://multivendorx.com/support-forum/
Hi @jay475, sorry for the delayed response.
We have same settings to rename Enquire Now button both for single product as well as shop page.
Now if you want to add a seperate button, then you need to do custom code and create a new button and integrate the whole enquire form, email support there.
So as you can understand, it will require good amount of custom code.
Hi @intercommsa, the flow you are looking for requires some custom code.
I am afraid there is no ready made solution for this.
If you have any coding experience, please follow this coding flow. You need to check the woocommerce code first on how woocommerce display data as per their variation change. You need to check their javascript file and need to override them to display the enquiry button.
@maryoli, in case of suborder we are fetching the same items as in parent order. so the code you have added to remove vat, in order to apply the same for sub order too, you need to do additional coding.
So, you have to identify suborder by checking wp_get_post_parent_id( $post->ID ) and you can find all suborder or a parent order by using get_mvx_suborders. Then apply the same logic here too.
You can check more about our codes on here https://github.com/multivendorx/MultiVendorX/blob/main/classes/class-mvx-order.php.
Hi @intercommsa , the page link you have shared is giving us 404 error
Regarding the rename of the button, please use our settings called Button Text Under Button Appearance. : https://prnt.sc/Mf51-9zIwtzJ
Hi @maryoli, thanks for the code.
But to be honest, looking at the code we are not quite sure about the flow, that you are getting.
Can you share a video of the flow, so we can check and assist you further.Hi @maryoli, can you share the code you ar using for the main order, so we can check and assist with with the sub order too.
Hi @reatechsolutions, sorry to hear that you had faced some issues.
Can you please let us know where did you reach us and what issue did you face so we can assist you with this?
@reatechsolutions, just to keep you posted, we will try our best to resolve all your issues.
Hi @greenwebdesign, let me assit you with the flow :
The default flow of MultiVendorX only handles the payment from the admin to the vendor. Now the admin of the site will get full payment of the order because the customer uses the payment mode enabled via WooCommerce >> Settings >> Payment. (see this scrrenshot – https://prnt.sc/lxbdew)
So customers can choose any payment method on the checkout page while placing the order.Now, as per MultiVendorX Schedule and payment mode (see this screenshot – https://prnt.sc/m7tciu), the vendor will get their part of the commission. This means it will pay vendors in their selected payment mode except for Bank Transfers. As Bank Transfer is a manual process.
But, if you want the vendor to get paid directly when the customer pays for the order, then you may use Stripe Marketplace, PayPal Marketplace modules (https://prnt.sc/QgYsK1WR0I7A) to receive instant payment. This modules are included in our MultiVendorX Pro
To know more, please do contact us over our forum : http://multivendorx.com/support-forum/Hi @hrwebsolution, you can simply change that using a plugin like loco plugin.
We have a doc to assist you further https://multivendorx.com/docs/knowladgebase/multivendorx-translation-guide/
I hope you are satisfied with our assistance and plugin. A 5/5 review here- https://wordpress.org/support/plugin/dc-woocommerce-multi-vendor/reviews/#new-post , would be a great way to share your experience with others.
@hrwebsolution, please override “html-product-highlights.php” template file and add this
https://drive.google.com/file/d/1B60Xm0QlVu7xhL1-5wmBz0TNYQs8YaQT/view?usp=share_linkThanks for the info. Kindly provide the team some time.
You are welcome @ammartello97
Hi @suleymand444, as you can see we don’t display our of stock form by default, you need to select the attribute first https://fluvid.com/videos/detail/xdDvytE_M_cnaYAD2
It might happen, that you have set the Out of stock variation as the default option : https://prnt.sc/IVYe2q8R1zlN
Kindly check the settings again.
Hi, as you can see this is working fine for variable product on our end : https://fluvid.com/videos/detail/xdDvytE_M_cnaYAD2
It seems like there is some plugin/theme conflict. Just to be sure, disable all the plugins except WooCommerce and Stock Alert plugin and check again.
If the issue still exists, please switch to some default theme such as Twenty Sixteen and check again.
Please do keep us posted so we can help you out.