Rajsekhar Chatterjee
Forum Replies Created
-
Hi,
users are created by WordPress. So you will find details rest details from WordPress rest API docs.
Thanks
Hi,
you can find using store_url + “/wp-json/mvx/v1/vendors/” + store_id
Thanks
Hi @seba1412 ,
Please use our updated plugin from github https://github.com/multivendorx/MultiVendorX. And let us know wheather the issue has been fixed or not.
Thanks
Hi @hrwebsolution,
We are using the wp_editor function https://developer.www.ads-software.com/reference/functions/wp_editor/ to display this section. As per the WordPress doc, there is no option to add a placeholder.
ThanksHi,
After login in from the woocommerce login page and from the WordPress login page it will redirect to the Vendor dashboard (https://scrnli.com/files/oZj3xCgrNjI8e8) page(if a user is a vendor). Please check vendor dashboard link is correct or not from here https://scrnli.com/files/oZj3xCgrNjI8e8. If you are still facing the issue then this might be due to a custom code or custom plugin issue. Then please deactivate all the plugins except woocommerce and MultiVendorX and switch to a default theme and check again.
ThanksHi,
* We have fixed this issue in our git. You can download it from here: https://github.com/multivendorx/MultiVendorX and let us know if this is working. Before that remove the previously given custom code.
* We are very sorry to say that, this feature is not available for our WordPress version. This is for the Pro version.
* You can easily modify it by overriding template
https://github.com/multivendorx/MultiVendorX/blob/main/templates/vendor-dashboard/product-manager/add-product.php
https://github.com/multivendorx/MultiVendorX/blob/main/templates/vendor-dashboard/product-manager/edit-product.php
Thankshi,
We have added checking ‘Free shipping’. Now you can set your customized name.
ThanksHi,
Which option do you refer to by “zone delivery”? Can you please share a screenshot of that settings?
Thankshi @kir-2012
Hre is the updated link https://www.loom.com/share/4d510c964b314759978d5af2a242dd30Hi,
As you can see this is working on our end – https://scrnli.com/files/nDcRzzhCuts3TS.
We are usingwoocommerce_json_search_vendors
this ajax function to fetch vendors details.
ThanksHi @ceciestmonsurnom,
“Product Enquiry Button When Product is Out Of Stock” – when you have enabled this button, the inquiry button is visible only when the product is out of stock. Other times it shows to add to cart.
But your requirements are different. There are no such settings to remove inquiries for out-of-stock. You have to customize our code. let us know if you need any further help.
ThanksHi @raquiti789,
Please check if you are using an SSL certificate or not. If SSL is not found then users will not be added to your Moodle site. You can check whether users exist or not from here site_url/admin/user.php
ThanksHi @dfwpress,
Store name and slug updated from term.
you can update term like this way
for name :$this->term_id = get_user_meta($this->id, '_vendor_term_id', true); wp_update_term($this->term_id, $MVX->taxonomy->taxonomy_name, array('name' => $title)))
for slug :
wp_update_term($this->term_id, $MVX->taxonomy->taxonomy_name, array('slug' => $slug))
ThanksHi,
We have released an update.
Please check again