- This topic has 7 replies, 2 voices, and was last updated 5 months, 3 weeks ago by
Sangita Support Squad.
-
AuthorPosts
-
-
August 29, 2025 at 8:34 PM #249624
l.gan
ParticipantHello,
please tell me1. I moved multiple-vendors-products-link.php to the child theme
2. How to get the product image and the lowest offer price inside the button?Please see the example in the photo.
Attachments:
-
August 29, 2025 at 9:24 PM #249626
Sangita Support Squad
KeymasterHi there, Thanks for getting in touch with us. Can you please share more details about the flow you are trying to achieve so that we can assist you further accordingly.
-
August 29, 2025 at 10:19 PM #249628
l.gan
ParticipantThank you for answering so quickly.
I would like to display the minimum price of the product and the number of offers on the product page in the button with the class “goto_more_offer_tab button”.
If you are on the page of three products for “Bracelet” from “seller 4” – 300 euros
But there are also products related to “Single Product Multiple Vendor”
Bracelet – “seller 1” – 500 euros
Bracelet – “seller 2” – 520 euros
Bracelet – “seller 3” – 499 eurosThen the text “goto_more_offer_tab button” would be displayed: More Vendors 3 (number of more offers) from 499 euros (that is, the minimum price for all offers)
i.e. I need:
1. get the minimum price for all offers of this product.
2. get the number of offers
3. get the product image.
-
-
August 30, 2025 at 6:30 PM #249631
Sangita Support Squad
KeymasterHello There,
Thank you for your cooperation.
To retrieve the product image, you can use the following function in your template file (multiple-vendors-products-body.php):
$_product->get_image();To get the count of offers available, you can use this code:
global $post; $more_products = $this->get_multiple_vendors_array_for_single_product($post->ID); $more_products_count = count($more_products['more_product_array']);Finally, you can use the hook below to display the count of offers available for a Single Product Multiple Vendor (SPMV) product:
mvx_more_vendors_tabFor prices, there is already a sorting option available in the More Offers tab.
If you need any further assistance, please feel free to let us know—we’ll be happy to help.
-
September 1, 2025 at 12:14 PM #249638
Sangita Support Squad
KeymasterHello there,
Thank you so much for reaching out and for sharing your concern. We truly understand your situation. At present, our development team is fully dedicated to a major revamp of the plugin, which makes it difficult for them to take on custom requests right now.
If this customization is something you’d like to implement urgently, our service team will be glad to assist you. You can get in touch with them here: https://multivendorx.com/custom-development/.
However if you prefer guidance directly from our core development team, we’ll be able to provide that once the upcoming major update has been released.
We sincerely appreciate your patience and understanding. Please know that we’re always here to support you in the best possible way.
-
September 1, 2025 at 10:25 PM #249653
l.gan
ParticipantI’ll wait, thank you very much Sangita. We are also really looking forward to the release 🙂
Please allow me to request another:
Currently: The “More offers” tab is always shown, even if the product has no offers yet.
It would be great if it was hidden if the product has no “Single Product Multiple Vendor” products.
-
-
September 2, 2025 at 10:19 AM #249657
Sangita Support Squad
KeymasterHello there,
Thank you so much for your patience and kind words. We truly appreciate your support and enthusiasm for the upcoming release.
I’ll be sharing your feedback with my team, and we’ll make sure to refine this flow as part of our upcoming major revamp.
Once again, thank you for your valuable input — it truly helps us improve!
-
-
AuthorPosts
- You must be logged in to reply to this topic.







