Randy Just wrote:
I am a neophyte at Javascript and while I understand parts of Interchange, I am struggling some resolving a couple of issues on a shopping cart I am workingwith.1) I am working on a modified version of the Interchange demo. The problem I am having relates to the payment selection list. When javascript is turned on for my browser, it works just fine. That being, if credit card is selected for example, then the entry fields show up to enter the credit card data. However, we have some users who leave javascript off. If the option is off, then selecting any of the choices results in no method being displayed (i.e. credit card entry fields do not show up). I am workingwith new_browser_payment_multi in addition to payment_select_multiWhat is a trick I can use to allow for javascript disabled folks to still be able to havethe credit card info pop-up or the other responses for payment methods?2) I am stumbling on forms. What I would like to do is set-up a checkbox (as opposed to a pulldown list) for mailing lists the customer can join on the checkout form. I am uncertain of the mechanics of me putting the form together. Ultimately I would like to have the info selected appear on the report output file where the boxes that were checked would have their values appear. I have experimented some, but can't see toget it working. Thanks! _______________________________________________ interchange-users mailing list suppressed http://www.icdevgroup.org/mailman/listinfo/interchange-users
I don't have an answer for number one but for number two, try something like:
[input-filter name=mail_list op=null_to_space][/input-filter][display table=userdb type=checkbox column=mail_list key="[data session username]"]
Nicholas Cook PetBlvd.com _______________________________________________ interchange-users mailing list suppressed http://www.icdevgroup.org/mailman/listinfo/interchange-users
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.