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

Hybrid View

  1. #1
    Join Date
    Sep 2012
    Posts
    196
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    How do I go about exporting a product in ZC to EP so I can see the fields and such for template. I am new and have no idea.

    Thanks
    Mark

  2. #2
    Join Date
    Jan 2004
    Posts
    66,445
    Plugin Contributions
    81

    Default Re: EasyPopulate 4.0 Support Thread

    Isn't there an "export" link or pulldown right on the front of the EP page in your admin?
    .

    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.

  3. #3
    Join Date
    Sep 2012
    Posts
    196
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    No, I do not see an Export Link or Pulldown anywhere. Below is what I have in my EP Admin section. It is in "'s.

    "Easy Populate For ZenCart v1.5

    Upload EP File


    Import from Temp Dir (tempEP/)

    Download EP and Froogle Files

    Download Complete .csv file to edit (Attributes Not Included)
    Download Model/Price/Qty .csv file to edit
    Download Model/Price/Qty/Last Modified/Status .csv file to edit
    Download Model/Category .csv file to edit
    Download Froogle tab-delimited .txt file
    Download Model/Attributes .csv file

    Create EP and Froogle Files in Temp Dir: tempEP/

    Create Complete .csv file in temp dir (Attributes Not Included)
    Create Model/Price/Qty .csv file in temp dir
    Create Model/Price/Qty/Last Modified/Status .csv file in temp dir
    Create Model/Category .csv file in temp dir
    Create Froogle tab-delimited .txt file in temp dir
    Create Model/Attributes .csv file in temp dir

    File
    Size
    Last Modified
    Attributes-EP2012Oct09-2109.csv Attributes-EP2012Oct09-2109.csv 0KB Oct 09 2012 09:29:48 PM
    ep_debug_log.txt ep_debug_log.txt 43KB Oct 09 2012 09:24:50 PM
    fulfillment-inv-new test 1.csv fulfillment-inv-new test 1.csv 2545KB Oct 08 2012 03:09:02 PM
    Full-EP2012Oct09-2109.csv Full-EP2012Oct09-2109.csv 1KB Oct 09 2012 09:14:56 PM
    note.txt note.txt 0KB Oct 07 2012 07:05:07 AM
    Test 2.csv Test 2.csv 5KB Oct 09 2012 09:24:50 PM"

  4. #4
    Join Date
    Jan 2004
    Posts
    66,445
    Plugin Contributions
    81

    Default Re: EasyPopulate 4.0 Support Thread

    Those "Create ..." links are probably the Export links. And the exported files will be located in the foldername specified.
    .

    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.

  5. #5
    Join Date
    Sep 2012
    Posts
    196
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Ok thanks. Any idea on the MySQL 1054 Error that I am getting.

    Thanks
    Mark

  6. #6
    Join Date
    Jan 2004
    Posts
    66,445
    Plugin Contributions
    81

    Default Re: EasyPopulate 4.0 Support Thread

    The full text of the error message will be critical information.

    And someone else will need to respond to that part. I don't use EP, so can't really speak to all its finer details.
    .

    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
    Aug 2011
    Posts
    104
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Not sure if this has been mentioned before, but when uploading things that have quotes in them (such as html tables and such) MAKE SURE QUOTES ARE ESCAPED. using open office, all my quotes were escaped with additional quotes after exporting back to csv, so
    HTML Code:
    <table border="0">
    looked like
    HTML Code:
    <table border=""0"">
    when it needs to look like
    HTML Code:
    <table border=\"0\">
    i was annoyed that my product's descriptions weren't updating, and that was the culprit. :)

  8. #8
    Join Date
    Jan 2009
    Posts
    32
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by firstcapitalfirearms View Post
    No, I do not see an Export Link or Pulldown anywhere. Below is what I have in my EP Admin section. It is in "'s.
    You have a different (older) version of EP. The latest version is EP 4. This is what I see.
    Click image for larger version. 

Name:	EP4 Admin Layout 4022.jpg 
Views:	282 
Size:	21.9 KB 
ID:	11280

  9. #9
    Join Date
    Sep 2012
    Posts
    196
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    I am trying to install EP 4 as I guess I had the wrong EP installed the first time. Anyways I have it installed and I am getting the error

    "Easy Populate "Uploads Folder" missing!
    Your uploads folder is missing. Your configuration indicates that your uploads folder is named temp/, and is located in /home/firstcap/public_html/".

    I am trying to locate the temp/ folder on Filezilla and I cannot find it. Am I looking for something different or what do I do to fix this problem. I see in the install.txt that it states to

    "Now go to Configuration -> Easy Populate 4 and edit the Uploads Directory. The default directory is "temp/"
    This assumes you have a directory "temp" in the root of your website. I highly recommend that you
    move your temp directory into your admin, or change the name to something that is obscure for security reasons."

    What do I change it to since I cannot even locate the temp/ folder. Any help is greatly appreciated.

    Thanks
    Mark

  10. #10
    Join Date
    Jan 2009
    Posts
    32
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by firstcapitalfirearms View Post
    I am getting the error

    "Easy Populate "Uploads Folder" missing!
    Your uploads folder is missing. Your configuration indicates that your uploads folder is named temp/, and is located in /home/firstcap/public_html/".
    I think you must create the folder. Just name it "temp" to see if that works. Then you can move/rename it.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. BackUp ZC [Support Thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 285
    Last Post: 23 Dec 2020, 10:40 AM
  3. Wordpress On ZC [Support Thread]
    By hira in forum All Other Contributions/Addons
    Replies: 1858
    Last Post: 17 Jan 2014, 01:24 AM
  4. ZJ Black 2 support thread
    By Liamv in forum Addon Templates
    Replies: 1
    Last Post: 15 Feb 2010, 02:53 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