Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Sep 2004
    Posts
    39
    Plugin Contributions
    0

    red flag How can I add extra fields to Easy Populate?

    I want to add extra fields to the easy populate contribution. I would like to add UPC and others to the import. Can anyone help with this?

    Thanks

  2. #2
    Join Date
    Dec 2005
    Posts
    460
    Plugin Contributions
    0

    Default Re: How can I add extra fields to Easy Populate

    Unless you have a good understanding in writing PHP and Mysql you will struggle. I have looked at the advance version and it still does not have the field for UPC.

    In up and coming versions of Zen. there will be UPC included, but EP will have to be updated to upload this, and you may have to buy the advanced version in the future unless someone less rewrites version 1.2.5.4

    Sorry much much help

  3. #3
    Join Date
    May 2006
    Location
    Queensland, Australia
    Posts
    248
    Plugin Contributions
    0

    Default Re: How can I add extra fields to Easy Populate

    Quote Originally Posted by Scrat View Post
    Unless you have a good understanding in writing PHP and Mysql you will struggle. I have looked at the advance version and it still does not have the field for UPC.

    In up and coming versions of Zen. there will be UPC included, but EP will have to be updated to upload this, and you may have to buy the advanced version in the future unless someone less rewrites version 1.2.5.4

    Sorry much much help
    Actually it is really really easy, i did it within 30 mins - 60 mins.

    Here is a copy of the coding, this will give you an idea what has to change. The only file that you need to change is easypopulate.php that is located in "catalog\admin".

    http://www.agelessartifacts.com/priv...sypopulate.rar

  4. #4
    Join Date
    Sep 2007
    Posts
    166
    Plugin Contributions
    1

    Idea or Suggestion Re: How can I add extra fields to Easy Populate

    I backed up my old easypopulate.php file and uploaded this, all I got was a blank screen.

    I'm using Easy Populate Advanced 3.0.3 for Zen Cart...

    Is there an updated version?

  5. #5
    Join Date
    May 2006
    Location
    Queensland, Australia
    Posts
    248
    Plugin Contributions
    0

    Default Re: How can I add extra fields to Easy Populate

    Quote Originally Posted by edwardtilbury View Post
    I backed up my old easypopulate.php file and uploaded this, all I got was a blank screen.

    I'm using Easy Populate Advanced 3.0.3 for Zen Cart...

    Is there an updated version?
    Sorry, should have said that this is for the standard version and not the advanced version.

  6. #6
    Join Date
    Oct 2007
    Posts
    16
    Plugin Contributions
    0

    Default Re: How can I add extra fields to Easy Populate

    Quote Originally Posted by Delights View Post
    Sorry, should have said that this is for the standard version and not the advanced version.
    I am receiving this error after installing your file.

    mysql_fetch_array(): supplied argument is not a valid MySQL result resource in public_html/admin/easypopulate.php on line 718

  7. #7
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: How can I add extra fields to Easy Populate

    Quote Originally Posted by litesprof View Post
    I am receiving this error after installing your file.

    mysql_fetch_array(): supplied argument is not a valid MySQL result resource in public_html/admin/easypopulate.php on line 718
    One thing about adding to EP, It is easy to add, but if you don't have the added product variables in your product tables, then you will get a MySQL error.

    This is the added items..

    Code:
                'v_products_material'
                'v_products_finish' 
                'v_products_height' 
                'v_products_width' 
                'v_products_length'
    If none are used throughout your site, then you will get errors. If it's not built in, then it wont be easy to add...
    Dave
    Always forward thinking... Lost my mind!

  8. #8
    Join Date
    Oct 2007
    Posts
    16
    Plugin Contributions
    0

    Default Re: How can I add extra fields to Easy Populate?

    I am using easypopulate 1.254 and I downloaded the file from delights http://www.agelessartifacts.com/priv...sypopulate.rar i thought the file would work once i uploaded. I dont know anything about coding. How would i edit easypopulate to have the UPC code. or do i just have to add this information in easypopulate.php in the admin.

    'v_products_material'
    'v_products_finish'
    'v_products_height'
    'v_products_width'
    'v_products_length'

    thank you,
    litesprof
    www.glmelectronics.com
    www.globalgpsnavigation.com

  9. #9
    Join Date
    Oct 2007
    Posts
    16
    Plugin Contributions
    0

    Default Re: How can I add extra fields to Easy Populate

    Quote Originally Posted by davewest View Post
    One thing about adding to EP, It is easy to add, but if you don't have the added product variables in your product tables, then you will get a MySQL error.

    This is the added items..

    Code:
                'v_products_material'
                'v_products_finish' 
                'v_products_height' 
                'v_products_width' 
                'v_products_length'
    If none are used throughout your site, then you will get errors. If it's not built in, then it wont be easy to add...


    I am using easypopulate 1.254 and I downloaded the file from delights http://www.agelessartifacts.com/priv...sypopulate.rar i thought the file would work once i uploaded. I dont know anything about coding. How would i edit easypopulate to have the UPC code. or do i just have to add this information in easypopulate.php in the admin.

    'v_products_material'
    'v_products_finish'
    'v_products_height'
    'v_products_width'
    'v_products_length'

    thank you,
    litesprof
    www.glmelectronics.com
    www.globalgpsnavigation.com

  10. #10
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: How can I add extra fields to Easy Populate

    Quote Originally Posted by litesprof View Post
    How would i edit easypopulate to have the UPC code. or do i just have to add this information in easypopulate.php in the admin.
    As Scrat pointed out, you need to know some programing to see where you need to add code. Depending how you plan to use the UPC will decide how the code is done. Adding something like a suggested price vs something used for tracking. I use a item number for tracking and I edited EP to use it instead of a model number for tracking and creating products.

    Ether way you need to add the UPC to the cart, admin and product table to make it work, so it's not just a one page edit.
    Dave
    Always forward thinking... Lost my mind!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v139h Anyone know how to make Easy Populate work with Numinix Product Fields?
    By scottm4321 in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 25 Apr 2013, 01:01 PM
  2. Add new fields to Easy Populate Advanced?
    By webego in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 26 Jun 2011, 02:41 PM
  3. Add Fields with Easy Populate?
    By defchino in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 21 Dec 2008, 07:45 AM
  4. How do I add extra fields??
    By beetlejuice in forum General Questions
    Replies: 4
    Last Post: 24 Jun 2008, 06:29 PM
  5. Easy Populate fields to Admin Add Product?
    By LilleyPadGifts in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 9 Jun 2007, 07:58 AM

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