Results 1 to 10 of 165

Hybrid View

  1. #1
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Multiple Products (Copy, Move, Delete)

    No there isn't ... sorry ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  2. #2
    Join Date
    Jul 2004
    Posts
    142
    Plugin Contributions
    0

    Idea or Suggestion Re: Multiple Products (Copy, Move, Delete)

    Great tool. Saves me alot of work, thank you.
    Is there by chance a way of adding a sort feature to this so we can find items easier in the list. Currently it sorts only by iyem product number and I add duplicate items and only want to move one of the so I have to hunt down all of them in the list and uncheck.
    Thanks again.
    Stampsville
    hhtp: // s t a m p commune . com

  3. #3
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Multiple Products (Copy, Move, Delete)

    You can customize the SELECT for the list and add an order by to it around line 344:
    Code:
            $query = $db->Execute($raw_query . $where_str . ' group by p.products_id');
    such as to sort by products_name:
    Code:
            $query = $db->Execute($raw_query . $where_str . ' group by p.products_id' . ' order by pd.products_name');
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #4
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

    Default Re: Multiple Products (Copy, Move, Delete)

    Linda,

    We have an issue. When I move 6 or 7 products from one category to another it just moved 1 istead all 6 or 7.

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Multiple Products (Copy, Move, Delete)

    I cannot reproduce the problem ...

    Were these Linked Products?

    Did you have all the Products checked after you hit Preview?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #6
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

    Default Re: Multiple Products (Copy, Move, Delete)

    These products weren't linked.

    Yes, I have checked all the products that I want to move after I hit preview.

  7. #7
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Multiple Products (Copy, Move, Delete)

    And you are using from post #115:
    multi_product_copy_v1393.zip
    Last edited by Ajeh; 17 Jan 2013 at 04:15 AM.
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

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