Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to upload zip products??

How to upload zip products??

Locked

Views: 1,200

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
2 Nov 2007, 3:00 AM
#1
laurieudy avatar

laurieudy

New Zenner

Join Date:
Oct 2007
Posts:
84
Plugin Contributions:
0

How to upload zip products??

Can anyone send me a tutorial or help me with uploading zip products.

I want the customers to be able to click larger view and have it be about 3 inches by 3 inches but it is currently extremely large. Plus i want to be able to my company name stamped on the viewed product so people can't use it without paying for it but i dont want the company name stamped on it when i they buy it.

Can anyone help me with this??
Thanks!!

2 Nov 2007, 3:13 AM
#2
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: How to upload zip products??

For your image question, download and install Image Handler 2 which will allow you to control the size of the image and popup and had a watermarking feature. It's in use in both sites in my sig.

2 Nov 2007, 3:52 AM
#3
laurieudy avatar

laurieudy

New Zenner

Join Date:
Oct 2007
Posts:
84
Plugin Contributions:
0

Re: How to upload zip products??

Thanks AFO I like your fan odessy site! What did you do to get your background??
Also, I have downloaded image handler 2 do i need to move it to the zen cart file on dreamweaver? I am just not sure what to do next.

2 Nov 2007, 4:28 AM
#5
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: How to upload zip products??

laurieudy:

Thanks AFO I like your fan odessy site! What did you do to get your background??
Also, I have downloaded image handler 2 do i need to move it to the zen cart file on dreamweaver? I am just not sure what to do next.

Follow the directions in the IH2 download and upload the files to the matching folders on your domain. You'll need an FTP client like FileZilla or SmartFTP to do that.

The background (which matches the background of the Fan Odyssey site) is in the stylesheet. It needs to be added to a few places in the stylesheet. This is an example:

#mainWrapper {
	background-color: #000000;
  background-image: url('../images/space011.jpg');
	text-align: left;
	width: 100%;
	vertical-align: top;
	}