PDA

View Full Version : Stylesheets on text fields


Angi
06-Jul-2003, 07:33 PM
Hi,

I was wondering if anyone knows how to put a style class on the following:

Select Shipping Destination dropdown on the act_order00.html, the change buttons on the act_order01.html page and to also put a class on the creditcard option drop down on the act_order02.html page, I have managed to do the others but as these other fields dont generate until its live its very difficult to know where to change them.

I do hope someone can help me.

Thanks

Angi:confused:

cdicken
07-Jul-2003, 04:16 PM
THe drop down list for the different credit card types is in Act_Order02.html:

<select name="PAYMENTCARDTYPE" size="1">

The other two are in 'Design | Text | Website | HTML' and there is guide to help you find the right ones in the Advanced User Guide.

Use the 'Go to' button to go to the following prompt IDs:

1204 - Code for the start of the location-selection drop-down.

2067 - Inserts the selected location into the invoice/delivery address tables in the checkout, together with a 'Change' button. Also does the same for the 'Ship to Separate Address' value.