Page 45 of 48 FirstFirst ... 354344454647 ... LastLast
Results 441 to 450 of 476
  1. #441
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,697
    Plugin Contributions
    123

    Default Re: Transactions by sale amount and shipping amount

    Success! DBIO succeeded where EZ Populate failed!

    Question: would it make sense to default v_dbio_command to ADD when v_products_id = 0?
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  2. #442
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,697
    Plugin Contributions
    123

    Default Re: Transactions by sale amount and shipping amount

    Oh also a question: after I exported, I copied the last row but when I tried to import I get warnings on the date field:

    2022-03-22 11:17:01:[*] products.products_date_added, line #2: Value (2022-03-22 10:44:32) is not a recognized date value; the default value for the field will be used.

    Should I just remove this column from the spreadsheet to prevent trouble?
    I wonder if v_products_link should also be removed?
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #443
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,557
    Plugin Contributions
    28

    Default Re: Transactions by sale amount and shipping amount

    I searched the ReadMe and this thread but didn't see an answer. I suspect it's there as it's not a very unique question.

    How do I change the Master Category? We have linked products and want to change the Master Category.

    When I export, I see the v_categories_name column has only the current Master Category. Do I type in the new Master Category and re-import?

  4. #444
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,151
    Plugin Contributions
    11

    Default Re: Transactions by sale amount and shipping amount

    You might find help in the docs. https://docs.zen-cart.com/user/admin...aster-category.

    I'm afraid the Accessibility Widget doesn't speak shikawgo.

  5. #445
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,557
    Plugin Contributions
    28

    Default Re: Transactions by sale amount and shipping amount

    Quote Originally Posted by dbltoe View Post
    You might find help in the docs. https://docs.zen-cart.com/user/admin...aster-category.

    I'm afraid the Accessibility Widget doesn't speak shikawgo.
    Thank you for the help. However, I was looking for a way to do it with this plugin. There are hundreds of products that need updating so was looking to avoid one by one in the admin.

  6. #446
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,493
    Plugin Contributions
    88

    Default Re: Transactions by sale amount and shipping amount

    Quote Originally Posted by jeking View Post
    I searched the ReadMe and this thread but didn't see an answer. I suspect it's there as it's not a very unique question.

    How do I change the Master Category? We have linked products and want to change the Master Category.

    When I export, I see the v_categories_name column has only the current Master Category. Do I type in the new Master Category and re-import?
    Jim, see the online documentation (https://github.com/lat9/dbio/blob/ma...uctshandler.md) regarding some of the intricacies of the Products Handler, including how to (a) change the master category or (b) unlink a product from a category.

  7. #447
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,557
    Plugin Contributions
    28

    Default Re: Transactions by sale amount and shipping amount

    Quote Originally Posted by lat9 View Post
    Jim, see the online documentation (https://github.com/lat9/dbio/blob/ma...uctshandler.md) regarding some of the intricacies of the Products Handler, including how to (a) change the master category or (b) unlink a product from a category.
    Yes, that is what I was looking for. Thank you!

    Here's my confusion. One of the products in question is in two categories. I see this on the product page in the admin. When I export all products, there is only one category in the v_categories_name column in the csv, the current master category. In order to change it, do I need to enter the other category name in the v_categories_name and re-import?

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

    Default Re: Transactions by sale amount and shipping amount

    Quote Originally Posted by jeking View Post
    Yes, that is what I was looking for. Thank you!

    Here's my confusion. One of the products in question is in two categories. I see this on the product page in the admin. When I export all products, there is only one category in the v_categories_name column in the csv, the current master category. In order to change it, do I need to enter the other category name in the v_categories_name and re-import?
    Per that documentation referenced:
    Code:
    If the product is being updated, then the v_categories_name (if included) identifies the product's new master_categories_id.  The product's previous master_categories_id becomes a linked category.

  9. #449
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,557
    Plugin Contributions
    28

    Default Re: Transactions by sale amount and shipping amount

    Quote Originally Posted by lat9 View Post
    Per that documentation referenced:
    Code:
    If the product is being updated, then the v_categories_name (if included) identifies the product's new master_categories_id.  The product's previous master_categories_id becomes a linked category.
    Thanks, I'll give that a try.

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

    Default Re: Transactions by sale amount and shipping amount

    Version 2.0.0 of DbIo is now available from the Zen Cart plugins: https://www.zen-cart.com/downloads.php?do=file&id=2091

    This release contains updates for the following GitHub issues:

    #209: DbIo manager, checkboxes can't be selected via labels
    #207: Product Export: debug for empty trim on metatags
    #206: Remove duplicate language constants for dbio_customize tool
    #205: Unable to resize select windows in Safari
    #203: PHP notice/warning when there's an error or it's not "ok to proceed"
    #202: Drop support for Zen Cart versions prior to zc157
    #201: PHP 8.2: explicitly declaring variables
    #199: Use zen_cfg_read_only for the DbIo version 'setting'
    #198: PHP 8.16: PHP deprecated, auto_detect_line_endings is deprecated
    #197: Add shipping cost value to DbIoOrders output

 

 
Page 45 of 48 FirstFirst ... 354344454647 ... 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