Page 173 of 384 FirstFirst ... 73123163171172173174175183223273 ... LastLast
Results 1,721 to 1,730 of 3833
  1. #1721
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    This restricted use of special characters is discussed here:-

    http://www.zen-cart.com/wiki/index.php/Easy_Populate

  2. #1722
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by rickiesdiscount View Post
    Ok so im having problem with easy populate 1.2.5.4 i upload all my products and everything works perfect except for my categories...it only uploads my products into my last subdirectory it makes no sense

    i uploaded an example of my .txt (tab delimited file)

    ADDITIONALLY, in v_status you have the word "Active"

    The correct term to insert here is a DIGIT...

    v_status
    0
    1
    9

    Where:-

    0 = PRODUCT IS INACTIVE
    1 = PRODUCT IS ACTIVE
    9 = DELETE THIS PRODUCT FROM THE DATABASE

    (All this and more is at:-
    http://www.zen-cart.com/wiki/index.php/Easy_Populate )

  3. #1723
    Join Date
    Jul 2008
    Location
    Surbiton, UK
    Posts
    5
    Plugin Contributions
    0

    Default Yah!! loaded 310,000 products with EP

    Whilst it did run for something like 12 hours, it ran flawlessly through and created 310,000 items for me. Yah!!

    Now I've just got to figure how to get the product search down from 26 seconds for one item.

    Oo err...

  4. #1724
    Join Date
    Jul 2008
    Posts
    238
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by fairestcape View Post
    This restricted use of special characters is discussed here:-

    http://www.zen-cart.com/wiki/index.php/Easy_Populate
    Quote Originally Posted by fairestcape View Post
    You can't use BACKSLASHES... Your category descriptions contain backslashes. These have a specific meaning in EP - namely, they indicate a DIRECTORY PATH.

    You will have to re-name your categories to PLAIN ALPHA NUMERIC - don't use special characters or backslashes.

    (See v_products_url for an example of when backslashes ARE used)


    Yeah, but ive uploaded this exact file before i used the advanced version, but then i was having image problems...but that is fixed now and switched back and i had no problem at all the way the document is...i wonder if its because i had the advanced version installed and i did not delete everything...Anyway im not using backslashes under the category discription if u look its a foward slash...


    As for the backslashes not sure what ur talking about ive had no problem with this before and that is the way the distributor gives me the information it cannot be changed i have 22,000 products from them it would take to long.

    I really appreciate the help and advice though but im almost positive this isnt whats causing it.
    Last edited by rickiesdiscount; 31 Jul 2008 at 03:35 PM.

  5. #1725
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Quote Originally Posted by rickiesdiscount View Post
    Anyway im not using backslashes under the category discription if u look its a foward slash...
    Forward Slash, Back Slash... term is irrelevant. These are restricted characters and are the cause of your categories problem.

    Quote Originally Posted by rickiesdiscount View Post
    that is the way the distributor gives me the information it cannot be changed i have 22,000 products from them it would take to long.
    I get a similar list from my drop-shipper who ALSO describes the categories using slashes.

    This is what I do:-

    1. Open the list in excel.

    2. Highlight the CATEGORIES COLUMN (where the backslashes/forwardslashes appear).

    3. COPY to clipboard

    4. Open MS Word

    5. PASTE

    6. (Now I have that column in a table in MS Word).

    7. HIGHLIGHT THE WHOLE TABLE, then under MS Word menu "Table", select "Convert Table to Text.

    8. Now I have the table as a list of "sentences" delimited by Paragraphs.

    9. Use EDIT REPLACE - (tell MS Word to find / and relpace with ^t)

    10. This replaces all slashes with a TAB.

    11. Highlight all text, and go back to "Table" menu at the top, and now "Convert Text to table, using TABS to delimit columns.

    12. I now have all my categories and sub-categories in their required columns

    13. CTRL+A (select all) , the COPY

    14. Go back to Excel and PASTE

    15. Adjust excel columns and headers to suit EAsyPopulate...

    For 22,000 products this will take about 20 minutes.

    My list is routinely about 12,500 to 13,000 products and it takes me this amount of time to "repair" the layout.


    Quote Originally Posted by rickiesdiscount View Post
    I really appreciate the help and advice though but im almost positive this isnt whats causing it.
    I'm sure it is what's causing it... sorry to disagree!

    Good Luck.

  6. #1726
    Join Date
    Feb 2008
    Posts
    74
    Plugin Contributions
    0

    Default Re: Easy Populate support

    there is bugs to change or add subcategory? when i add a subcategory to existed products, these products be duplicated and move to new subcategory, but there is still products exist at parent category.

  7. #1727
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Easy Populate support

    Quote Originally Posted by alvalong View Post
    there is bugs to change or add subcategory? when i add a subcategory to existed products, these products be duplicated and move to new subcategory, but there is still products exist at parent category.
    ...and you will find that these are now LINKED products. This is a standard EP feature and Langer TELLS YOU THAT IT WILL HAPPEN !

    Before you re-assign a product to a category, you must DELETE it from its old category (v_status for that product = 9), then run EP again to upload that product data to NEW category (v_status is then = 1).

    You will have to re-upload the product image to its relevant images folder. This is the downside of v_status = 9 .

  8. #1728

    Default Re: Easy Populate support for Version 1.2.5.4

    New questions...

    I want to install the latest EP, but see reference to various versions and dates - some references to v1.2.5.4 look like they were in 2006. And a link to the "latest and greatest" would be very helpful.

    Also, I see reference to EP Advanced Version 3.0.3 for $65. What if anything is different than the basic version? I don't mind paying for something that is markedly improved, though I am familiar with Excel, CSV and SQL so I am not scared of something basic so long as it works.

    Thanks!
    (New to EP)

  9. #1729
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Is there a way to include "dual pricing/wholesale" fields in this mod?

    Tx
    Veronika

  10. #1730
    Join Date
    Mar 2008
    Posts
    56
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Hi, I tried to find an answer to this but havent had any luck. What I'm wondering is if its possible to add a column to Easy Populate that will automatically bullet a list of "product specs" when entered.

    The problem im having is that when I go to add products from manufacturers' web sites, the formatting varies so much that its a huge pain to enter into Easy Populate...plus Easy Populate adds a bunch of code that screws up the formatting anyway.

    I just want to be able to insert a plain list and have the output in the Zen Cart description be this same list but bulletted.

    Can anyone tell me if this exists or an easy way to accomplish this? I would be so grateful!!

    Thanks,

    Dave

 

 

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