Page 251 of 384 FirstFirst ... 151201241249250251252253261301351 ... LastLast
Results 2,501 to 2,510 of 3833
  1. #2501
    Join Date
    Jul 2005
    Location
    Brooklyn NY
    Posts
    507
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    I am using easy populate and I want to have one main image but I also want to add a second image to the site like this site as in the listing how do I add that to my csv or XL sheet to upload?

  2. #2502
    Join Date
    Jul 2009
    Posts
    234
    Plugin Contributions
    1

    Default Re: Easy Populate support for Version 1.2.5.4

    As far as i am aware, you can not add additional images with the basic version of EP, i think this is a Advanced EP feature.

    Failying that, it just as quick to ftp up the additional images, as you dont need to go into each product and add each one... all you need to do is a make sure they are named correctly

  3. #2503
    Join Date
    Feb 2007
    Location
    Ontario, Canada
    Posts
    234
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    I was just wondering if anyone knows if it's possible to hack EP to be able to upload a customer database?
    Thanks, Colleen
    www.af-company.com
    To err is human, but to really foul things up requires a computer. Farmers' Almanac, 1978

  4. #2504
    Join Date
    Apr 2008
    Location
    Athlone, Ireland
    Posts
    176
    Plugin Contributions
    5

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by touchclothing View Post
    I am using easy populate and I want to have one main image but I also want to add a second image to the site like this site as in the listing how do I add that to my csv or XL sheet to upload?

    Use FTP to add your images.

    You need to name your images correctly so they show properly in the product info pages.

    IE: Main image = 1001.jpg

    additional images

    1001_01.jpg
    1001_02.jpg
    1001_03.jpg
    etc etc

    You only need to add the main image in your EP file the rest will automaticly show on the product info page.

    Hope it helps :)

  5. #2505
    Join Date
    Apr 2008
    Location
    Athlone, Ireland
    Posts
    176
    Plugin Contributions
    5

    Default Qusetion about import of price via EP

    I use EP to import my products but as I am VAT registered I need the prices that import to be the price including VAT.

    When I check the prices after importing all my products the VAT is added on top of the price I imported.

    IE: Price incl VAT = €10

    If I set the price in csv file to €10 and import it will show in the site as €12.15 (Adding 21.5% VAT)

    What I need is when I add an item at €10 it shows in the cart as €10 (including VAT)

    I have tried to calclate the price before VAT in excel but it doesnt add up properly when reverse engeneering VAT calculations. The percentages are different and it uses about 6 or 7 decimal places to get the exact pricing right. And when I put it back to 2 decimal places the doesnt add up right.

    As these values will be used in my bookkeeping they need to be spot on or the tax man will on to me LOL.

    Has anyone done this or can someone maybe point me in the right direction.

    Thanks a mil in advance for any help.

  6. #2506
    Join Date
    Jul 2005
    Location
    Brooklyn NY
    Posts
    507
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    I have just installed 1.2.5.4 and when I go to to upload my file its says
    Upload Results

    File uploaded.
    Temporary filename: /tmp/phpx2tMDF
    User filename: lynyrdskynyrd.txt
    Size: 17635

    Upload Complete

    But nothing shows up in my store what am I doing wrong

  7. #2507
    Join Date
    Jun 2009
    Location
    NC
    Posts
    174
    Plugin Contributions
    1

    Default Re: Easy Populate support for Version 1.2.5.4

    The way that I handled a batch import of customers was this...I took my existing customer datasheet (which I had exported from phpMyAdmin), and exported a customer datasheet from the "customers" database in the Zen Cart database. I cut and pasted the necessary data, imported the data (again, via phpMyAdmin) and then ran a script that I found on this forum that batch processes all unencrypted passwords into encrypted passwords and then, voila...I had all my customers in my new site. The only problem that I can think of with this methodology is that it doesn't address order histories. I hope this helps.



    ~Dale

  8. #2508
    Join Date
    Feb 2007
    Location
    Ontario, Canada
    Posts
    234
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by jdw1979 View Post
    The way that I handled a batch import of customers was this...I took my existing customer datasheet (which I had exported from phpMyAdmin), and exported a customer datasheet from the "customers" database in the Zen Cart database. I cut and pasted the necessary data, imported the data (again, via phpMyAdmin) and then ran a script that I found on this forum that batch processes all unencrypted passwords into encrypted passwords and then, voila...I had all my customers in my new site. The only problem that I can think of with this methodology is that it doesn't address order histories. I hope this helps.



    ~Dale
    Dale, thanks for the direction. I've got it partially working. I've tried adding a single customer to check by phpMyAdmin. I've added them to the following tables: customers, customers_info and address_book.

    When I do a search for them in admin, I find them, however I have the following errors:

    Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/actforms/public_html/cart/admin/customers.php on line 1035

    Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/actforms/public_html/cart/admin/customers.php on line 1037

    Warning: reset() [function.reset]: Passed variable is not an array or object in /home/actforms/public_html/cart/admin/includes/classes/object_info.php on line 29

    Warning: Variable passed to each() is not an array or object in /home/actforms/public_html/cart/admin/includes/classes/object_info.php on line 30

    And when I click on "edit" none of the information is filled out. Any idea what table I am missing?

    Thanks for the awesome help though!!
    Thanks, Colleen
    www.af-company.com
    To err is human, but to really foul things up requires a computer. Farmers' Almanac, 1978

  9. #2509
    Join Date
    Jul 2005
    Location
    Brooklyn NY
    Posts
    507
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    any ideas I will take anything

    I have just installed 1.2.5.4 and when I go to to upload my file its says
    Upload Results

    File uploaded.
    Temporary filename: /tmp/phpx2tMDF
    User filename: lynyrdskynyrd.txt
    Size: 17635

    Upload Complete

    But nothing shows up in my store what am I doing wrong
    touchclothing is offline Report Post Reply With Quote

  10. #2510
    Join Date
    Jun 2009
    Location
    NC
    Posts
    174
    Plugin Contributions
    1

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by touchclothing View Post
    any ideas I will take anything

    I have just installed 1.2.5.4 and when I go to to upload my file its says
    Upload Results

    File uploaded.
    Temporary filename: /tmp/phpx2tMDF
    User filename: lynyrdskynyrd.txt
    Size: 17635

    Upload Complete

    But nothing shows up in my store what am I doing wrong
    touchclothing is offline Report Post Reply With Quote
    I'm not sure about this but, don't the import files have to be in a .csv format? Not .txt? I know they're very similiar (often considered to be the same thing, in fact) but that might be where the problem lies.

 

 

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