Results 1 to 7 of 7
  1. #1
    Join Date
    Nov 2008
    Posts
    14
    Plugin Contributions
    0

    Default Multi-Product Add to Cart

    I have a few groups of related products and I'd like to walk customers through these groups step-by-step. Each group should be listed on a single page - essentially combining their product_info pages. Instead of an Add to Cart button, I'm trying to add all selected products to the cart and go to the next Product Group that will also list multiple product_info pages as a single page. The final page would add the products to the shopping cart, then go to the shopping cart. At least the first group of products will be priced by attribute.

    Product Group 1
    Product 1
    Attribute
    Product 2
    Attribute
    Action: Add Items to Cart & Go To Product Group 2

    Product Group 2
    Product 3
    Product 4
    Action: Add Items to Cart & Go To Product Group 3

    Product Group 3
    Product 5
    Product 6
    Action: Add Items to Cart & Go To Shopping Cart

    I've scoured the forums and can't find anything like this. Has anyone done this before? I've looked at creating a Product Type with a custom product_info_display, though I'm not certain how to link the two if that would work. I've also looked at the custom forms thread, but none of that really deals with products. Any suggestions are greatly appreciated. I'm on 1.3.7.

    Thanks

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,269
    Plugin Contributions
    3

    Default Re: Multi-Product Add to Cart

    Have you seen the module by dwno?

    http://www.zen-cart.com/index.php?ma...roducts_id=555

    NB: This module does not work for products with attributes or quantity discounts. dwno explains why at the download page...

    But you may care to see his code and perhaps it will help you build what you want.
    20 years a Zencart User

  3. #3
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Multi-Product Add to Cart

    No, Quick Order is not intended for this sort of requirement; it requires the customer to enter an ID number and quantity themselves for each product they want. You might be able to repurpose the Add To Cart code in it, but the multi-product page would be a custom job from that point on.

    I recently installed (for a client) a commercial mod available from thatsoftwareguy.com which can do this. You may wish to investigate that.

    Rob

  4. #4
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,269
    Plugin Contributions
    3

    Default Re: Multi-Product Add to Cart

    You see.. if you eat quality donuts all day long your intelligence levels rise dramatically. I shoulda read phineas77's post more carefully!
    20 years a Zencart User

  5. #5
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Multi-Product Add to Cart

    I have a copy of an old ad that claims that eating 6 donuts a day is part of a healthy diet. And I believe it!

    Rob

  6. #6
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Multi-Product Add to Cart

    Yes you can do it, but it will require heavy customization since the current multiple add to cart cannot handle attributes.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  7. #7
    Join Date
    Nov 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Multi-Product Add to Cart

    All,

    I wanted to update you and thank you for all your help. I was able to implement the suggested mod with heavy customization that involved modifying the existing attributes module as a custom file to add a unique _GET id. I removed the user input functions and replaced it with a category listing so that only products in that category were available through this page. By checking the unique _GET id's zen_get_uprid() against get_product_id_list(), I was able to finagle cart additions so that products with attributes, including the same product with different attributes (i.e. product_1_att_1, product_1_att_2) can be added to the cart in the same order.

    Fun is!

 

 

Similar Threads

  1. Can someone help me with this Multi-product/multi-option form?
    By amackley in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 18 Nov 2011, 05:00 AM
  2. How to add multi-language version in one installation of zen cart?
    By rainmist in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 16 Mar 2009, 08:41 AM
  3. is it poss to add html to multi product display page - anywhere?
    By what44 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 6 Nov 2007, 08:23 PM
  4. Replies: 0
    Last Post: 2 Mar 2007, 07:40 PM

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