Change Shipping Method From Drop Down Menu to Radio Buttons

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
iffautomation
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 27
Joined: Sat Jun 06, 2009 7:44 am
Location: Indiana
Contact:

Change Shipping Method From Drop Down Menu to Radio Buttons

Post by iffautomation » Sun Nov 21, 2010 11:39 am

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

User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

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

Post by compunerdy » Sun Nov 21, 2010 1:10 pm

ablemods posted the code for this on the forums someplace.

iffautomation
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 27
Joined: Sat Jun 06, 2009 7:44 am
Location: Indiana
Contact:

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

Post by iffautomation » Sun Nov 21, 2010 1:58 pm


iffautomation
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 27
Joined: Sat Jun 06, 2009 7:44 am
Location: Indiana
Contact:

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

Post by iffautomation » Sun Nov 21, 2010 2:05 pm

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

User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

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

Post by compunerdy » Sun Nov 21, 2010 3:14 pm

Instead of using his file, modify yours with the code changes he marked inside his file. Just use a file compare utility.

iffautomation
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 27
Joined: Sat Jun 06, 2009 7:44 am
Location: Indiana
Contact:

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

Post by iffautomation » Mon Nov 22, 2010 7:50 am

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.

iffautomation
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 27
Joined: Sat Jun 06, 2009 7:44 am
Location: Indiana
Contact:

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

Post by iffautomation » Wed Dec 01, 2010 7:56 pm

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

iffautomation
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 27
Joined: Sat Jun 06, 2009 7:44 am
Location: Indiana
Contact:

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

Post by iffautomation » Wed Dec 01, 2010 7:57 pm

My current onepagecheckoutfiles

Thanks,
Tom

iffautomation
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 27
Joined: Sat Jun 06, 2009 7:44 am
Location: Indiana
Contact:

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

Post by iffautomation » Thu Dec 02, 2010 7:19 pm

I got it.

Post Reply