Page 1 of 2 12 LastLast
Results 1 to 10 of 29

Hybrid View

  1. #1
    Join Date
    Apr 2011
    Posts
    91
    Plugin Contributions
    0

    Default Re: v151 New / Custom Extra Product Fields

    Sorry, I was sooo involved in these file edits and trying to get zencart setup, that I completely forgot my manners...

    Thank you both bislewl, and balihr for your replies, and if you have any further direction in helping me out with any or part of the above, it would be greatly appreciated. PLUS, I really want to have a more complete thread on this issue with a FINALIZED 1.5.1 step-by-step so people don't have to google their way for days and days through tons and tons of posts, only to not get the issue solved.

    I've read about several other sellers, like myself, of different parts, where extra fields are an absolute MUST due to the type of product and customer needs.
    Zen Cart 1.5.3, Database Patch Level: 1.5.3
    Server OS: Linux 2.6.32, Database: MySQL 5.5.41
    HTTP Server: Apache, PHP Version: 5.4.37

  2. #2
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,371
    Plugin Contributions
    23

    Default Re: v151 New / Custom Extra Product Fields

    Hmm, the apsona shop manager is free and is a lot easier to use than the ezpopulate. Fields added to the product table automatically get included.
    http://apsona.com/pages/ec/signup.html

    Additionally, I wrote the extra product fields mod - it uses a different table because it had the possibility of adding many fields and I wanted to keep that info separated out of the products table.

    I've thought about a new version since that one was actually written more to include a flash file on the product page and that's probably not happening anymore. At least I hope so.

    So perhaps it would be best to rewrite the mod to include upload maybe 2 PDFs (the other reason for the mod) and several text fields. Connect them to the product table instead and that would have solved your problem, correct?
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  3. #3
    Join Date
    Apr 2011
    Posts
    91
    Plugin Contributions
    0

    Default Re: v151 New / Custom Extra Product Fields

    Quote Originally Posted by delia View Post
    ...So perhaps it would be best to rewrite the mod to include upload maybe 2 PDFs (the other reason for the mod) and several text fields. Connect them to the product table instead and that would have solved your problem, correct?
    YES, YES, YES!!!!

    From what I have read from several dozen posts on the forum that would help ALL of us parts type of stores (plus have the extra fields searchable, so customers can find the part they need easily would be a big bonus too).
    Zen Cart 1.5.3, Database Patch Level: 1.5.3
    Server OS: Linux 2.6.32, Database: MySQL 5.5.41
    HTTP Server: Apache, PHP Version: 5.4.37

  4. #4
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,371
    Plugin Contributions
    23

    Default Re: v151 New / Custom Extra Product Fields

    Searchable is a whole 'nother thing. Though maybe if this was all pulled into the product table, that would take care of itself.

    I'm updating the mod now for zc v1.5.3 but making a change like that in tables is major. I'm just going to upload this one with the small change and do another version that changes majorly. I'll let you know when I have a the fully revised mod ready.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  5. #5
    Join Date
    Apr 2011
    Posts
    91
    Plugin Contributions
    0

    Default Re: v151 New / Custom Extra Product Fields

    Quote Originally Posted by delia View Post
    Searchable is a whole 'nother thing. Though maybe if this was all pulled into the product table, that would take care of itself...
    Yep!

    Quote Originally Posted by delia View Post
    I'm updating the mod now for zc v1.5.3 but making a change like that in tables is major. I'm just going to upload this one with the small change and do another version that changes majorly. I'll let you know when I have a the fully revised mod ready.
    SUH! - WHEAT! Sweet!
    Zen Cart 1.5.3, Database Patch Level: 1.5.3
    Server OS: Linux 2.6.32, Database: MySQL 5.5.41
    HTTP Server: Apache, PHP Version: 5.4.37

  6. #6
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: v151 New / Custom Extra Product Fields

    In general I'd recommend not altering the "products" table directly, if at all possible, mostly to make things easier for upgrades.
    Then adapt the search code to include your additional tables' relevant fields if search is a required component to specific fields you're adding.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,371
    Plugin Contributions
    23

    Default Re: v151 New / Custom Extra Product Fields

    Thanks, Dr. Byte, I appreciate the input and feel better about how I set this up in the first place!

    The search change - advanced search result header? The only way is to edit the header_php.php? This was the the real lack in this mod from the start.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  8. #8
    Join Date
    Apr 2011
    Posts
    91
    Plugin Contributions
    0

    Default Re: v151 New / Custom Extra Product Fields

    Quote Originally Posted by DrByte View Post
    In general I'd recommend not altering the "products" table directly, if at all possible, mostly to make things easier for upgrades.
    Then adapt the search code to include your additional tables' relevant fields if search is a required component to specific fields you're adding.
    I get that, and I obviously know nothing compared to you, but I am left not understanding my options on how I can continue to use zencart, as well as anybody else that is a parts supplier that, due to the product, HAS TO HAVE extra fields, and has thousands of parts, and due to that maintains the catalog in a text file using OO Calc or Excel, and therefore has to be able to import and export (in order to maintain inventory count), so therefore needs Easy Populate 4, and therefore basically needs the extra fields to be added to the main products table directly.

    Is there another or better way for us parts suppliers (who absolutely have to have extra fields and import/export)?
    Zen Cart 1.5.3, Database Patch Level: 1.5.3
    Server OS: Linux 2.6.32, Database: MySQL 5.5.41
    HTTP Server: Apache, PHP Version: 5.4.37

  9. #9
    Join Date
    Apr 2011
    Posts
    91
    Plugin Contributions
    0

    Default Re: v151 Need help with INSERT INTO product_type_layout SQL patch

    At some point I did exactly what I wanted to do, but I don't know when so I don't have notes on how I did it.

    Here's the CVS export:

    2,Show Notes,SHOW_PRODUCT_INFO_NOTES,1,Display Notesr on Product Info 0= off 1= on,1,2,2014-07-17 15:11:30,2009-05-30 08:43:48,NULL,zen_cfg_select_drop_down(array(array('id'=>'1', 'text'=>'True'), array('id'=>'0', 'text'=>'False'))
    3,Show Width,SHOW_PRODUCT_INFO_WIDTH,1,Display width on Product Info 0= off 1= on,1,3,0000-00-00 00:00:00,2009-05-30 08:43:48,NULL,zen_cfg_select_drop_down(array(array('id'=>'1', 'text'=>'True'), array('id'=>'0', 'text'=>'False'))

    I somehow seem to have inserted my 2 new fields right into the 2 and 3 position between SHOW_PRODUCT_INFO_MODEL and SHOW_PRODUCT_INFO_WEIGHT

    I do not want to mess up my product_type_layout but I do want to recreate the same results in my live site.

    Can I please get some help on what my INSERT INTO product_type_layout sql patch should be?

    THANK YOU!
    Zen Cart 1.5.3, Database Patch Level: 1.5.3
    Server OS: Linux 2.6.32, Database: MySQL 5.5.41
    HTTP Server: Apache, PHP Version: 5.4.37

  10. #10
    Join Date
    Jul 2014
    Location
    Santiago
    Posts
    53
    Plugin Contributions
    0

    Default Re: v151 New / Custom Extra Product Fields

    I have installed ZC 1.5.3.
    Installed EP 4.0
    Added 13 custom product fields to the products table.They are all in TEXT format.
    Installed TPP 1.10
    I plan to install Image Handler 4.


    I need TPP to be able to pull content / data from custom fields so that the custom data is displayed in tabs in the product information page of my store.


    I read Crazy_Chris' post that was submitted in 2007 which seems to be the easiest to follow instructions so far. But. I am not sure if there have been changes in ZC since 2007, or if the TPP 1.10 Global Tabs instructions are sufficient to pull the data. Or do I need to make the changes that Crazy_Chris outlines and the TPP Global Instructions. I'm not a programmer; but, I am good at following instructions, provided they are clearly written.
    I have looked at Numinix 3.0 but most of the custom field names are different than the ones I have created and it modifies ZC 1.5.3 core files.

    AJ

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. product extra fields
    By lions1855 in forum General Questions
    Replies: 6
    Last Post: 24 Mar 2010, 02:14 PM
  2. show custom product fields on new and all product pages
    By crl in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 1 Oct 2007, 05:04 AM
  3. Product Extra Fields
    By webie in forum Customization from the Admin
    Replies: 0
    Last Post: 23 Sep 2007, 07:16 PM
  4. What's the easiest way to add custom fields to the New Product page?
    By christopherw in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 18 Sep 2007, 06:16 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg