Nopcommerce marketplace

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
Hello everyone,

we want to create a marketplace with multiple stores in one domain. Each store will share a subdomain e.g. www.store/store1 and www.store/store2.
Is it possible with nopcommerce?

Thanks
Vasilios
5 years ago
Yes, nopCommerce supports Multi-store functionality out of box.

If products are unique to stores, you'll need to set Limited to stores option for each product.

Hope that helps.
Best Regards,
Anshul
5 years ago
RoastedBytes wrote:
Yes, nopCommerce supports Multi-store functionality out of box.

If products are unique to stores, you'll need to set Limited to stores option for each product.

Hope that helps.
Best Regards,
Anshul


Thank you for the feedback Anshul,

we would like to have a common products database, and each of the stores will selectively change their prices and availability. We have already started reading the developer notes and it seems that Nopcommerece fits our needs. It would be very helpful if you had the chance to share with us any existing marketplaces installations.

Regards,
Vasilios
5 years ago
RoastedBytes wrote:
Yes, nopCommerce supports Multi-store functionality out of box.

If products are unique to stores, you'll need to set Limited to stores option for each product.

Hope that helps.
Best Regards,
Anshul


Thank you for the feedback Anshul,

we would like to have a common products database, and each of the stores will selectively change their prices and availability. We have already started reading the developer notes and it seems that Nopcommerece fits our needs. It would be very helpful if you had the chance to share with us any existing marketplaces installations.

Regards,
Vasilios
5 years ago
vapapak wrote:
Hello everyone,

we want to create a marketplace with multiple stores in one domain. Each store will share a subdomain e.g. www.store/store1 and www.store/store2.
Is it possible with nopcommerce?

Thanks
Vasilios

They have to be sub-domains like www.store1.domain.com, store2.domain.com,...

Note: The Multi-store solution (distinction of stores by HTTP_HOST) does not work for sites in virtual directories on the same domain.
For example, you cannot have one store on http://www.site.com/store1 and the second store on http://www.site.com/store2, since the HTTP_HOST value for both of these sites is the same (www.site.com).
5 years ago
vapapak wrote:
each of the stores will selectively change their prices and availability

This is not possible is so much as each product only has one price, etc no matter what store it is displayed in
To have different prices and availability you would need to have multiple copies of the same product
One product assigned to store1 and one product assigned to store2, etc
5 years ago
Yidna wrote:
each of the stores will selectively change their prices and availability
This is not possible is so much as each product only has one price


For manage price store wise, you can use tier price which has configure store wise.
5 years ago
rajupaladiya wrote:
each of the stores will selectively change their prices and availability
This is not possible is so much as each product only has one price

For manage price store wise, you can use tier price which has configure store wise.


I am sorry but i don't understand what you are trying to say. You have an alternative beyond publishing any product as many times as the number of stores?

Thanks,
Vasilios
5 years ago
Yidna wrote:
each of the stores will selectively change their prices and availability
This is not possible is so much as each product only has one price, etc no matter what store it is displayed in
To have different prices and availability you would need to have multiple copies of the same product
One product assigned to store1 and one product assigned to store2, etc


I understand that cloning each product for each store might help meeting our needs. However, a large number of products e.g. 15.000 skus and a large number of stores e.g. 500 stores, would produce a possible 7.5 Million products in the database.

How easy would it be to expand the db schema so that we have multiple (store dependent) prices per product?

Vasilios
5 years ago
vapapak wrote:
each of the stores will selectively change their prices and availability
This is not possible is so much as each product only has one price

For manage price store wise, you can use tier price which has configure store wise.

I am sorry but i don't understand what you are trying to say. You have an alternative beyond publishing any product as many times as the number of stores?

Thanks,
Vasilios

In Admin check Tier Prices section in product details and you can define different prices by tiers (purchased quantities), stores and customer roles
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.