Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Considering Zen Cart

Considering Zen Cart

Locked

Views: 1,387

Results 1 to 9 of 9
This thread is locked. New replies are disabled.
6 Nov 2006, 9:29 PM
#1
crin avatar

crin

New Zenner

Join Date:
Nov 2006
Posts:
39
Plugin Contributions:
0

Considering Zen Cart

Hi,

I am considering using ZenCart on a project for one of my new clients. They want an online presence for there Second Hand Records (Vinly mostly) business and they have nearly 40'000 products.

Zen Cart Looks promising, especially the product catergories. My quesion is this...

Can I set up cutom fields for products? So when my client adds products to the store there would be all the default fields that are already there but also some more relevant one to his business, like "condition" "label" "genre" "limited edition" some would be drop downs ssome text fields some radios. Is this easily possible?

Thanks in advance.

Crin

6 Nov 2006, 10:35 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Considering Zen Cart

This is possible with some custom programming to create your "vinyl" product-type.
In the Downloads area there are a few contributions of alternate product-type code that you could use as a model for extending the types of data collected/displayed.
There is some (limited) documentation in the /docs folder of the Zen Cart distribution files, as well as some information in the wiki related to product-type creation.

7 Nov 2006, 11:47 AM
#3
crin avatar

crin

New Zenner

Join Date:
Nov 2006
Posts:
39
Plugin Contributions:
0

Re: Considering Zen Cart

I think I will need to pass that onto someone with a bit more knowledge of PHP, I hoped it would be an easy job.

I'm having a few problems too, when I log on or off as a customer i get a 404, then when I hit back it's done it anyway. Anyone know what this could be?

7 Nov 2006, 3:19 PM
#4
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,606
Plugin Contributions:
0

Re: Considering Zen Cart

I'm having a few problems too, when I log on or off as a customer i get a 404, then when I hit back it's done it anyway. Anyone know what this could be?

You have configured the shop to use SSL and you do not have a Secure Certificate.

https://www.zen-cart.com/tutorials/index.php?article=14

https://www.zen-cart.com/tutorials/index.php?article=140

8 Nov 2006, 10:31 AM
#5
crin avatar

crin

New Zenner

Join Date:
Nov 2006
Posts:
39
Plugin Contributions:
0

Re: Considering Zen Cart

I'm using a shared certificate actually, I host with Heart Internet over here in the UK, I have a reseller account. They map a secure server for you and all the settings are put into zen automatically in the setup, do I still need ot make changes to the config file?

8 Nov 2006, 12:35 PM
#6
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: Considering Zen Cart

Zen cart assumes that you are using a dedicated SSL

you will need to make these changes in the configure.php files to point to the shared SSL

also it might require a totally seperate set of files to be in the secure space

10 Jan 2007, 7:22 PM
#7
crin avatar

crin

New Zenner

Join Date:
Nov 2006
Posts:
39
Plugin Contributions:
0

Re: Considering Zen Cart

Hello everyone,

Ok two month down the line now and I have comitted to using zencart, I have it up and running and i have customised the graphics and layout to suit my slients needs.

I still require additional fields in the product types which are also searchable, I did find someone to help me with this but there workloads have forced me to try and find another means. Is there anyway I can do this myself by way of a tutorial? I'm NOT a programmer and have only a basic understanding of PHP and MySQL.

Also the client currently has there stock list in a Excel file and is wanting it erging into the database to avoid re-entering the 20,000+ records manually.

Please, any help would be appreciated, i'm in a bit of a fix with this one. :bored:

11 Jan 2007, 11:03 AM
#9
crin avatar

crin

New Zenner

Join Date:
Nov 2006
Posts:
39
Plugin Contributions:
0

Re: Considering Zen Cart

Thanks i will take a look, though the bigger problem is the customisation, any ideas where i'd start with that?