Page 319 of 384 FirstFirst ... 219269309317318319320321329369 ... LastLast
Results 3,181 to 3,190 of 3833
  1. #3181
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Easy Populate meta tag information for categories only

    Quote Originally Posted by new12 View Post
    How would I set up Easy Populate to import the fields in the Book Type addon? I need to import products using CSV, but also need these fields to import.
    Thanks!
    Hi New12,

    This is a loaded question ... if you know PHP and MySQL you can customize the easypopulate.php file to add these fields. If the columns added with this "Book Type" are just in the products database, you may be able to do it quite easily by following the example of other fields in this database.

    Also, version 1.2.5.4 does not support CSV. You would have to look at some of the other versions for that code, but be mindful that many of those tend to have problems... you would have to do some extensive reading in those threads to identify those issues.

    -cj

  2. #3182
    Join Date
    Dec 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    <deleted>
    Last edited by swguy; 8 Dec 2010 at 12:29 AM. Reason: Please don't promote unapproved contribs on the forum

  3. #3183
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Easy Populate support for Version 1.2.5.4

    Working on ATTRIBUTES import/export for Easy Populate... I'd say I'm about half-way done. I can, at present, import and create Options Names of any of the 5 types with associated Options Values, and apply these to the given Products Model. Note that this is just the basic stuff to start.

    I do not use attributes extensively, so I am looking for feed back from those of you that do.

    Issue: Do you use DUPLICATE Option Names?
    Example:
    Option Name 'Color' with Option Values 'Red,Green,Blue' and
    Option Name 'Color' with Option Values 'Cyan,Magenta,Yellow,Black'

    Zencart will let you define multiple option names with the same products_options_name value.
    This 'works' because products_options_name is not the key --> products_options_id is the key.
    To auto populate the attributes it is easier to use just products_options_name uniquely, otherwise you will have manually define the key.
    I see manually picking the key at potentially problematic.

    So, are DUPLICATE Options Names a 'must have'? EP imports products based on a unique model_id, any objections to unique Options Names?

    Issue: Work Flow -> One-Step Import or Two-Step Import or Both?
    One-Step Import: Build Option Names, Options Values and Assign to Products in One-Step.
    Two-Step Import: (Step-One) Build Option Names and Option Values First (i.e. create all your base attributes and values first)
    (Step-Two) Assign Attributes to Products (with all the associate details) (Duplicate Options Names makes this VERY Tough)

    I have the (very simplified) One-Step Import working. The more details you add, the more complex it becomes. Add multi-language support, and things start to get crazy!

    So, if you have some input on desired work flow, I'm open to suggestions. Like I said above, my use of attributes is limited so I don't have that long term "feel" for using them and the work involved to maintain them over time.

    Thanks for listening! Any input/feed back is appreciated. I hope I communicated everything clearly!

    Please, no requests for code at this time. I'll announce when I'm ready for beta testers.

    -cj

  4. #3184
    Join Date
    Dec 2010
    Posts
    12
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    everytime i try to import using the latest version of easypopulate i recieve this error.

    MySQL error 1054: Unknown column 'p.products_group_a_price' in 'field list'

    can someone please offer me help on this issue??

  5. #3185
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Easy Populate support for Version 1.2.5.4

    you are either not using 1.2.5.4 or have un-commented the section for products group pricing mod.

    Since you don't have this mod installed, those columns do not exist in the products database. look for the langer version in the downloads section for 1.2.5.4.

  6. #3186
    Join Date
    Dec 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Keeps sending me to the admin login screen.

    Zen cart version: v1.3.9h
    Easy Populate 1.2.5.4

    Nothing has been installed other than Zen Cart and Easy Populate. It's a shared server on hostgator. Nothing else is in this directory.

    Hi, i've set up zen cart without any problems. I'm trying to install 'easy populate' with zen cart. Everything has seemed to work perfectly until I try to access the 'temp' folder through 'Tools > easy populate' in the zen cart admin (check pics below). Everytime I do try to upload or click any of the links, it takes me to the zen cart admin login screen. I'm not even logged out, I can simply hit back and I'm still logged in. I've been trying to fix this for about 5 hours without any luck. I have set the 'temp' folder permissions to 777 and that doesn't solve it.

    Anything I do on this screen:
    http://img816.imageshack.us/img816/7969/67212706.jpg

    it goes to this screen:
    http://img339.imageshack.us/img339/9319/25372705.jpg

    Thanks, I'm sure this is an easy fix, I'm not a coding pro, I just know enough to break stuff

  7. #3187
    Join Date
    Dec 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    I found the problem!!! This fixed it:
    http://www.zen-cart.com/forum/showthread.php?t=37150

    I would have deleted my post since no one has replied but I can't seem to do that.

  8. #3188
    Join Date
    Dec 2007
    Posts
    27
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    I am working on getting my zen cart up and running, so right now i have it working in a preview mode from Go Daddy. This evening I uploaded Easy Populate into the zen cart directory. I am not understanding how to actually install this add on. All of the files were put into the same directory as the zen cart files, and i don't find a file called set up or where to go to install it as it does not appear in the admin - tools section.

    Perhaps i missed a step or am just not understanding. Any help would be appreciated.

    Ken

  9. #3189
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,264
    Plugin Contributions
    3

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by kenwvs View Post
    I am working on getting my zen cart up and running, so right now i have it working in a preview mode from Go Daddy. This evening I uploaded Easy Populate into the zen cart directory. I am not understanding how to actually install this add on. All of the files were put into the same directory as the zen cart files, and i don't find a file called set up or where to go to install it as it does not appear in the admin - tools section.

    Perhaps i missed a step or am just not understanding. Any help would be appreciated.

    Ken
    Firstly... You have my sympathies (GoDaddy is propably the worst place to host eCommerce - I hope you let common sense prevail and move to a better hosting environment).

    Anyway... There are TWO folders (and several files) in an UNZIPPED download of Easy Populate 1.2.5.4

    (You should use version 1.2.5.4 as it is the most stable right now).

    These folders are:

    admin
    temp

    (Then there are a few FILES... but ignore those for now).


    In your FTP program, navigatge to the ROOT of your installation on the server... The place where you see these folders:

    cache
    download
    extras
    email
    images
    includes
    media
    pub

    (and depending on how your admin folder is named)...

    zc_admin (or)
    myadminfolder (or)
    some_other_name_i_have_given_to_admin_folder

    All you need do is MAKE SURE that the "admin" folder in the unzipped copy of easy Populate is given the SAME NAME as your admin folder.

    The all you do is FTP this admin folder and the temp folder to the root installation of your zencart.


    EG:

    In your FTP program.

    LOCAL PANE . . . . . . | . . . . . . REMOTE PANE

    zc_admin . . . . . . . . | . . . . . . zc_admin
    temp . . . . . . . . . . . | . . . . . .
    20 years a Zencart User

  10. #3190
    Join Date
    Dec 2007
    Posts
    27
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Firstly... You have my sympathies (GoDaddy is propably the worst place to host eCommerce - I hope you let common sense prevail and move to a better hosting environment).

    What is the problem with GoDaddy and who would you suggest I use for my hosting. I am in Canada so don't know all the companies out there.... just went with one I had heard good things about.

    Ken

 

 

Similar Threads

  1. v150 Easy Populate 4 vs. Easy Populate CSV - What's going on with so many Easy Populates?
    By oleancomputers in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 20 Jun 2013, 05:58 PM
  2. v151 Difference between easy populate and Excel Populate
    By Kevin205 in forum General Questions
    Replies: 7
    Last Post: 22 Jan 2013, 04:33 AM
  3. v139h Easy Populate Free vs. Easy Populate Paid
    By fabienne in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 22 Apr 2012, 02:37 PM
  4. Easy Populate support for Version 1.2.5.4 issue
    By txcharms in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 May 2010, 07:35 PM
  5. Easy Populate From osc vs. Easy Populate Free - from langer / modhole
    By relix in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 24 Oct 2009, 04:38 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR