Considering adding E-Junkie to my existing website (currently using Google Checkout and PayPal).



One of the requirements is: 3 shipping options for each item. Shipping charges will be different for each item.



For example:



Product A (item price $ 1000.00):



Option 1 - "Shipped to US 48 states" - add $ 95.00

Option 2 - "Shipped to Canada" - add $ 149.00

Option 3 - "Shipped to Alaska/Hawaii" - add $ 285.00



Product B (item price $ 1500.00):



Option 1 - "Shipped to US 48 states" - add $ 130.00

Option 2 - "Shipped to Canada" - add $ 185.00

Option 3 - "Shipped to Alaska/Hawaii" - add $ 320.00



And so on, for each of the 180 items.



PROBLEM: I cannot figure out how to set this up in E-Junkie.

Using "Variants" produces three SEPARATE dropdowns - I need a SINGLE drop-down with all 3 options.



Does anyone have a working example where a customer can select one-of-three options from a SINGLE dropdown?

  • created

    Feb '09
  • last reply

    Feb '09
  • 1

    reply

  • 998

    views

  • 2

    users

Variants are configured by specifying a line for every possible combination of option (dropdown menu) values. The last three positions in each line define possible values for three separate menus, so values you put in the Option1Value spot will appear in the first menu, Option2Values will appear in the second menu, etc. If you want only one menu, then you would specify a separate line for each Option1Value and leave the other two positions empty -- e.g. for your Product A:



Product A 48 States,1095.00,,,Ship to US 48 States,,

Product A Canada,1149.00,,,Ship to Canada,,

Product A Alaska/Hawaii,1285.00,,,Ship to Alaska/Hawaii,,



Note that you would still need to enable Shipping for the product to trigger collection of an address during checkout, but you can disable additional shipping charges if your Seller Admin > Cart Shipping Settings has no zipcode (this disables USPS rate lookups) and all other settings left at 0.00 on that screen as well.