Page 40 of 48 FirstFirst ... 303839404142 ... LastLast
Results 391 to 400 of 476
  1. #391
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: product categories - linking

    Sorry, it looks ugly. I hope I got the commas inserted to help things
    Code:
    v_products_name_en ,v_products_id ,v_products_model ,v_products_description_en ,v_products_sort_order ,v_categories_name ,v_products_image, v_products_weight ,v_products_quantity ,v_products_type ,v_products_price ,v_products_status ,v_tax_class_title ,v_dbio_command
    Sterling Clasp Assortment 1,, SSast1, This is a test description, 10 ,OOPS!!!!, 12ss.jpg, 0.2, 3, 1, 100, 1 ,Taxable Goods, ADD
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  2. #392
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: product categories - linking

    Cindy,

    FWIW,
    I took the full dbio.Product export
    Deleted all but the first product & header line
    Edited the data in the first line with new product info
    Left v_product_id blank
    Left dates blank
    v_products_ordered blank since the product is new and none ordered/sold
    Left all metatag fields blank
    v_product_description blank

    v_dbio_command ADD

    Nothing inserted into v_categories_name ie: category ID 229

    Note: This is the first time ever for me to attempt product addition so it is extremely possible for me neglecting a required column
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  3. #393
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,237
    Plugin Contributions
    20

    Default Re: product categories - linking

    Hi Cindy

    Different problem now with the same set up - ZC157, DBIO 165, products handler

    On Export, I'm seeing a blank line in the csv, then

    <style>.block .notice.invalid{display:none;}</style>
    on the next line, and the last line of data stops partway through the final product description so on that last product, there is no category info.

    Happy to provide csv and log file if you wish.
    Development Manager @ JSWeb Ltd
    Over 15 years with Zencart

  4. #394
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: product categories - linking

    @rixstix, would you send me a copy of the DbIo log associated with that errant import to my direct email address?

  5. #395
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: product categories - linking

    Sure, Ryk. Send those on over the pond via direct email.

  6. #396
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: product categories - linking

    Quote Originally Posted by lat9 View Post
    @rixstix, would you send me a copy of the DbIo log associated with that errant import to my direct email address?
    PM. Outlook crashes must have lost it.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  7. #397
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: product categories - linking

    email address, that is. We're going to be out and about for a few hours, so it will be late this afternoon.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  8. #398
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: product categories - linking

    @Ryk, would you use the site's Tools :: Developers Tool Kit to search all admin files for the string <style>.block .notice.invalid{display:none;}</style>?

    It's looking like there's a .php file (?) that has a blank line after its closing ?> that is causing premature output to be generated.

  9. #399
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,237
    Plugin Contributions
    20

    Default Re: product categories - linking

    Thank you for the pointer - looks like something related to the template.

    If that's NOT the problem, I'll get back to you.
    Development Manager @ JSWeb Ltd
    Over 15 years with Zencart

  10. #400
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: product categories - linking

    Quote Originally Posted by RixStix View Post
    Another import question.

    dbio 1.6.5
    zc 156c

    Trying to import new products and call myself reading the entire readme several times but the answer might be a snake.

    Thus far, I have not been able to add the test product.
    using handler
    dbio.Products.ProdIDIMPORT.xxx
    downloaded the handler, removed columns that are not important "to me"

    v_dbio_command either blank or ADD

    Excerpt from one of the dbio logs, but no new product to be found in category 229

    Code:
    2021-03-08 12:14:48: Forcing ADD of product at line #3, via DbIo command
    2021-03-08 12:14:48: importBuildSqlQuery for products_description:
    INSERT INTO products_description (`products_name`, `products_description`, `language_id`, `products_id`)
    VALUES ('Sterling Clasp Assortment 1', 'This is a test description', 1, 0)
    2021-03-08 12:14:48: importBuildSqlQuery for products:
    INSERT INTO products (`products_model`, `products_sort_order`, `products_image`, `products_weight`, `products_quantity`, `products_type`, `products_price`, `products_status`, `master_categories_id`, `products_tax_class_id`, `products_date_added`)
    VALUES ('SSast1', 10, '12ss.jpg', 0.2, 3, 1, 100, 1, 229, 1, now())
    Rick, got the files via email (thanks). Was the OOPS!!!! category pre-existing when you performed the import, or was it auto-created when this product was imported?

 

 
Page 40 of 48 FirstFirst ... 303839404142 ... LastLast

Similar Threads

  1. Support Thread for CKEditor Plugin
    By DivaVocals in forum Addon Admin Tools
    Replies: 201
    Last Post: 31 Aug 2021, 05:14 PM
  2. Back to Top Plugin [Support Thread]
    By picaflor-azul in forum All Other Contributions/Addons
    Replies: 31
    Last Post: 6 Feb 2016, 10:52 PM
  3. v151 Plug 'n' Pay plugin [Support Thread]
    By KetchRescue in forum Addon Payment Modules
    Replies: 5
    Last Post: 28 Nov 2015, 04:56 AM
  4. Justuno Plugin [Support Thread]
    By JustunoApp in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 24 May 2015, 11:00 PM
  5. VendingBox Plugin Support Thread
    By vb_support in forum All Other Contributions/Addons
    Replies: 31
    Last Post: 10 Feb 2013, 07:24 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