Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Adding in custom radio button on shipping page

Adding in custom radio button on shipping page

Locked

Views: 1,508

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
3 May 2007, 10:11 PM
#1
johneemac avatar

johneemac

New Zenner

Join Date:
Sep 2006
Posts:
65
Plugin Contributions:
0

Adding in custom radio button on shipping page

Hi there,

I want a custom added radio button that has 2 options.

The products can be shipped either fresh or frozen and i need a way for the user to choose either one.

I may also need an option to turn it off / on.

How do i go about this? Willing to pay someone for the mod.

Thanks for your time.

3 May 2007, 10:28 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Adding in custom radio button on shipping page

Make attributes for:

Option Manager ...
Option Name: Shipped (or whatever)
Option Type: Radio

Option Value Manager ...
Option Name: Shipped
Option Value Name: Fresh
Option Default Sort Order: 10

Option Name: Shipped
Option Value Name: Frozen
Option Default Sort Order: 20

Option Name: Shipped
Option Value Name: Select a method
Option Default Sort Order: 0

Attributes Controller:
Option Name: Shipped
Option Value: Fresh

Option Name: Shipped
Option Value: Frozen

Option Name: Shipped
Option Value: Select a method
Default: YES
Display Only: YES

Once the 3 are made, hit the Update Sort Order and they will display in order the way you set them on defaults ...

Now the customer has to make a proper choice of one or the other as they cannot add Select a method to the cart as it is marked Display Only ...

To remove those, there is not a switch ...

You could however do a global update to physically remove all attributes with the options_id and options_values_id that match if needed ...

4 May 2007, 11:16 AM
#3
johneemac avatar

johneemac

New Zenner

Join Date:
Sep 2006
Posts:
65
Plugin Contributions:
0

Re: Adding in custom radio button on shipping page

Thanks for the quickly reply.

Working perfectly, many thanks.:cool: