Skip to content

Ceicom/Ceicom_UploadCustAttribute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Ceicom_UploadCustAttribute

============================

Description

Add attribute for sending files customer register

Installation

Send the 'app' folder to the root of the magento installation

After installation

Add the input file to the registration files

Code

<li id="uploadcustomer">
    <label for="upload_customer" class="required"><em>*</em><?php echo $this->__('File Upload') ?></label>
    <div class="input-box">
            <input type="file" name="upload_customer" id="upload_customer" title="<?php echo $this->__('File Upload') ?>" class="required-entry input-text" />
    </div>
</li>

Authors

License

This project is licensed Open Software - see the Open Software License (OSL 3.0) link for details

Releases

No releases published

Packages

No packages published