Multi-vendor roadmap. Let's discuss (UPDATE: done)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
hezyz wrote:
Created two more improvement suggestions:

Add support for VendorNavigation
http://nopcommerce.codeplex.com/workitem/11377

Add Vendor Product RSS:
http://nopcommerce.codeplex.com/workitem/11378

please vote, thanks ;-)


check this
https://www.nopcommerce.com/boards/t/22614/multi-vendor.aspx

or at the demo store
http://demo.online-ex.com


Hezyz, You Rock ... way to go man.
thanks for sharing.
11 years ago
hi
hezyz


good work thnx , can we add vendor category map ? i mean to say that mainly web site categorys navigation show all vendors producst when we click , if we click any vendor name from the vendor list front site shows products only from vendor which we clicked but category navigatison still show all products from all vendors  if we click after choice anyvendor,


1. maybe better to make category vendor support ? if customer click any vendor name , category navigation must show only category names which producst has mapped from the clicked vendor , and if customer click on category names , categorys must show only product from the clicked chosen vendor. category navigation and products can be resetted if customer enter again to default page and if we make like this every vendor can have own site in the site with own categorys :)

for example like this site demo :  http://www.ilance.ca/x/d/f/stores
11 years ago
i have created new front site idea for vendors on codeplex

http://nopcommerce.codeplex.com/workitem/11380
11 years ago
hi andrei ,   oficial nop team will make in nop 3.0 front site vendor navigation support ? because i didnt see in 3.0 road map vendor front site navigation
11 years ago
webxpro wrote:
hi andrei ,   oficial nop team will make in nop 3.0 front site vendor navigation support ? because i didnt see in 3.0 road map vendor front site navigation

Hi,

No. You'll have to customize the solution to achieve it.
11 years ago
hezyz wrote:
Created two more improvement suggestions:

Add support for VendorNavigation
http://nopcommerce.codeplex.com/workitem/11377

Add Vendor Product RSS:
http://nopcommerce.codeplex.com/workitem/11378

please vote, thanks ;-)


check this
https://www.nopcommerce.com/boards/t/22614/multi-vendor.aspx

or at the demo store
http://demo.online-ex.com


Nice hezyz!

@Andrei: maybe hezyz' fork (the vendor navigation part in frontend) could be merged in to the v3.0 release?
11 years ago
rudgr wrote:
@Andrei: maybe hezyz' fork (the vendor navigation part in frontend) could be merged in to the v3.0 release?

I don't think that this functionality should be available out of the box, at least not in version 3.00. But the work item is already created. Please vote
11 years ago
@hezyz

i tested your demo code on site http://demo.online-ex.com

but in the admin area i see that version 2.80 , your multivendor site 3.0 or 2.8 ?
11 years ago
New York wrote:
... Configurable payment options and charges per vendor: For payments each vendor should be affiliated with each of the payment providers  of the store and the corresponding information should be included in a table (all managed by store owner)...

That would mean that each vendor would have to provide their API Keys/Passwords/etc. to the store owner.  It might be better to have vendors set it up themselves (and have it encrypted in the database).

Hi Dennis: Will this be handled by Payment Director and something alike for shipping (configurable shipping methods/charges by) by Shipping Director? In this case it wouldn't mind that each vendor would have to provide their API Keys/Passwords/etc
11 years ago
eadameg wrote:
... Configurable payment options and charges per vendor: For payments each vendor should be affiliated with each of the payment providers  of the store and the corresponding information should be included in a table (all managed by store owner)...

That would mean that each vendor would have to provide their API Keys/Passwords/etc. to the store owner.  It might be better to have vendors set it up themselves (and have it encrypted in the database).
Hi Dennis: Will this be handled by Payment Director and something alike for shipping (configurable shipping methods/charges by) by Shipping Director?


I'm using the same payment method with each of the vendors.
I work with a credit card terminal send them the card details once they response with a token which is valid for short time.
I send this token with the vendor charge terminal details for each vendor.

I have change the placeOrder method which gets a list of vendors and separate the cart items by the vendors, then loop all vendors and their items

if u want to  a different payment for each vendor, a separated checkout needed. I have considered that, however I guess its annoying for the end user.

hope the code will be done by next we
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.