E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2008, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Sat, 24 Nov 2007 20:31:43 GMT Tue, 7 Oct 2008 14:30:40 GMT 681 E-JUNKIE 5 E-Junkie Forum http://www.e-junkie.com/bb/ http://www.e-junkie.com/ej/logo.gif 290 104 Post #2 http://www.e-junkie.com/bb/topic/863/pg/0#post2208 http://www.e-junkie.com/bb/topic/863/pg/0#post2208 Sat, 24 Nov 2007 20:31:43 GMT
Now, since values of placement, font, font color, and font typeface can affect the price, you will need to use "price affecting variants" for those. However our system only support 3 such options and you have 4.

So unless you can do away with one option, we will need to take another approach. However, it requires some web development experience.

If you see "customization button code" under "customization" section of our help page, it describes 4 extra parameters that you can append to the purchase URL of our buttons.

Those 4 parameters are on0,os0,on1 and os1. Where os0 and os1 are used to passed the data to our cart and on0 and on1 tells us what the data is. In your case, you need to use JavaScript or any other scripting language you prefer to pass all the data you collect from your buyer and append something like this to the purchase URL:

&on0=CompanyName&os0=company-name-entered-by-buyer&on1=ChoosenOptions&os1=concatenated-values-of-all-the-other-options.

Please note all these values must be urlencoded.

Now, the only thing that remains is to adjust the product price. You can append the "amount" variable for that. Value that will need to be passed will depend on the options your buyer selects. Please see "customization button code" under "customization" section of our help
page to see the usage of that parameter as it will differ based on whether you are using our Buy Now buttons or Cart buttons.]]>
E-junkie Discussions; NatashaSen
Post #1 http://www.e-junkie.com/bb/topic/863/pg/0#post2208 http://www.e-junkie.com/bb/topic/863/pg/0#post2208 Sat, 24 Nov 2007 20:30:31 GMT
So here's my problem. I am setting up a logo store to sell premade and custom logo's. After the customer decides he wants to buy the item, he is taking to a page that has a form on it. It asks for their company name...a text box that needs to be passed on to me company name placement...a menu form field with 5 options. it is set to "no change." if the customer selects something other then no change a would like to charge an extra fee. likewise with font, font color, and font typeface how can I have it so when a customer changes anyone of those 4 fields an extra fee is automatically added to their total?

I also need the text field from the company text and the e-mail addres field information sent to me as well wioth no price change involved with them.

Thank you for your help.]]>
E-junkie Discussions; guest_user