Archive: field

 

Posts Tagged ‘field’


by loeffel (Posted Mon, 30 Jan 2012 15:09:44 GMT)Hello I am looking for a way to add the dob field to customer checkout for specific products. I have already managed to do this – however I am facing some issues – here is my current setup: 1. Date of Birth was set to “optional” via [...]



 

Is there a field in the Magento database which holds the date for when an order is shipped? The only date fields I’ve come across are created_at and updated_at but i don’t think that’s what i need. Thanks for any help. Is there a field in the Magento database which holds the date for when [...]



 

In the latest Magento 1.6.1 Product Custom Options, I’ve added a text field to get text from the customer. The product collects the text fine and even allows a customer to view the text entered on the “my account / orders page”. The problem is that the text is not visible on the order itself [...]



 

I have added an extra field in the admin_role table in magento called limit_products. I have also added an extra field into the magento backend, and using the admin_permissions_role_prepare_save event I set this field to either 1 or 0, using the function below. However, it doesn’t seem to want to save this field at all. [...]



 

I know this might have been probably asked before but through out the net I dint get a single proper working post to my problem. Hence thought of asking it myself. I would like to create a custom field “Company” for my Customer’s Account and Edit page. I would also like to see this field [...]



 

I have created a new field call childname which is a requierd field on an account registration form. I have: Added the form into the register.phtml ok and it displays on the form. put this code into /local/Mage/Customer/etc/config.xml <childname> <create>1</create> <update>1</update> </childname> Added this to /local/Mage/Customer/Model/Resource/Setup.php ‘childname’ => array( ‘type’ => ‘varchar’, ‘label’ => ‘Please [...]



 

Исправление работы Field Mapping для профилей Magento DataFlow: http://t.co/onKDrA11 Исправление работы Field Mapping для профилей Magento DataFlow: http://t.co/onKDrA11 Possibly Related Posts: @avicentec Yo también uso VirtueMart y va genial pero para tiendas grandes profesionales con tráfico es mejor #Magento (en mi opinión) @gordongekkko cada mochuelo a su olivo ;) web+blog=wordpres, web+ecommerce=magento o prestashop New Look [...]



 

Use dropdowns to guide customers to your products. Each dropdown field corresponds to a category level, and selecting one field automatically populates the next. Great for accessory products and other stores with large category structures.  Features – Use any number of dropdown fields / category levels- Select one field, and the next field will be [...]



 

i am trying to validate a input field for email add of a specific domain and clearing the contents of the field when the condition is not met. But the input field is not cleared using the ‘onblur’ event. Here is my code : <input type=”text” name=”email” onBlur=”checkForm();” onSubmit=”checkForm()”id=”email_address” value=”<?php echo $this->htmlEscape($this->getFormData()->getEmail()) ?>” title=”<?php echo [...]



 

How can i add a class field to each custom option in magento. For example i create a field call Color: and have options red, blue, yello, green and i need a each option to have a field that allow me to input class to this option. How can i add a class field to [...]