I've been trying to change the General User Definable field in the general information checkout area after reading http://community.actinic.com/archive...p/t-15027.html.
I know that thread was written for v7 and I'm using v9. However, what I did was go to the design tab and click on the field. I then changed the layout and it all looks fine.
One small problem, the value doesn't find its way into the order details when someone checks the box.
I changed the tag to this:
<input type="checkbox" value="SubscribeToNewsletter" name="<actinic:variable name="GeneralUserDefined" />" CHECKED/>
I gather the result should find its way into the comments area of the order.
Can anyone see anything stupid I've done here apart from working on the first sunny sunday afternoon since easter?
Thanks
Bob
I know that thread was written for v7 and I'm using v9. However, what I did was go to the design tab and click on the field. I then changed the layout and it all looks fine.
One small problem, the value doesn't find its way into the order details when someone checks the box.
I changed the tag to this:
<input type="checkbox" value="SubscribeToNewsletter" name="<actinic:variable name="GeneralUserDefined" />" CHECKED/>
I gather the result should find its way into the comments area of the order.
Can anyone see anything stupid I've done here apart from working on the first sunny sunday afternoon since easter?
Thanks
Bob
Comment