Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Green light not showing up in attributes

Green light not showing up in attributes

Locked

Views: 2,888

Results 1 to 20 of 21
This thread is locked. New replies are disabled.
23 Dec 2009, 8:19 PM
#1
bearlymakinit avatar

bearlymakinit

Zen Follower

Join Date:
Feb 2009
Posts:
128
Plugin Contributions:
0

Green light not showing up in attributes

I have been trying to set up for instant downloading of embroidery files. I am not getting a green light in the attributes. I am not getting any error message either. My product shows up in the download manager, the download button shows up under the product on my web site. My files are in the download folder. I cannot figure out what I am doing wrong. Any help or suggestions would be appreciated. I have read and searched and I think I have everything set up right.

Debbie

23 Dec 2009, 8:30 PM
#2
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,085
Plugin Contributions:
56

Re: Green light not showing up in attributes

File names are case-sensitive ...

23 Dec 2009, 9:40 PM
#3
bearlymakinit avatar

bearlymakinit

Zen Follower

Join Date:
Feb 2009
Posts:
128
Plugin Contributions:
0

Re: Green light not showing up in attributes

When I enter the design in the catagory I give it a name say Debbie and I enter the model number as say 1111. In attributes I pull up the design Debbie (1111). I select option name - download - option value - all formats. Select
Used For
Display Purposes Only: NO
Attribute is Free
When Product is Free: YES
Default Attribute
to be Marked Selected:NO
Apply Discounts Used
by Product Special/Sale:YES
Include in Base Price
When Priced by AttributesYES
Attribute Required
for Text:NO - I have tried this both ways.

I enter the filename 1111 (i have tried both 1111 and 1111.zip. I downloaded the zip files into Admin/downloads as 1111) 180 days 5 download.

So where and I messing up?

23 Dec 2009, 9:52 PM
#4
drbyte avatar

drbyte

Sensei

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

Re: Green light not showing up in attributes

bearlymakinit:

I downloaded the zip files into Admin/downloads as 1111
Why "Admin/downloads"?

Zen Cart uses the /download/ folder for storing/finding downloadable files connected via attributes.

Related FAQ: https://www.zen-cart.com/tutorials/index.php?article=71

23 Dec 2009, 10:15 PM
#5
bearlymakinit avatar

bearlymakinit

Zen Follower

Join Date:
Feb 2009
Posts:
128
Plugin Contributions:
0

Re: Green light not showing up in attributes

I'm sorry they are in public_html - download file

24 Dec 2009, 7:04 AM
#6
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Green light not showing up in attributes

Make sure the filename is 1111.zip and enter it as 1111.zip and upload it to the /download directory off the root (same level as the /includes and /images directories are displayed ...

24 Dec 2009, 3:29 PM
#7
bearlymakinit avatar

bearlymakinit

Zen Follower

Join Date:
Feb 2009
Posts:
128
Plugin Contributions:
0

Re: Green light not showing up in attributes

They are in the right spot. My images are below the download file. And I have tried both 1111 (because that is the way I loaded them) and 1111.zip. I don't get a green light either way.

What permissions should I have? When I changed them to 644 I started getting a 'libcurl' error on the website when you went to checkout with paypal. I changed the back to 777 and paypal started looping back to page 2 and 3. I changed then to 755 and now I have the libcurl message again. I changed them as the page you sent me a couple of messages ago said. That is also the page that I have been using to get the attributes set up.

25 Dec 2009, 5:09 AM
#8
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Green light not showing up in attributes

Zip the file and load it to the server to the /download directory as 1111.zip ...

Edit the Attribute and enter the filename 1111.zip to match this filename that should now be on your server ...

Does it work?

If not, could you post, from the server, the file:
/includes/configure.php

WITHOUT your username and password ...

25 Dec 2009, 10:14 PM
#9
bearlymakinit avatar

bearlymakinit

Zen Follower

Join Date:
Feb 2009
Posts:
128
Plugin Contributions:
0

Re: Green light not showing up in attributes

Okay that didn't work. I attached the includes/configure.php page.

25 Dec 2009, 10:29 PM
#10
bearlymakinit avatar

bearlymakinit

Zen Follower

Join Date:
Feb 2009
Posts:
128
Plugin Contributions:
0

Re: Green light not showing up in attributes

I got the attachment to upload this time. Sorry for the extra post

25 Dec 2009, 11:12 PM
#11
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Green light not showing up in attributes

Doesn't help ... everything I wanted to check you cut out of the file ... :unsure:

25 Dec 2009, 11:19 PM
#12
bearlymakinit avatar

bearlymakinit

Zen Follower

Join Date:
Feb 2009
Posts:
128
Plugin Contributions:
0

Re: Green light not showing up in attributes

The only thing I cut out of this one is the sign on info and password

26 Dec 2009, 1:35 AM
#13
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Green light not showing up in attributes

Each line that references the public_html has double // in it ... for example:

  define('DIR_FS_CATALOG', '/home//public_html/');

You are sure that this is the file from the server?

26 Dec 2009, 4:20 PM
#14
bearlymakinit avatar

bearlymakinit

Zen Follower

Join Date:
Feb 2009
Posts:
128
Plugin Contributions:
0

Re: Green light not showing up in attributes

I only saw 2 places to change.

Yes it is the one from my server. I went to public/html/includes to pull it up.

I checked the attributes - still no green lights.

26 Dec 2009, 5:18 PM
#15
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Green light not showing up in attributes

If you would like, you may PM the Admin URL and login to your site and I can look to see if there is anything obvious that sticks out on this, when I get some free time ...

26 Dec 2009, 5:51 PM
#16
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Green light not showing up in attributes

Could you check your /admin/images directory to see if you even have images to display?

You are missing a number of images that should display and I cannot even call them from the browser, for example:
/admin/images/icon_status_green.gif

26 Dec 2009, 5:51 PM
#17
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Green light not showing up in attributes

If you do find them, could you then post, without your username and password, from the server, the file:
/admin/includes/configure.php

26 Dec 2009, 7:35 PM
#18
bearlymakinit avatar

bearlymakinit

Zen Follower

Join Date:
Feb 2009
Posts:
128
Plugin Contributions:
0

Re: Green light not showing up in attributes

There is blue, red, green, purple, yellow, orange, pink all have both on and off .gif files there.
They say icon_yellow_on.gif and Icon_yellow_off.gif

But there are no icon_status buttons at all.

26 Dec 2009, 8:34 PM
#19
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Green light not showing up in attributes

Sounds like you are missing the images in that directory ... you might compare a clean zip of the v1.3.8 and see what else is missing in your /admin ...

26 Dec 2009, 8:42 PM
#20
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Green light not showing up in attributes

Does this file really have the double // in it on the lines referencing the public_html or did you touch the file?