Page 1 of 1

Change Shipping Method From Drop Down Menu to Radio Buttons

Posted: Sun Nov 21, 2010 11:39 am
by iffautomation
I'm trying to make a simple change to my checkout page that will show all shipping methods as radio buttons instead of selected from a drop down menu.

Any assistance would be greatly appriciated.
Thanks,
Tom

Re: Change Shipping Method From Drop Down Menu to Radio Buttons

Posted: Sun Nov 21, 2010 1:10 pm
by compunerdy
ablemods posted the code for this on the forums someplace.

Re: Change Shipping Method From Drop Down Menu to Radio Buttons

Posted: Sun Nov 21, 2010 1:58 pm
by iffautomation

Re: Change Shipping Method From Drop Down Menu to Radio Buttons

Posted: Sun Nov 21, 2010 2:05 pm
by iffautomation
It is throwing up an error when I try and use the .zip files that are included with the previous post viewtopic.php?f=44&t=8555&p=36788&hilit=+ablemods+radio+buttons#p36788

I believe I need to edit my scriblet code to make this error disapper abut I don't know which to eliminate / change / etc. Below is the error I'm receiving.
[[ConLib:OnePageCheckout EnableGiftWrap="false" EnableMultiShipTo="false" EnableShipMessage="true" AllowAnonymousCheckout="true" DisableBots="true" MaxCheckoutAttemptsPerMinute="10"]] e:\hshome\broomball\midwestbroomball.com\ConLib\OnePageCheckout.ascx.cs(1114): error CS1501: No overload for method 'CreateUser' takes '7' arguments

My current one page scriblet reads:
[[ConLib:OnePageCheckout EnableGiftWrap="false" EnableMultiShipTo="false" EnableShipMessage="true" AllowAnonymousCheckout="true" DisableBots="true" MaxCheckoutAttemptsPerMinute="10"]]

Again any help would be appriciated.
Tom

Re: Change Shipping Method From Drop Down Menu to Radio Buttons

Posted: Sun Nov 21, 2010 3:14 pm
by compunerdy
Instead of using his file, modify yours with the code changes he marked inside his file. Just use a file compare utility.

Re: Change Shipping Method From Drop Down Menu to Radio Buttons

Posted: Mon Nov 22, 2010 7:50 am
by iffautomation
Well I'm working on it. I'll have to pay careful attention to every detail I see.

I got the radio buttons to display but only the first shipping method doesn't generate an error when I try to submit an order.

I assume I am missing a detail so I'll have to go back through it again.

Thanks,
Tom K.

Re: Change Shipping Method From Drop Down Menu to Radio Buttons

Posted: Wed Dec 01, 2010 7:56 pm
by iffautomation
I don't mean to be a dummy but I tried blending AbleMods code into my onepagecheckout.
I am big time struggling. I was wondering if anyone would be able to do if for me out of the good nature of there heart.

Attached are AbleMods files

The next reply is the current onepagecheckout I'm currently using.

Thanks,
Tom

Re: Change Shipping Method From Drop Down Menu to Radio Buttons

Posted: Wed Dec 01, 2010 7:57 pm
by iffautomation
My current onepagecheckoutfiles

Thanks,
Tom

Re: Change Shipping Method From Drop Down Menu to Radio Buttons

Posted: Thu Dec 02, 2010 7:19 pm
by iffautomation
I got it.