Zen Cart Logo
Forums / Other Business Topics / Third party sellers

Third party sellers

Views: 96

Results 1 to 13 of 13
3 Oct 2012, 3:05 PM
#1
solo_400 avatar

solo_400

Zen Follower

Join Date:
Aug 2009
Posts:
369
Plugin Contributions:
0

Third party sellers

I would like to give the opportunity to third party sellers selling products trough my Website . What would be best solution in order to give them the possibility of inserting products directly on zencart without accessing Admin page ?

thx

3 Oct 2012, 4:28 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Third party sellers

A whole lot of custom coding. Zencart isn't intended to be a 'mall' type script.

3 Oct 2012, 4:38 PM
#3
solo_400 avatar

solo_400

Zen Follower

Join Date:
Aug 2009
Posts:
369
Plugin Contributions:
0

Re: Third party sellers

Bad news Steve :-) . Maybe a batch importing a csv in the right tables ? hmmm.... Which tables is involved in add new product ?

3 Oct 2012, 4:58 PM
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Third party sellers

Not really so bad - there are plenty of mall scripts avaiable. I don't think you want to give anyone direct access to your database.

A better idea of exactly what you want to accomplish might let us come up with a workaround. I know that some Zencart scrapbooking sites allow designers to upload products, but I don't know how they do it.

3 Oct 2012, 5:39 PM
#5
solo_400 avatar

solo_400

Zen Follower

Join Date:
Aug 2009
Posts:
369
Plugin Contributions:
0

Re: Third party sellers

Same as Amazon , invite others to sale their products on my shop . I could ask them a csv file to be imprted on zencart ( scheduled batch in cron ) but is not very nice and images of products must be handled

4 Oct 2012, 12:22 AM
#6
lankeeyankee avatar

lankeeyankee

Totally Zenned

Join Date:
Jan 2007
Posts:
1,514
Plugin Contributions:
1

Re: Third party sellers

I have seen a mod somewhere that allows this in zen cart. I think it might be a commercial mod and if I am right and remembering correctly it was encrypted. While many people might not have a problem with that, I would never purchase an encrypted mod since I can't do any customizing. But for most it's probably not an issue, I am an incessant code tweaker wanting to get everything exactly perfect as my mind's eye sees it.:smile: I think the mod was for scrapbooking sites, so if you search for zen cart scrapbook module you should be able to find them. It was to allow scrapbook vendors to add their products to a site, but should be able to be used for anything.

4 Oct 2012, 8:59 AM
#7
solo_400 avatar

solo_400

Zen Follower

Join Date:
Aug 2009
Posts:
369
Plugin Contributions:
0

Re: Third party sellers

Hmmm ... I'll look for that .

Today I feel inspired . What if I do a third_party.php form page in order to let others inserting basic product info by reuse some code of update_product.php ?

4 Oct 2012, 2:18 PM
#8
joejoejoe avatar

joejoejoe

Zen Follower

Join Date:
Oct 2011
Location:
AZ
Posts:
383
Plugin Contributions:
0

Re: Third party sellers

If you configure ZC to let others list products then you also have to configure for calculating shipping from another location, and payment tracking too.
One of the other free eCommerce platforms does do multiple store/sellers. I don't know if we're allowed to discuss/mention them here but it's the one whose name is real close to a fictional superhero.

4 Oct 2012, 2:21 PM
#9
limitless avatar

limitless

Inactive

Join Date:
Jan 2012
Posts:
496
Plugin Contributions:
0

Re: Third party sellers

joejoejoe:

If you configure ZC to let others list products then you also have to configure for calculating shipping from another location, and payment tracking too.
One of the other free eCommerce platforms does do multiple store/sellers. I don't know if we're allowed to discuss/mention them here but it's the one whose name is real close to a fictional superhero.

Ceon's Advanced shipper mod allows you to set different shipping methods and locations as well. Not sure if it is applicable in this situation though.

5 Oct 2012, 12:40 AM
#10
lankeeyankee avatar

lankeeyankee

Totally Zenned

Join Date:
Jan 2007
Posts:
1,514
Plugin Contributions:
1

Re: Third party sellers

Limitless:

Ceon's Advanced shipper mod allows you to set different shipping methods and locations as well. Not sure if it is applicable in this situation though.

Yes, Advanced Shipper will 100% do what's needed here, no problem whatsoever and it's super incredibly flexible for pretty much any unique scenario one vendor or many vendors may have.

It sounds like the payment aspect could be the stumbling block here. I think you will need to use a central payment system which can be a multitude of systems like Paypal, credit card, check/money order, etc., but you or the site admin will have to be in charge of it and disburse funds to the various merchant participants. I don't see any other way around it.

And thinking about it, but I am not using 1.5.x, but with all of the admin permissions can't you create individual admin accounts and restrict them to just the catalog>categories/products menu and exclude everything else? Can you get specific about which categories they can access? If not, you could probably modify the core to allow this or perhaps figure out a way to clone this page and restrict the accessible categories to specific ones.

5 Oct 2012, 12:56 AM
#11
joejoejoe avatar

joejoejoe

Zen Follower

Join Date:
Oct 2011
Location:
AZ
Posts:
383
Plugin Contributions:
0

Re: Third party sellers

I still think the money side of the house would be an issue but I guess where there's a will there's a way.

5 Oct 2012, 1:55 AM
#12
lankeeyankee avatar

lankeeyankee

Totally Zenned

Join Date:
Jan 2007
Posts:
1,514
Plugin Contributions:
1

Re: Third party sellers

I think you would definitely have to do some custom coding on the payment issue if you really must have one payment method per vendor/mall participant/seller. But, what happens if someone has products from 2 sellers in their cart? Or do you not want to allow that and want this to be truly a mall type script where each area is individual like a brick and mortar mall and you can only add products from one "store" to the cart?

If that is the case, I suggest creating a site that is a "placeholder" for individual ecommerce sites, with the look and feel of being in a mall and seeing different stores selling different products. When someone wants to go to store x they will enter a subdomain with it's own zen cart, or store y will have their own subdomain and zen cart installation. This way, it's all on one site by using subdomains but can be individually tailored per mall store and customized to look a certain way just like a mall is in the brick and mortar world.

I can't see any other way without a lot of custom coding.

5 Oct 2012, 8:14 AM
#13
solo_400 avatar

solo_400

Zen Follower

Join Date:
Aug 2009
Posts:
369
Plugin Contributions:
0

Re: Third party sellers

In order to start quickly I thought : Clients pay me , I pay third party seller . I know this implies a transactions cost ...