I am in the process of trying to set up a site, using e-junkie as the shopping cart. I will be selling photos printed onto canvases. As such there are a wide range of options the customer can choose from. These include around 15 different styles and around 18 different sizes of canvases for example. I have been trying to get my head around using e-junkie and so far have used the variants options and entered the details for a few of the options. Rather than entering more than 270 different options to be selected from pull down menus I was wondering if it was possible to have radio button selection options for choosing the style on one screen and then on the next page choosing the canvas size for example ?

Any help would be much appreciated.

  • created

    Jan '08
  • last reply

    Jan '08
  • 1

    reply

  • 994

    views

  • 2

    users

If you analyze E-junkie button code, it is basically URL to which product information is passed using GET or POST depending on your product options.



You can very well take the code apart .. and get a system on your end to get the buyer to select options using radio buttons in two pages and then simply pass data to E-junkie URL after that.



You will however need a web developer very familiar with GET/POST/CGI to handle this.