Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2009
    Posts
    2
    Plugin Contributions
    0

    Default add multiple items in one form... one click

    Hi, all:

    I need to add several unique items at one time and with different quantities as needed like this per example...

    2 - excedrin
    4 - tylenol
    2 - bayer
    3 - nyquil

    I was reading that one can use the "multiple_products_cart_quantity" form structure, so I set this code up, that has 2 product id's, but it's not working right, only added the last item. What am I doing wrong?? appreciate the help!

    Thanks!


    <form name="multiple_products_cart_quantity" action='http://www.mysite.com/shopping-carts/zen-cart/index.php?main_page=product_info&action=add_product' method='post' enctype='multipart/form-data'>

    <input type="text" name="cart_quantity" value="1" maxlength="6" size="4" /><br /><br /><input type="hidden" name="products_id" value="1" />
    <input type="text" name="cart_quantity" value="1" maxlength="6" size="4" /><br /><br /><input type="hidden" name="products_id" value="2" />
    <input type="image" src="includes/templates/template_default/buttons/english/button_in_cart.gif" alt="Add to Cart" title=" Add to Cart " />
    </form>

  2. #2
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    552
    Plugin Contributions
    0

    Default Re: add multiple items in one form... one click

    Are you sure that is understandable for customers? When you have to add all those ingredients, it looks like one product for me. When you sell soft drinks, you wouldnt want to order all the ingredients at the right quantity seperate isnt it?

  3. #3
    Join Date
    Dec 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: add multiple items in one form... one click

    No, it's all different, unrelated products... I wand people to be able to choose different quantities of different products at once, and then submit the form, in one click...

    I read that it could be done by using the "multiple_products_cart_quantity" form type, but havent been able to do it...

 

 

Similar Threads

  1. Sign up form after payment of certain Items
    By new2this in forum General Questions
    Replies: 0
    Last Post: 17 Nov 2009, 05:38 PM
  2. Multiple Items, Multiple additional item fees
    By webtrix in forum Addon Shipping Modules
    Replies: 0
    Last Post: 24 Apr 2007, 06:00 PM
  3. Add multiple products with one click
    By sherbo in forum Managing Customers and Orders
    Replies: 2
    Last Post: 30 Mar 2007, 11:09 AM
  4. Adding 2 Items to Cart, From 1 Click
    By Michael1963 in forum General Questions
    Replies: 2
    Last Post: 24 Sep 2006, 02:34 AM

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
  •