syammohanmp / CartMart

Cart Mart will convert your Magento Store to Multivendor Marketplace, which will have a separate vendor / seller section for their Products.
Open Software License 3.0
39 stars 44 forks source link

add custome fields to registration form #1

Closed myselfgaurav closed 10 years ago

myselfgaurav commented 10 years ago

hi i want to add custome field to resgitration form where have i to do changes

syammohanmp commented 10 years ago

Currently there is no option to add custom fields via Admin Dashboard. Please refer the below in order to add your own fields

Template: marketplace/vendor/register.phtml

Controller Action: marketplace/vendor/save

Database Table: medma_marketplace_profile

myselfgaurav commented 10 years ago

where can is find Controller Action: marketplace/vendor/save

is that VendorController.php