Page 97 of 367 FirstFirst ... 47879596979899107147197 ... LastLast
Results 961 to 970 of 3663
  1. #961
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by philip937 View Post
    is there a way to set the 'display only' etc feilds on the attributes? not a problem if not as they are all the same so I can just run an sql query to do it in bulk. just wondered?

    also notice that the sort orders don't adopt my defaults on the attributes, all set to 0?

    but that said there is a admin function that can do that somewhere right?
    Are you looking to display and explanation for a product's attribute? For example Product Material: Plastic. The plastic part which displays text only can be set and defined by Option Name Manger>Option Type, Read Only? That displays text, for that attribute.
    Using Zen Cart 1.5.1

  2. #962
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,173
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Downloaded Easy Populate CSV
    Why would this be happening?
    Everything fine but when I try to Upload the EPFile the revised changes back into the admin panel I am getting a time out issue?

  3. #963
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by Kevin205 View Post
    Are you looking to display and explanation for a product's attribute? For example Product Material: Plastic. The plastic part which displays text only can be set and defined by Option Name Manger>Option Type, Read Only? That displays text, for that attribute.
    Sorry not sure I follow what's you've said here.
    Phil Rogers
    A problem shared is a problem solved.

  4. #964
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by philip937 View Post
    Sorry not sure I follow what's you've said here.


    What do you mean and what are you trying to display?
    Quote Originally Posted by philip937 View Post
    is there a way to set the 'display only' etc feilds on the attributes?[/COLOR] not a problem if not as they are all the same so I can just run an sql query to do it in bulk. just wondered?

    also notice that the sort orders don't adopt my defaults on the attributes, all set to 0?

    but that said there is a admin function that can do that somewhere right?
    Last edited by Kevin205; 21 Apr 2013 at 08:01 PM.
    Using Zen Cart 1.5.1

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by haredo View Post
    Downloaded Easy Populate CSV
    Why would this be happening?
    Everything fine but when I try to Upload the EPFile the revised changes back into the admin panel I am getting a time out issue?
    Can you confirm which version of EP you are using? This thread is for EasyPopulate 4.0 ... which shows in the title and tool pages as 'Easy Populate 4' ...

  6. #966
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,173
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Chad,
    Sorry I posted in the wrong support thread ....

  7. #967
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Hello Chad – What is the best way and what do you recommend, when it comes to merging prices for price by attributes?

    When you have the following scenario:
    Product A is priced by size attribute

    Product Name > Size Attribute Name > Size Attribute Price
    Product A > Size 1 > $5.00
    Product A > Size 2 > $10.00
    Product A > Size 3 > $20.00
    Product A > Size 4 > $30.00

    Obviously you would have to first import all attributes for different products, to table using via Basic Products Attributes (basic single-line), but how do you add / merge prices to Detailed Products Attributes (detailed multi-line) to update their corresponding prices

    Is there a method that you use?
    Using Zen Cart 1.5.1

  8. #968
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    While trying to import attribute size, with values similar to 1'-8" x 3'-7", via Attrib-Basic-EP_02_Size_OO.csv, I am getting the following error. Data is prepared in Excel (.xls). I have tried both excel .csv and Open Office .csv. Both produce similar errors. Any ideas?

    How else can this formatted?

    How many records can be in a .csv file?

    I am getting the following errors:
    MySQL error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '" x 3'-7"'' at line 10
    When executing:
    SELECT
    a.products_options_id,
    a.products_options_values_id,
    b.products_options_values_id,
    b.products_options_values_name
    FROM zen_products_options_values_to_products_options as a, zen_products_options_values as b
    WHERE
    a.products_options_id = '1' AND
    a.products_options_values_id = b.products_options_values_id AND
    b.products_options_values_name = '1'-8" x 3'-7"'
    MySQL error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '" x 3'-7"',
    '1')' at line 9
    When executing:
    INSERT INTO zen_products_options_values
    (products_options_values_id,
    language_id,
    products_options_values_name,
    products_options_values_sort_order)
    VALUES (
    '108',
    '1',
    '1'-8" x 3'-7"',
    '1')
    MySQL error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '" x 3'-7"'' at line 10
    When executing:
    SELECT
    a.products_options_id,
    a.products_options_values_id,
    b.products_options_values_id,
    b.products_options_values_name
    FROM zen_products_options_values_to_products_options as a, zen_products_options_values as b
    WHERE
    a.products_options_id = '1' AND
    a.products_options_values_id = b.products_options_values_id AND
    b.products_options_values_name = '1'-8" x 3'-7"'
    MySQL error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '" x 3'-7"'' at line 10
    When executing:
    SELECT
    a.products_options_id,
    a.products_options_values_id,
    b.products_options_values_id,
    b.products_options_values_name
    FROM zen_products_options_values_to_products_options as a, zen_products_options_values as b
    WHERE
    a.products_options_id = '1' AND
    a.products_options_values_id = b.products_options_values_id AND
    b.products_options_values_name = '1'-8" x 3'-7"'
    Last edited by Kevin205; 2 May 2013 at 05:23 AM.
    Using Zen Cart 1.5.1

  9. #969
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by chadderuski View Post
    If you use open office and use: FILE > SAVE AS > Text CSV (.csv)

    Open Office will encapsulate it as:

    "1'6"" x 1'9"""

    You don't need to do anything special.

    -chadd
    This is how it's saved:
    Field delimiter: '
    Text delimiter: ""

    Name:  Capture.jpg
Views: 228
Size:  15.1 KB
    Using Zen Cart 1.5.1

  10. #970
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    While importing the following:

    v_products_model,v_products_options_type,v_products_options_name_1,v_products_op tions_values_name_1
    1-GREEN-TOM,2,Size:,"1'-8"" x 3'-7"""
    1-GREEN-TOM,2,Size:,"2'-3"" x 3'-6"""
    1-GREEN-TOM,2,Size:,"2'-3"" x 1'-6"""
    1-GREEN-TOM,2,Size:,"3'-11"" x 3'-7"""
    1-GREEN-TOM,2,Size:,"1'-3"" x 3'-6"""
    1-GREEN-TOM,2,Size:,"4'-7"" x 2'-6"""
    1-GREEN-TOM,2,Size:,"3'-10"" x 3'-10"""
    1-GREEN-TOM,2,Size:,"3'-6"" x 2'"

    I am getting also getting the following warning right after the import on top of the admin page.
    Warning An SQL error has occured. Please check your input data for tabs within fields and delete these. If this error continues, please forward your error log to the Easy Populate maintainer

    Finished Processing Import File

    Updated records: 6
    New Imported records: 1
    Errors Detected: 0
    Warnings Detected: 0
    Memory Usage: 2855256
    Memory Peak: 2911048
    Execution Time: 0.1918740272522 seconds.
    I look at it the .csv file with "Notepad++", and there are no tabs in the file / records.
    Using Zen Cart 1.5.1

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 20
    Last Post: 23 Apr 2025, 08:49 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

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