How do I add 3 optional checkboxes to basket page?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rcm1234
    Mini Mivite

    • Oct 2011
    • 71

    #1

    How do I add 3 optional checkboxes to basket page?

    I'm trying to figure out a way to offer customers a free magazine subscription on the BASK page (i.e. before they proceed to the checkout page.. as the magazine subscriptions need to appear as item codes on the checkout screen).

    What I need is to have 3 checkboxes always appear below the basket contents section on the BASK screen.
    The 3 checkboxes are... checkbox#1 is for one type of magazine... checkbox#2 is for a second type of magazine.. and checkbox #3 is for customers to check off if they do not want the magazine subscription.

    Each is selectable and passes the magazine subscription item codes to the checkout page.
    I'm thinking about creating the magazine subscription choices as either 1 item with 3 checkbox attributes.. or 3 separate items each with it's own checkbox.

    The question is... how would I pull something like that into the BASK screen so it always there for customers to see and select?

    Any help would be greatly appreciated.
  • Brennan
    Super Moderator









    • Jun 2009
    • 3481

    #2
    Re: How do I add 3 optional checkboxes to basket page?

    You could use a toolkit function like quick to pull in a list of 3 product codes or even a single product with attributes. This would allow you to display them on the basket page. However, the easiest implementation would be for each product to have its own add to cart button.

    If you wanted check boxes for them which automatically adds them to the cart when the continue button is clicked you would need to write some Javascript to make that all work together.
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment

    Working...
    X