How to create multi vendor shop on wordpress
What is multi vendor shop? This is shop which has many sellers. For example, popular Amazon or Ebay are typical multi vendor stores. And today I will explain some ways how to build multi vendor shop on wordpress and Rehub Theme
First of all, install Woocommerce plugin. Please, read our section for woocommerce in documentation. Second plugin which you will need is vendor plugin.
Which vendor plugin you should use?
Currently we support next plugins: WCFM from WCLovers, WC Vendor, Dokan or MultiVendorX. All plugins are good and supported by theme. All of them have their own advantages and negatives.
Dokan has better UI design, store list, frontend form even in free version of plugin. It has also many cool, nice designed addons, like booking addon, geo addon, invoices, etc. But it’s most expensive plugin. Free version is very limited.
WCFM is best if you need maximum functions. Even free version has more functions than PRO versions of other plugins. WCFM has a lot of unique addons and it has compatibility with most of popular woocommerce plugins. For example, you can create membership site with unique vouchers, hotel site, tour site, site where vendors can sell bundles, parts, like computer services or rent services. If you need very specific things – use WCFM, it has everything which you ever can imagine and highly customizable. PRO version (Ultimate WCFM) is most cheapest among vendor plugins. All addons are also very cheap. Negative side – design and UI of some pages can be outdated in plugin in comparison with Dokan. For example, price tables and membership pages can be too different from design of your theme. But good news, we customized design of store pages, membership pages, price tables and many other things in plugin to make it more clean and better fit to site design on Rehub. Also, all initial default styles will be auto populated from theme’s color options, but still you can edit them if you want to make custom color settings.
MultiVendorX – I think it’s something average between WCFM and Dokan. Good balance and recently they made big rebrand. It’s cheaper than Dokan and also has many addons. My most favorite is Membership addon. If you don’t want to pay price like in Dokan and you don’t nlike WCFM, use MultiVendorX. I like how fast this plugin and easy to use. It doesn’t have a lot of settings, so, it’s fast to setup and use for admins and vendors. MultiVendorX also has option to show multiple vendors per one product in free version of plugin.
WC Vendor – is one of the first vendor plugins on wordpress. They develop plugin not so fast as their competitors, not so much addons and not the best price. But it has own good sides. It has most simple design with minimalist in mind. This can be very useful when you like such style and you don’t want to overwhelm users with many panels and settings.
Do you need PRO version of plugins or free? Plugins have fully functional free version of plugins which are extended by theme. So, check free version first. Then, decide if you need PRO. Maybe it will be better to spend some money for addons of plugins.
Both Woocommerce and vendor plugins have good documentation and setup guide. Please, check documentation of vendor plugins for initial setup, then, come back to this article and read about additional secrets and improvements which you can have on site with our theme.
Setup register pages, account and vendor dashboard
Register and My account page
Go to Woocommerce – Settings – Account tab and in registration section choose Enable registration on the “My Account” page. Also, it’s better to disable Automatically generate username from customer email – so, users can set separate login name (will be used for store url and it’s impossible to change it after registration). Also, don’t forget to enable registration on site in Settings – general (click on Anyone can register)
Now, find default woocommerce “My account” page among other pages (Pages – all pages). If everything is ok, this page must have shortcode
[woocommerce_my_account]
Copy url of this page, you maybe need it in future. This page will be used for sign up and registration + as account page for customers.
By default, woocommerce and vendor plugin will create several system pages. I recommend to change their template, because it looks strange when Account page has sidebar. So, I recommend to set Full width page layout or System Page layout
System pages layout doesn’t have footer and header, so, it will be very cool to have it for registration pages for vendors and my account page.
Here is example
Setup for vendor dashboard pages and vendor register pages
Please, read documentation of vendor plugin which you use on site. Each plugin has different logic for pages. For example, some plugins use woocommerce register page for vendor registration, other plugins require to have separate registration page for vendors.
Setup for User Dropdown, Login links in header
After you get link of your register page, you must set this link in theme options. By default, our theme has own login/register popup which is very useful for users, because it’s fast way to login. This login popup also has option to register, but i strongly recommend to enable redirect to your woocommerce register page to prevent different incompatibilities with vendor plugins. For this, Go to theme option – User option – Add custom register link and add there link to to your registration page which you copied in previous step.
After all settings, when user is not logged in – he can see login button, when he logged in – he can see dropdown.
By default, it will show logout link, store setting link, account page link, but you can add your custom set of links in dropdown menu. For this, create new menu in Appearance – Menus and add it to User Logged In Menu Menu location (bottom of menu page). All links from this menu will be added to dropdown.
Better shop header
For best user experience on your shop, I recommend to use our special Shop header Layout. You can choose it in theme option – header and menu – header style and choose Shop/Comparison header.
You can also add some additional elements in header in custom area when you choose Shop header layout
In this area you can use also conditional shortcodes and show different information and links for guests and vendors. For example
[wpsm_is_guest]<a href="/my-account" class="act_rehub_login_popup">Create store</a>[/wpsm_is_guest]
[wpsm_is_user]<a href="/my-favorite-shops/" class="act_rehub_login_popup">Favorite stores</a>[/wpsm_is_user]
As you see, I use shortcode wpsm_is_guest which will show content for non logged users and wpsm_is_user which is for users. If you want to show something special here just for approved vendors, use wpsm_is_vendor instead wpsm_is_user. Also, I added magic class act_rehub_login_popup to link which will trigger login popup for non logged users if they click on button.
You can also enable wishlist and comparison icons in header. Check our documentation about wishlist and dynamic comparison.
Product submit pages and custom forms
All vendor plugins except WC Vendor Free plugin has inner frontend forms. Use this step only for WC Vendor free plugin.
So, to create own frontend forms which are based on our RH Frontend plugin (bundled with theme) or any other frontend form plugin, do, next steps.
Go to Rehub->Plugins tab and find link to download RH Frontend PRO plugin.
After setup of plugin – create form for product post type.
Plugin supports most of useful fields by default. You can configure and disable them in form settings. See some video and docs about plugin
If you want to add field for users where they can add coupons for external deals – add custom field in right panel with key
rehub_woo_coupon_code – this is for coupon code
rehub_woo_coupon_date – this is for expiration date (also choose date type of field)
rehub_woo_coupon_coupon_img_url – this field is for adding additional coupon image which will be used in printable coupons (print coupons must be enabled in theme option – shop settings)
Now, save your submit form and copy shortcode of form in top of page. You will find two shortcodes. One for submit form, second is for Edit Form pages (where user can see all published products and edit them). Copy both shortcodes, create two pages and insert shortcodes there. If you need to make this pages as full width (without sidebar), you can enable this in right panel (Page attributes)
What if you want to restrict adding products for non vendors (this is usefull if you have several roles on your site). Use conditional shortcodes
Changing links for adding products in vendor dashboard
Go to Theme Option – shop settings – Vendor settings and add links to submit and edit pages which you created in previous step.
Woocommerce theme settings
You can find them in theme option – Shop option. You can change there design for single page, design of category loop and some other settings.
Vendor shortcodes
Plugin has some default shortcodes which you can know in documentation of plugin. Theme also has some additional shortcodes for vendors:
1. List of favorite shops
[rh_get_favorite_shops]
2. List of sellers
[wpsm_vendorlist]
This shortcode will show archive of sellers. Also, you can show specific user list. This shortcode will not work in Multivendor X, use store list instead
[wpsm_vendorlist user_id=1,3,4]
You can also show search form and order select before vendor list with next parameter
[wpsm_vendorlist search_form=1]
Contact seller, friendship and community functions
Rehub theme has great combination of several plugins to get the best results. So, if you want to extend your shop and add some community functions – install also BuddyPress plugin. After activation, maybe you should disable some standard modules of BP: activity and group. BP will add option to send private messages and friendship requests + add separate profile of seller to site. We added great integration between Buddypress and vendor plugins. For example, you can show products of vendor on profile page and special widget of User on Store page. We have other article about community functions on site, all community functions will work also for vendor stores.
For Quick Contact, all plugins have Contact widget. Follow to Appearance – widgets and add Contact widget to Vendor store widget area.
Reputation points
Want to add even more – install plugin MyCred which is also supported by theme + theme will show reputation points, badges and levels in profile pages, dropdown menu, etc. You can give points for product posting, wishlist adding, voting, comments and other things. You can even give your user bonuses and hide some parts of site for users who didn’t reach special amount of points.
Store locator
Check how to setup Locators for vendors, Products and Posts
How to add categories and other filters to vendor
You can also add categories and other filters to vendors. This option will work for Buddypress plugin, so, you must install it first. Theme supports now Xprofile fields in woocommerce register page, register popup and in WC Vendor setting page. To set filters for users, create fields in Users – Profile Fields (Extended Profile module must be activated in Settings – Buddypress).
By default, these fields will be included in BP register page, but with theme, you can add them to other forms. Here places where you can enable fields.
For woocommerce registration page – Theme option – Shop Settings – Add xprofile fields to register form?
For login/register popup – Theme option – Buddypress options – Add xprofile fields to register form?
Then, you can use new data for filters. For example, in Geo My WordPress plugin form (check previous part about Store locator). To use Xprofile data in form, check next options in GMW form
You can choose fields to use in form.
If you use Custom: Horizontal or Custom: Horizontal-big-fields template for form, all xprofiles data will be available after click on “Show option” button
You can also show xprofile fields near address field. Use Custom:horizontal-xprofile or Custom:horizontal-big-fields-xprofile template for this. If you use form on page, enable only one select field of xprofile fields. To show all type of fields, you can use GMW form widget in sidebar).
Synchronizing vendor location and product location
It’s very common request from our buyers. They want to make store locator for products (not vendors). We have also customization for Post locator function of GMW, but this requires to add location for each submited product. What if products have always the same location = location of vendor? We added simple function which synchronized them. One, vendor set his location one time and all new submited products will have the same location, so, you can use it in product locator
For this, go to Theme option – shop settings – Synchronize product and user location? and enable it
Product Hub or multiple vendors per product
Our latest theme version has also such unique function like Comparison prices from multiple vendors in Product. There are several ways to do this. Each way has own scenario and you can apply all scenarios in the same time.
Consolidated Product generated by Admin
This scenario is good when you want to combine several products from different vendors into one consolidated product. There has few ways to do this.
Compare Prices via SKU
It’s possible to create Comparison Product Hub by sku. You must add the same SKU to all products which you want to group as price comparison. By default, woocommerce doesn’t have option to set the same SKU for several products, so, you must use our RH Woo Tool Plugin. (download it from Rehub – Plugins and simply install). When you have several products from different vendors with the same SKU, you can choose layout of product as “Compare prices by SKU”
You can change SKU of products with Bulk edit. Go to all products page, choose products and choose Edit
Compare prices with shortcode
To use this type, enable “Compare prices with shortcode” Product layout.
Then use shortcode in Custom product areas
[wpsm_woocompare ids="4090,4086" logo="vendor"]
in ids, you must add product ids. There is also more simple to get this shortcode without searching ids of products. Simply click on button S in Text editor and choose “Woocommerce comparison list” shortcode. Begin typing title of products and choose products. Then, insert in content and copy inserted shortcode to code zone area near button.
Product Duplicate function for Vendors
In this scenario, vendors can duplicate products of other vendors when they create new Product. It works very simply. When vendor create new product and type product’s name, he can find that such product already exists on site and vendor can assign or duplicate such product.
This way is not working in some vendor plugins, mostly, it’s feature of plugin, not theme.
Here is documentation for this feature from vendor plugins
WCFM single product multiple vendors Dokan multiple vendors WC Marketplace multiple vendorsUser generated Frontend Price comparison shortcode
This scenario will generate a special button in product and users can add own prices to existed products. This way is more universal, it can be used also for assigning additional prices from local shops to existed products. The difference from previous scenarios is that this way doesn’t require having separate products for each price.
This scenario requires to have Content Egg plugin on site. Free version of plugin is included in theme and enough for this way. After installation of Content Egg, go to settings of plugin and simply activate Offer module, also enable Content egg for products and enable synchronization if you want to synchronize prices from user generated offers and main price of product
Then, you must add the special shortcode on product pages where you want to have Frontend Submit Popup. You can use Custom code areas of products to add shortcode globally or per each product.
Add next shortcode
[wpsm_add_deal_popup role="" currency=USD rolename="Vendor" nothumb=1 label="Add your deal" editlabel="Edit your deal"]
Here is an explanation of some parameters.
role will add special restriction, so, only users with this role can submit offer to product. Please, note, that role and role labels are different things. Each vendor plugin has own role which is used for vendors. vendor – is a role for WC Vendor, seller is a role for Dokan, dc_vendor is for WC Marketplace and wcfm_vendor is for WCFM vendors. If you want to allow all registered members to submit offer, set role=””
rolename this is label for the role which can submit offers.
currency you can set here default currency in iso format. If you remove this parameter, user can choose currency
nothumb this parameter will remove the image url field from form. By default, users can also add url of image for their offer, but in our case, we don’t need it, because we need only the logo of vendor. This logo will be generated automatically based on offer URL.
membertype this is additional parameter, you can use it instead of role parameter. This member type is working for WCFM membership addon. It allows you to set payment per each membership, so, you can take payment for a special membership level who can submit offers to your site.So, if you want to use member types of WCFM instead regular roles, use next shortcode
[wpsm_add_deal_popup role="pro" currency=USD membertype=1 rolename="Vendor" nothumb=1 label="Add your deal" editlabel="Edit your deal"]
Where pro is membertype of WCFM
label – Text on button
editlabel – text on Edit button
Each user can submit only 1 offer per product. After this, he can also edit his price. Price history will be saved.
This method uses Content egg, so, all functions of Content Egg, like price alerts, price history and special Content Egg layouts will work. Here is our big tutorial about price comparison sites on Woocommerce
You can also use this way for regular products. For example, you have simple product and you want to add additional section where other local shops can assign their prices. Some examples how to combine CE shortcodes and product layouts can be found here
You can also wrap shortcode with special conditional shortcodes of theme.
Email settings
After installation of plugins, it’s better to check your email settings. Sometimes you can have not best labels and email header. Go to woocommerce – setting – email and check all fields of your emails
Vendor Widgets
We added special widget area in theme Vendor store page sidebar. You can assign there widgets which will be visible only on store page of vendor. There are some ready widgets for this page. All vendor plugins have own set of widgets which can be very helpful on vendor page. WCFM plugin has also options to customize colors of sidebars. Some widgets are must have on vendor dashboard. For example, Vendor’s Categories or Contact widget
Also, you can use our special shortcodes to show additional meta data of vendor
How to show additional meta data of vendors
Our magic shortcode to get such data
[rh_get_profile_data userid="vendor" usermeta="secondphone"]
This will get meta value from user key secondphone. This shortcode will work only for WC Marketplace, because this plugin has options to add custom fields in registration forms.
Vendor Membership packs and advanced capabilities
If your purpose is to make different membership levels for multi vendor sites – currently we recommend to use Membership addon and WC Marketplace plugin (addon is not included in theme) or WCFM plugin. WCFM plugin has membership options in their free membership addon, but it doesn’t have option to set different capabilities, so, you must buy their Group and Staff addon. I am not sure which plugin is better. I think if you need just membership, WC Marketplace is better. But if you want to have highly customizable site, WCFM is better, because it allows also to add custom fields in product submit forms, post not only products, but also articles and even more. One of greatest things of WCFM plugin is that it supports ACF plugin, most powerful plugin for custom forms. So, if you want to have conditional fields in product posting forms, extended pages, use WCFM.
I also recommend to check full list of compatible plugins for WCFM if you want to extend site with very specific functions.
Hello, I would like instructions on how to leave the store presentation the same as the template presented in the ReHub theme using the WC Vendors Pro plugin. Thank you very much.
Not clear what you mean. All child themes have the same store design
hi can i use the storex or handy theme for multivendor store?
this tutorial is for Rehub theme. Other will not work
After reading the settings, I’m not clear how to make sellers can publish discount coupons.
How can I do in order that there is a filter in shops page to be able to filter through name or another characteristic?
Thank you.
Discount coupons for products are possible only with Wc Vendor PRO plugin.
Hello,
is it possible to add dropdown selector field with the list of actual product categories to the store locator search form, to search inside one of category? I own both WC Vendors Pro and REHUB theme. Thanks!
Yes, you can enable product category in form settings
How ?
write to official support, please. We can’t answer on questions here
Thank you for the answer.
If it’s not those fields from “Profile Fields” (which you mentioned in this article), so can you tell me please (briefly) – how and where can I enable it?
Hi, with ReHub theme. I making comparision with multiple category (example : Accessory, Gadget), is it possible.
yes, it’s possible
Is there a Bid functionality in Rehub or do you know a way to implement it using the Rehub? Some plugin, idk. Thanks
you should search auction plugin for woocommerce, there are some plugins
will rehub theme work with woocommerce + wc vendors free + buddypress?
thanks
Note, you don’t need any other plugins, like BP VC connect or similar, you don’t need any paid plugins. All deep integrations and connections between 3 plugins are made inside theme
just to be clear, all of the buddypress functionalities are also in the theme download right?
Yes, it’s correct
Yes, all demos for vendors are made with this combination
I fail this tutorial at the first step. (Very new to WP) For instance, I can’t see “full width” option. Then “Login/Register not available”.
I guess, because you don’t use Rehub theme
Hello friend … I would like to ask for the video production for this tutorial. For users with their level of knowledge this tutorial is simple to understand. However, simple video can clarify exactly the steps we must take, since we can pause and repeat the processes one by one. thank you.
Ola amigo… eu gostaria de pedir a produção de vídeo para esse tutorial. Para usuários com seu nivel de conhecimento esse tutorial é simples de entender. Porém, o vídeo simples, pode esclarecer exatamente os passos que devemos seguir, pois poderemos pausar e repetir os processos um por um. obrigado.
yes, you are right, currently, it’s most hard part of theme for buyers and we plan video tutorial for this article in nearest time
Hi, i want to allow multi vendors to create daily deals with countdown timers, submission from front-end. I am having difficulty with this as I can’t seem to work out how vendors can set their own countdown timers. I have installed the full demo site to play with . Any advice please?
Add custom field to form with key rehub_woo_coupon_date and type of field as Date field. This will work for external products. OR add two fields, _sale_price_dates_from and _sale_price_dates_to – also as date fields.
Hi, I’m starting a web with this template and some shops interested in selling in my place have asked me if there would be a way to import the products from other marketplaces where they already have uploaded them. Thanks
Yes, but it’s possible only for admin (so, they must send you xml of csv file). Please, note, we are working on Dokan plugin support, it has also extension for import for vendors. Will be in this month
In the Rehub Vendor theme, I have found that any user can add product.. I want only the vendor to add product, So kindly Help.
wrap frontend form shortcode with conditional shortcode of vendor which is described in this article
Hi,
Two questions for you:
1. Can you update all products when a vendor updates their location?
2. How can I have a geolocation when login to show me only vendors and products based on my current location or by changing a drop down in the site?
3. How can I update your theme or have the vendor turn off the store temporarily by using a custom field? like vacation mode?
Thanks!!!
Love your theme.
1. No, this will not work for existed products
2. Geo my wordpress plugin has option for autodetection of user’s location. You can find it in form settings and settings of plugin
3. Vacation mode is available only in PRO version of vendor plugins. Theme supports it
Hi
I want to find follow plugin for Dokan software.(for follow store)
What do you recommend?
in next few days, theme will support Dokan also and all customizations for Wc vendor will be available also in Dokan
hi, which one would u recommend? wc vendors pro or dokan pro?
thanks
I like dokan more now as more better design, inner frontend submit even in light version and more extensions
Kindly Provide Option to Install Demo Data with some Dummy Product as showing in Live Demo.
it’s already available in Rehub – demo stacks
can you make the RDOKAN demo theme available for download ?
it’s available for download (revendor child theme)
yes but it is compatible with wc vendor i want the configuration of Redokan so I don’t have to make it again
It’s compatible for both. Redokan demo use revendor child theme. Settings are the same. Just another colors. If you need just theme options – I can send you. Write here http://themeforest.net/user/sizam#contact
By default, it will show only logout link + store settings link when i use wc vendors but for dokan after installation and register new user as seller and create store it doesn’t show the manage your store button directly so i have to add it from menus in apparence and the problem is that it shows it not only for sellers but for every simple user that register
manage store link is added in drop down menu. Use latest version of theme
Hello…i downloaded the demo for revendor. Can you please tell me what module/plugin is enabling production comparisons in the demo? (it is not content egg since that is not activated. also i dont think the free woocommerce version has this comparison. therefore, I am a little confused since i want to change the fields etc.). tks
it’s theme function http://rehubdocs.wpsoul.com/docs/rehub-theme/comparisons-tables-charts-lists/dynamic-comparison-charts/
Can a store owner have several stores/branches? Either WC Vendor or Dokan? Can I setup products to be unique with just vendors attached to them, e.g. the product ‘Shirt’ is sold by several vendors just like on Amazon? Thanks!
1.no
2. no. but there is one of way to do this. You can post product as admin and use woocompare shortcode of theme and add there several products of different vendors. So, this will be something like Product Hub page which will have product offers from several vendors
Thanks – I need several branches. Would this be a customization to WC vendors or Dokan?
Ok, seem to have figured out that location is set for the user, not for the store or product, unfortunately. This really is unfortunate.
Do you have a suggestion on how to move location from user to store?
User = store in all vendor plugin which I know. So, such thing doesn’t have a sense. Also, location is possible to add to products
Hello,thanks for the child revendor theme, very good template.
I’ve just one problem, the “add product” button in the pro dashboard of wc vendors in disappeared. How can i let users add their products?
thanks
you can enable option to add products for users in settings of plugin
Yes i did, thanks!
About the points,
– Store locator
– Synchronizing vendor location and product location
It’s all here? I did those steps but doesn’t work at all. I’m working with wc vendors, have registered a vendor with location, create a form for members locator, but when I do my research some blog posts appear..
do u have any suggestions?
thanks
If you have any problems with core functions, please, write on official support page and describe all your steps, screenshots, links, etc. Official support page is Themeforest comments of theme
Hi there, this product really seems to do what I want. Only one thing I can’t figure out.
My store is setup so that I offer products for sale in my store, but the product is actually linked to my Amazon page. I insert the code and they reveal the code and when they click the link that says input on checkout, it takes them to my Amazon page, so they buy it there and use the code for the discount I have configured. All good, have figured out how to do all that.
I know when someone buys through Amazon I am notified, but it’s really Amazon’s customer. Is there a way I can know via this theme setup when someone uses my coupon? Like I get an email saying they revealed it?
Not a deal breaker, or even if I could log in later at some point and see a list of people who used the coupon… I can’t seem to figure out a way to do that…
Thanks, amazing theme for sure.
if coupon is for use on Amazon, you can’t have notification on site. You can check this only in Amazon account.
I am confusing in multivendor price comparing.Is it possible that I will upload data in CSV for four different vendors ,& want to compare them.
Please help me
http://rehubdocs.wpsoul.com/docs/rehub-theme/affiliate-settings/how-to-add-price-comparison-lists/
I didnt find Compare vendor layout in rewise child theme.
I installed WC Merketplace also.
because you use old version of theme
I didnt find these options in Rehub theme onption -> Shop Option
Next, go to theme option – shop options and choose Vendor comparison Product layout as default layout.
Then, add to theme option – shop option – code zone near button next shortcode
[wpsm_woocompare field="_sku" logo="product"]
hello can u tell me where i can put this code for log in user ? Login and register pages and urls for multi vendor do i have to install this plug in vendor ?
[wpsm_is_guest]Create store[/wpsm_is_guest][wpsm_is_user]Favorite stores[/wpsm_is_user]
THeme option – header – Add additional element
I bought ReHub theme and want to setup a vendor site where users can setup their own small stores and sell stuff. But I am confused … How do the vendors sell and get paid? Do their sales money go inte their own account or into my account? I really don’t like if all money goes into my account thinking about all those transactions and bookeeping … could be a real pain in the but…
Can vendors sell using their own PayPal or 2CO etc accounts?
So can you / anyone explain how vendor sales works in an easy to understand way … I have not found any info regarding this ?
All of this questions have answers in docs of your vendor plugin which you use on your site. We support Dokan, WC Marketplace and WC Vendors
1.how I find templates to change some portions
what portions?
hi, how can i setup the header search to locate by product name ???
theme option – header- search and choose products
Will the above work with rehub theme? Meaning content egg, dokan and rehub together to make a muli-vendor website along with price comparison section ?
yes, you can use it
When I add products with wooaffiliates, will they automatically work as comparison products?
i don’t know, you should ask from plugin’s author
Does this not work with Woocommerce Vendors?
yes, but without any advanced functions
Why do you say “Woocommerce has free Multi vendor extension”
Woocommerce product vendor plugin is $80
https://woocommerce.com/products/product-vendors/
Why is this plugin not listed in your blog? Does it not function the same?
This is not single vendor plugin. Also, this plugin has not good reviews, some our buyers tried it and moved to another vendor plugins
What’s the best way to migrate a theme from a real estate theme to rehub? Is it even possible? It’s a sauna website at https://saunamarketplace.com
I think it’s possible only manually, so, you must take content of all pages and add them in woocommerce products
Hi, I am using Dokan plugin and rehub vendors. After uploading the store header banner, the banner does not show. Anyone has had the same issue?
it was fixed early. You should update theme
Hi! Can I combine WCFM multivendor and Affliate marketing (Content Egg + Affliate Egg) in another menu/section using ReHub in one single website?
you can use CE and WCFM on the same site in woocommerce. Woocommerce has several types of product. Regular and external types
Thank you!
Hi! I did all the steps according to the tutorial but the “my account” page doesn’t work.. help
you can write to support of theme
Please how do I change the image variation on the single product page to a dropdown?
it’s dropdown by default if you don’t set it to be image
Hi, I’m using the Rehub theme with the Re: wise demo, product layout “comparison by sku”. I am also using a pluggin for Estimated Time Delivery and here is my question.
How can I add this ETD parameter in the comparison box for each vendor?
This requires customization of core files
can i compare Amazon, flipkart etc product price with local vendors Product price list
You will need additional Content Egg PRO plugin for this
Hello, we had read your articles several time order that theme, that is really very good them, thank u, and make our website now,
we have a question , could you help us please,
we tried some methods not work properly!
when we only use the short code [wocoomerce_my_account] as the default account page,it works properly , after we install the BPpress , it overwrite the original my account page, to list the stores we created under that page, the previous “my account “page will not work and the lost password page link to the previous account page is missing appear the 404, all the pages realated tot the [wocoomerce_my_account] is missing and appear the 404, when we uninstal the BPpress, it still do not work , we are new to website built ,could you give us some suggestions please, Thank you very much!
Woocommerce – settings – account and make sure that you have my account page selected as my account.
Also, you may need to setup BBpress again and deselect my account page from forum settings
hi
I have a question to this step, its at the very beginning of your guide:
“Now, find default woocommerce “My account” page among other pages (Pages – all pages). If everything is ok, this page must have shortcode
[woocommerce_my_account] ”
to be honest I dont understand that. do I have to log in into my woocommerce account? or is this in my wordpress dashboard? for example I went to plugins-plugin editor-templates-my account.
now what am I supposed to do here? I have the rehub theme.
It’s wordpress admin dashboard
Monetization setting for mulivendor shop?
Multi vendor shop uses commissions from vendor’s sales