17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 735 Views |
-
Form Fields

18 August 2008 at 4:28am
Hi
I need to add a field to a product order form which editable by the user. To add extra detail about the product being bought. ie what colour is wanted.
Not quite sure how to adapt this and where to put it
class MyCustomRole extends DataObjectDecorator {
function augmentEcommerceFields(&$fields) {
// Returning users shouldn't be shown phone / email fields
if($this-owner->ID) {
$fields->removeByName('HomePhone');
$fields->removeByName('MobilePhone');
$fields->removeByName('Email');
}}
}
Thanks in advance
| 735 Views | ||
|
Page:
1
|
Go to Top |

