Zen Cart Logo
Forums / Addon Admin Tools / Product Extra Fields for text, pdfs and flash

Product Extra Fields for text, pdfs and flash

Views: 74,446

Results 221 to 240 of 381
22 Dec 2011, 16:06
#222
maxmizer avatar

maxmizer

New Zenner

Join Date:
Dec 2011
Posts:
11
Plugin Contributions:
0

Re: Product Extra Fields for text, pdfs and flash

Hello Delia , I'm almost done, I'm stuck here:

if ($_POST['file_1_title'] != '') {
    $products_file_1 = new upload('file_1');
    $products_file_1->set_destination(DIR_FS_PRODUCT_EXTRA);
    if ($products_file_1->parse() && $products_file_1->save(true)) {
        $products_file_1_name = $products_file_1->filename;
    } else {
        $products_file_1_name = (isset($_POST['previous_file_1']) ? $_POST['previous_file_1'] : '');
    }
}

can you help me

19 Jan 2012, 14:06
#223
windsurfer avatar

windsurfer

Zen Follower

Join Date:
Jun 2011
Posts:
185
Plugin Contributions:
0

Re: Product Extra Fields for text, pdfs and flash

When trying to add an swf file and hit preview i get this error message, the file i am adding is a good swf file and plays on my computer.

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

19 Jan 2012, 14:42
#224
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

Re: Product Extra Fields for text, pdfs and flash

well, it says to contact your server admin, ie, your hosting company. There's several possibilities for the problem but I would talk to your support first.

19 Jan 2012, 15:45
#225
windsurfer avatar

windsurfer

Zen Follower

Join Date:
Jun 2011
Posts:
185
Plugin Contributions:
0

Re: Product Extra Fields for text, pdfs and flash

I'm on local right now before i go live

19 Jan 2012, 16:01
#226
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

Re: Product Extra Fields for text, pdfs and flash

then that's probably why. Flash behaves differently on your machine than on the web.

22 Jan 2012, 22:00
#227
lat9 avatar

lat9

Administrator

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

Re: Product Extra Fields for text, pdfs and flash

Is anyone in the process of updating this add-on to work in v1.5.0?

23 Jan 2012, 12:54
#228
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

Re: Product Extra Fields for text, pdfs and flash

I haven't had time yet. Nor have I installed 1.5 for anyone. I really want to wait for both for a while to make sure there aren't any changes. 1.3.9 had so many changes that I spent a lot of unpaid time upgrading and reupgrading carts and mods.

All it takes is doing a file compare. There are several files that have been changed and I do not know how crucial they are.

25 Jan 2012, 21:47
#229
windsurfer avatar

windsurfer

Zen Follower

Join Date:
Jun 2011
Posts:
185
Plugin Contributions:
0

Re: Product Extra Fields for text, pdfs and flash

I do have the add on installed and sort of working, i can display the extra field on the products info page. Of course the add on doesn't appear in the admin which is fine for now but one thing i noticed is that when i save the product with the extra field filled out the product does show this info but when i go back in edit the product the extra field is empty and when i save the product it will wipe out the extra info. I'll be eagerly waitng for an update. Also would be nice if i could get this extra field into the tabs but that's a different topic.

09 Mar 2012, 00:32
#230
abcschooldr avatar

abcschooldr

New Zenner

Join Date:
Feb 2012
Posts:
77
Plugin Contributions:
0

Re: Product Extra Fields for text, pdfs and flash

I am using 1.3.9h. I installed all of the files. My database starts with zen_. I did not apply sql patch. Not sure how. Am I also missing some type of activation step?
Thank you.

09 Mar 2012, 01:51
#231
abcschooldr avatar

abcschooldr

New Zenner

Join Date:
Feb 2012
Posts:
77
Plugin Contributions:
0

Re: Product Extra Fields for text, pdfs and flash

I failed to mention in the previous post....I don't see a change. I don't see a new extra field. No error either.

09 Mar 2012, 13:02
#232
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

Re: Product Extra Fields for text, pdfs and flash

abcschooldr:

I failed to mention in the previous post....I don't see a change. I don't see a new extra field. No error either.

You said you did not apply the sql patch - did you mistype?

09 Mar 2012, 13:40
#233
abcschooldr avatar

abcschooldr

New Zenner

Join Date:
Feb 2012
Posts:
77
Plugin Contributions:
0

Re: Product Extra Fields for text, pdfs and flash

Thank you for answering!
No. I did not apply the sql patch. Where is it and its' directions? I want to use the new spot for a link, user name and password for each product (courses all with online access/some also with hard-copy materials sent). Does this sound reasonable?

09 Mar 2012, 14:07
#234
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

Re: Product Extra Fields for text, pdfs and flash

Have you ever installed a mod before?

This mod has specific fields for specific reasons - one text field and ways to upload pdf files or show flash. So unless it's altered it sounds like it won't work for you.

09 Mar 2012, 14:30
#235
abcschooldr avatar

abcschooldr

New Zenner

Join Date:
Feb 2012
Posts:
77
Plugin Contributions:
0

Re: Product Extra Fields for text, pdfs and flash

Thank you for the quick response!

12 Apr 2012, 06:08
#236
songseng avatar

songseng

New Zenner

Join Date:
Dec 2011
Posts:
24
Plugin Contributions:
0

Re: Product Extra Fields for text, pdfs and flash

Just winmerge'd this mod with zencartV1.50, it works fine after applied of the differences to zencartV1.50 .

Thanks Delia for your contribution:clap:

12 Apr 2012, 11:40
#237
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

Re: Product Extra Fields for text, pdfs and flash

I also have done it - just haven't had time to package and upload to the site.

03 May 2012, 10:14
#238
loafer avatar

loafer

New Zenner

Join Date:
Apr 2012
Posts:
15
Plugin Contributions:
0

Re: Product Extra Fields for text, pdfs and flash

delia:

I also have done it - just haven't had time to package and upload to the site.

Can't wait for it! Thank you!

16 May 2012, 08:09
#239
anthony_h avatar

anthony_h

New Zenner

Join Date:
May 2007
Posts:
16
Plugin Contributions:
0

Re: Product Extra Fields for text, pdfs and flash

Hello and thank you for this plugin! When might we be able to get the updated plugin for Zencart v1.5.

Thank you

02 Jul 2012, 16:49
#240
junsz avatar

junsz

New Zenner

Join Date:
Jul 2012
Posts:
1
Plugin Contributions:
0

Re: Product Extra Fields for text, pdfs and flash

When I install this plugin, Products edit page in admin will show nothing ,I found this bug because using easy populate upload data.

admin/includes/modules/product/collect_info.php ```
and p.products_id = pe.products_id