Announcement

Collapse
No announcement yet.

Multiple products may now be added to the basket in a single form submission,

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Multiple products may now be added to the basket in a single form submission,

    Looking for documentation on how to implement "Multiple products may now be added to the basket in a single form submission, using action ADPM"
    Thanks, Larry
    Larry
    Luce Kanun Web Design
    www.facebook.com/wajake41
    www.plus.google.com/116415026668025242914/posts?hl=en



    #2
    Re: Multiple products may now be added to the basket in a single form submission,

    http://www.miva.com/videos/articles/...-documentation

    Here is a live example:
    http://store.yellowtee.com/mm5/merch...gory_Code=cat1


    We'll link this up to the features landing page as well
    Last edited by Brennan; 04-13-15, 03:52 PM.
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      Re: Multiple products may now be added to the basket in a single form submission,

      Hi Brennan: Can the products be linked someway in admin so that if one is selected from the catalog list for the PROD page, the associated product is known and can also be displayed on PROD? Kind of like how related products are shown for a particular product.
      Larry
      Larry
      Luce Kanun Web Design
      www.facebook.com/wajake41
      www.plus.google.com/116415026668025242914/posts?hl=en


      Comment


        #4
        Re: Multiple products may now be added to the basket in a single form submission,

        There is not anything currently do that. The most common use case for this functionality is on the category page where you have a list view of products and a single button to add multiple to the cart or on the product page where you give the customer to add related products (or addons) to the cart with a single click.

        You probably best off using related products to get the functionality you want.
        Brennan Heyde
        VP Product
        Miva, Inc.
        [email protected]
        https://www.miva.com

        Comment


          #5
          Re: Multiple products may now be added to the basket in a single form submission,

          Looking at the example you shared, it looks like this happens on the CTGY page. Is it restricted to that page and possibly PLST?
          Larry
          Luce Kanun Web Design
          www.facebook.com/wajake41
          www.plus.google.com/116415026668025242914/posts?hl=en


          Comment


            #6
            Re: Multiple products may now be added to the basket in a single form submission,

            There is no page limitation on where this new action can be used. As long as you pass it the correct data, it can be used on any page.
            Last edited by Brennan; 04-13-15, 04:02 PM.
            Brennan Heyde
            VP Product
            Miva, Inc.
            [email protected]
            https://www.miva.com

            Comment


              #7
              Re: Multiple products may now be added to the basket in a single form submission,

              Brennan: If I find a way to put two products into the PROD <form and use action ADPM, I gather that both will be added to the basket if a quantity > 0 is entered for both?

              Looks like a job for a custom product field maybe?
              Or just display related products within the <form with action ADPM. Question: How will ADPM know to associate a quantity with it's product if I attempt to do this?
              Larry
              Last edited by wajake41; 04-13-15, 04:12 PM.
              Larry
              Luce Kanun Web Design
              www.facebook.com/wajake41
              www.plus.google.com/116415026668025242914/posts?hl=en


              Comment


                #8
                Re: Multiple products may now be added to the basket in a single form submission,

                That is correct. Any product with a quantity greater than 0 will be added to the cart.
                Brennan Heyde
                VP Product
                Miva, Inc.
                [email protected]
                https://www.miva.com

                Comment


                  #9
                  Re: Multiple products may now be added to the basket in a single form submission,

                  Hi Brennan: Took a look at the source code for the example you provided. I see from that how this is done. Looks like indexed product code/product quantity pairs by name. (name="Products[ 18 ]:quantity") all within the same ADPM <form>. This should work great for us on the PROD page.
                  Our thanks to Miva for this enhancement!
                  Larry
                  Larry
                  Luce Kanun Web Design
                  www.facebook.com/wajake41
                  www.plus.google.com/116415026668025242914/posts?hl=en


                  Comment

                  Working...
                  X