Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Has any one changes the layout to work like this site?

Has any one changes the layout to work like this site?

Locked

Views: 1,082

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
28 Jan 2009, 11:06 PM
#1
oavs avatar

oavs

Totally Zenned

Join Date:
Jan 2006
Location:
Downunder - QLD - Gold Coast
Posts:
921
Plugin Contributions:
0

Has any one changes the layout to work like this site?

Hi

I was wondering if it would be possible to use zencart to do what this site does http://www.etsy.com/ ?

Has anyone seen it done with zencart and where?

Basically I want users to subscribe and through their own accounts add products and sell. I am not sure how users receive their money once the items are sold. It would be real good if each user had their own paypal account and as the store owner I could charge per item listed as they are added or even better sold.

I am just curious if zencart can be used in similar way. Multi user - one shop owner

Your comments would be appreciated

29 Jan 2009, 12:41 PM
#2
stevesh avatar

stevesh

Black Belt

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

Re: Has any one changes the layout to work like this site?

In short, no.

Zencart wasn't written to be a 'mall' type script, and I'd guess that writing a mod to make it behave like one would be nearly as difficult as writing one from scratch.

30 Jan 2009, 12:50 PM
#3
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Has any one changes the layout to work like this site?

We are writing a site that allows users to post their templates for sale on our site. It can be done easily.
You write a script for them to submit products to a new table, you approve it then move that to the product table with appropriate cat id etc....
You allow them to track their sales via their account login, so you need a table to map products to each account, etc...

Not too hard, not too much of work. Dont over complicate it. Money goes to you first, you then send them their portion every X days. I guess the next part is to automate it.