SlideShare a Scribd company logo
1 of 9
Tutorial about Create Custom Contact Form in
Magento
sql/customcontacts_setup/mysql4-install-0.1.0.php
Manually inserting a custom email template straight into the database.
This isn’t really a necessary step because you could just create one
manually by going to System > Transactional Emails. To save you a bit of
time I’ve set up a really basic one which is very similar to the standard
contact form email template.
1 | <?php
2 | $installer = $this;
3 | $installer->startSetup();
4 |
5 | $installer->run("
6 | INSERT INTO {$this->getTable('core_email_template')}
(`template_code`, `template_text`, `template_type`, `template_subject`, `template_sender_n
ame`, `template_sender_email`, `added_at`, `modified_at`) VALUES
7 | ('Custom Contact Form', 'Name: {{var data.name}}rnSubject: {{var data.subject}}rnE-
mail: {{var data.email}}rnTelephone: {{var data.telephone}}rnComment: {{var
data.comment}}', 1, 'Custom Contact Form', NULL, NULL, NOW(), NOW());
8 | ");
9 | $installer->endSetup();
etc/config.xml
When creating frontend router, specified it as ‘custom-contact’. You can change this
to something more appropriate.
1 | <routers>
2 | <customcontacts>
3 | <use>standard</use>
4 | <args>
5 | <module>Creare_Customcontacts</module>
6 | <frontName>custom-contact</frontName>
7 | </args>
8 | </customcontacts>
9 | </routers>
During the setup script, create a transactional email template, but it’s not
possible to set this as a default with your form. So, you have to set a default
form from the locale unless you want to go and create your own html form in
the locale. The following goes within the global node:
1 | <template>
2 | <email>
3 | <contacts_customemail_email_template translate="label">
4 | <label>Contacts</label>
5 | <file>contact_form.html</file>
6 | <type>text</type>
7 | </contacts_customemail_email_template>
8 | </email>
9 | </template>
Following goes within the default node. This is just the process of assigning defaults to
the new config fields.
1<default>
2 <contacts>
3 <customcontacts>
4 <enabled>1</enabled>
5 </customcontacts>
6 <customemail>
7 <recipient_email><![CDATA[hello@example.com]]></recipient_email>
8 <sender_email_identity>custom2</sender_email_identity>
9 <email_template>contacts_customemail_email_template</email_template>
10 </customemail>
11 </contacts>
12</default>
Configuration
Once uploaded you need to set the custom email template to the new form: System >
Configuration > Contacts.
If you leave the config.xml settings as default you will be able to go to
yourdomain.com/custom-contacts to view your form. It will look identical to the
normal contact form. Now you can add as many extra fields as you want to the
template file without effecting the standard contact form. It can be found in the
base/default theme at customcontacts/form.
KGN Technologies is a one-stop solution for any of your Magento ecommerce web
development requirements. Our team of expert Magento developers is well trained and
capable to develop most complex Magento websites. We can convert PSDs to pixel perfect
Magento theme including developing Responsive Magento websites, custom Magento
development, Integrating third party Systems with Magento, Payment Gateway
implementation, maintenance and support work.
Please contact us to know more about our price, examples and hiring models. We have a
good strong portfolio to share and proven offshore Magento development methodology
which can help you in reduction of development cost.
Contact details :
Email_id : info@kgntechnologies.com
Website : www.kgntechnologies.com

More Related Content

More from Sem Jacobs

Best Photoshop Plugins for Front End Developers
Best Photoshop Plugins for Front End DevelopersBest Photoshop Plugins for Front End Developers
Best Photoshop Plugins for Front End DevelopersSem Jacobs
 
Best CSS Tools for 2014
Best CSS Tools for 2014Best CSS Tools for 2014
Best CSS Tools for 2014Sem Jacobs
 
Top WordPress Responsive Personal Blog Themes for 2014
Top WordPress Responsive Personal Blog Themes for 2014Top WordPress Responsive Personal Blog Themes for 2014
Top WordPress Responsive Personal Blog Themes for 2014Sem Jacobs
 
How to utilize social media channels for content marketing
How to utilize social media channels for content marketingHow to utilize social media channels for content marketing
How to utilize social media channels for content marketingSem Jacobs
 
Excellent Wordpress Gaming Themes
Excellent Wordpress Gaming ThemesExcellent Wordpress Gaming Themes
Excellent Wordpress Gaming ThemesSem Jacobs
 
Best Collection of Parallax Scrolling Websites
Best Collection of Parallax Scrolling WebsitesBest Collection of Parallax Scrolling Websites
Best Collection of Parallax Scrolling WebsitesSem Jacobs
 
Handy List of Responsive Navigation jQuery Plugins
Handy List of Responsive Navigation jQuery PluginsHandy List of Responsive Navigation jQuery Plugins
Handy List of Responsive Navigation jQuery PluginsSem Jacobs
 
A Collection of Wordpress Grid Based Themes for Photographers
A Collection of Wordpress Grid Based Themes for PhotographersA Collection of Wordpress Grid Based Themes for Photographers
A Collection of Wordpress Grid Based Themes for PhotographersSem Jacobs
 
Wordpress Powerful Security Plugins
Wordpress Powerful Security PluginsWordpress Powerful Security Plugins
Wordpress Powerful Security PluginsSem Jacobs
 
2013 - Collection of Colorful and Trendy Social Networking Icons Sets
2013 - Collection of Colorful and Trendy Social Networking Icons Sets2013 - Collection of Colorful and Trendy Social Networking Icons Sets
2013 - Collection of Colorful and Trendy Social Networking Icons SetsSem Jacobs
 
Wordpress SEO Plugins for 2013
Wordpress SEO Plugins for 2013Wordpress SEO Plugins for 2013
Wordpress SEO Plugins for 2013Sem Jacobs
 
2013 Magento’ Popular Extensions
2013 Magento’ Popular Extensions2013 Magento’ Popular Extensions
2013 Magento’ Popular ExtensionsSem Jacobs
 
Awesome list of WordPress Bootstrap Themes for Inspiration
Awesome list of WordPress Bootstrap Themes for InspirationAwesome list of WordPress Bootstrap Themes for Inspiration
Awesome list of WordPress Bootstrap Themes for InspirationSem Jacobs
 
List of Few WordPress Mobile Themes and Plugins
List of Few WordPress Mobile Themes and PluginsList of Few WordPress Mobile Themes and Plugins
List of Few WordPress Mobile Themes and PluginsSem Jacobs
 
List of Few Responsive WordPress Portfolio Themes
List of Few Responsive WordPress Portfolio ThemesList of Few Responsive WordPress Portfolio Themes
List of Few Responsive WordPress Portfolio ThemesSem Jacobs
 
New eCommerce Themes for WordPress
New eCommerce Themes for WordPressNew eCommerce Themes for WordPress
New eCommerce Themes for WordPressSem Jacobs
 
Tools for responsive design
Tools for responsive designTools for responsive design
Tools for responsive designSem Jacobs
 
An ultimate tip to become a top Wordpress developer
An ultimate tip to become a top Wordpress developerAn ultimate tip to become a top Wordpress developer
An ultimate tip to become a top Wordpress developerSem Jacobs
 

More from Sem Jacobs (18)

Best Photoshop Plugins for Front End Developers
Best Photoshop Plugins for Front End DevelopersBest Photoshop Plugins for Front End Developers
Best Photoshop Plugins for Front End Developers
 
Best CSS Tools for 2014
Best CSS Tools for 2014Best CSS Tools for 2014
Best CSS Tools for 2014
 
Top WordPress Responsive Personal Blog Themes for 2014
Top WordPress Responsive Personal Blog Themes for 2014Top WordPress Responsive Personal Blog Themes for 2014
Top WordPress Responsive Personal Blog Themes for 2014
 
How to utilize social media channels for content marketing
How to utilize social media channels for content marketingHow to utilize social media channels for content marketing
How to utilize social media channels for content marketing
 
Excellent Wordpress Gaming Themes
Excellent Wordpress Gaming ThemesExcellent Wordpress Gaming Themes
Excellent Wordpress Gaming Themes
 
Best Collection of Parallax Scrolling Websites
Best Collection of Parallax Scrolling WebsitesBest Collection of Parallax Scrolling Websites
Best Collection of Parallax Scrolling Websites
 
Handy List of Responsive Navigation jQuery Plugins
Handy List of Responsive Navigation jQuery PluginsHandy List of Responsive Navigation jQuery Plugins
Handy List of Responsive Navigation jQuery Plugins
 
A Collection of Wordpress Grid Based Themes for Photographers
A Collection of Wordpress Grid Based Themes for PhotographersA Collection of Wordpress Grid Based Themes for Photographers
A Collection of Wordpress Grid Based Themes for Photographers
 
Wordpress Powerful Security Plugins
Wordpress Powerful Security PluginsWordpress Powerful Security Plugins
Wordpress Powerful Security Plugins
 
2013 - Collection of Colorful and Trendy Social Networking Icons Sets
2013 - Collection of Colorful and Trendy Social Networking Icons Sets2013 - Collection of Colorful and Trendy Social Networking Icons Sets
2013 - Collection of Colorful and Trendy Social Networking Icons Sets
 
Wordpress SEO Plugins for 2013
Wordpress SEO Plugins for 2013Wordpress SEO Plugins for 2013
Wordpress SEO Plugins for 2013
 
2013 Magento’ Popular Extensions
2013 Magento’ Popular Extensions2013 Magento’ Popular Extensions
2013 Magento’ Popular Extensions
 
Awesome list of WordPress Bootstrap Themes for Inspiration
Awesome list of WordPress Bootstrap Themes for InspirationAwesome list of WordPress Bootstrap Themes for Inspiration
Awesome list of WordPress Bootstrap Themes for Inspiration
 
List of Few WordPress Mobile Themes and Plugins
List of Few WordPress Mobile Themes and PluginsList of Few WordPress Mobile Themes and Plugins
List of Few WordPress Mobile Themes and Plugins
 
List of Few Responsive WordPress Portfolio Themes
List of Few Responsive WordPress Portfolio ThemesList of Few Responsive WordPress Portfolio Themes
List of Few Responsive WordPress Portfolio Themes
 
New eCommerce Themes for WordPress
New eCommerce Themes for WordPressNew eCommerce Themes for WordPress
New eCommerce Themes for WordPress
 
Tools for responsive design
Tools for responsive designTools for responsive design
Tools for responsive design
 
An ultimate tip to become a top Wordpress developer
An ultimate tip to become a top Wordpress developerAn ultimate tip to become a top Wordpress developer
An ultimate tip to become a top Wordpress developer
 

Recently uploaded

VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130Suhani Kapoor
 
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779Delhi Call girls
 
Case Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, PuneCase Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, PuneLukeKholes
 
The history of music videos a level presentation
The history of music videos a level presentationThe history of music videos a level presentation
The history of music videos a level presentationamedia6
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja Nehwal
 
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...babafaisel
 
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...Call Girls in Nagpur High Profile
 
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfChapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfParomita Roy
 
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Service
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts ServiceVVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Service
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Servicearoranaina404
 
The Art of Batik, template ppt aesthetic
The Art of Batik, template ppt aestheticThe Art of Batik, template ppt aesthetic
The Art of Batik, template ppt aestheticTiaFebriani
 
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)amitlee9823
 
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...kumaririma588
 
Editorial design Magazine design project.pdf
Editorial design Magazine design project.pdfEditorial design Magazine design project.pdf
Editorial design Magazine design project.pdftbatkhuu1
 
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...BarusRa
 
WAEC Carpentry and Joinery Past Questions
WAEC Carpentry and Joinery Past QuestionsWAEC Carpentry and Joinery Past Questions
WAEC Carpentry and Joinery Past QuestionsCharles Obaleagbon
 
Fashion trends before and after covid.pptx
Fashion trends before and after covid.pptxFashion trends before and after covid.pptx
Fashion trends before and after covid.pptxVanshNarang19
 
CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service 🧵
CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service  🧵CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service  🧵
CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service 🧵anilsa9823
 

Recently uploaded (20)

VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
 
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
 
Case Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, PuneCase Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, Pune
 
The history of music videos a level presentation
The history of music videos a level presentationThe history of music videos a level presentation
The history of music videos a level presentation
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
 
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
 
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
 
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfChapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
 
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Service
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts ServiceVVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Service
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Service
 
The Art of Batik, template ppt aesthetic
The Art of Batik, template ppt aestheticThe Art of Batik, template ppt aesthetic
The Art of Batik, template ppt aesthetic
 
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance VVIP 🍎 SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SER...Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance VVIP 🍎 SER...
 
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 
B. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdfB. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdf
 
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
 
Editorial design Magazine design project.pdf
Editorial design Magazine design project.pdfEditorial design Magazine design project.pdf
Editorial design Magazine design project.pdf
 
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
 
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
 
WAEC Carpentry and Joinery Past Questions
WAEC Carpentry and Joinery Past QuestionsWAEC Carpentry and Joinery Past Questions
WAEC Carpentry and Joinery Past Questions
 
Fashion trends before and after covid.pptx
Fashion trends before and after covid.pptxFashion trends before and after covid.pptx
Fashion trends before and after covid.pptx
 
CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service 🧵
CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service  🧵CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service  🧵
CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service 🧵
 

Tutorial about create custom contact form in magento

  • 1. Tutorial about Create Custom Contact Form in Magento
  • 2. sql/customcontacts_setup/mysql4-install-0.1.0.php Manually inserting a custom email template straight into the database. This isn’t really a necessary step because you could just create one manually by going to System > Transactional Emails. To save you a bit of time I’ve set up a really basic one which is very similar to the standard contact form email template.
  • 3. 1 | <?php 2 | $installer = $this; 3 | $installer->startSetup(); 4 | 5 | $installer->run(" 6 | INSERT INTO {$this->getTable('core_email_template')} (`template_code`, `template_text`, `template_type`, `template_subject`, `template_sender_n ame`, `template_sender_email`, `added_at`, `modified_at`) VALUES 7 | ('Custom Contact Form', 'Name: {{var data.name}}rnSubject: {{var data.subject}}rnE- mail: {{var data.email}}rnTelephone: {{var data.telephone}}rnComment: {{var data.comment}}', 1, 'Custom Contact Form', NULL, NULL, NOW(), NOW()); 8 | "); 9 | $installer->endSetup();
  • 4. etc/config.xml When creating frontend router, specified it as ‘custom-contact’. You can change this to something more appropriate. 1 | <routers> 2 | <customcontacts> 3 | <use>standard</use> 4 | <args> 5 | <module>Creare_Customcontacts</module> 6 | <frontName>custom-contact</frontName> 7 | </args> 8 | </customcontacts> 9 | </routers>
  • 5. During the setup script, create a transactional email template, but it’s not possible to set this as a default with your form. So, you have to set a default form from the locale unless you want to go and create your own html form in the locale. The following goes within the global node: 1 | <template> 2 | <email> 3 | <contacts_customemail_email_template translate="label"> 4 | <label>Contacts</label> 5 | <file>contact_form.html</file> 6 | <type>text</type> 7 | </contacts_customemail_email_template> 8 | </email> 9 | </template>
  • 6. Following goes within the default node. This is just the process of assigning defaults to the new config fields. 1<default> 2 <contacts> 3 <customcontacts> 4 <enabled>1</enabled> 5 </customcontacts> 6 <customemail> 7 <recipient_email><![CDATA[hello@example.com]]></recipient_email> 8 <sender_email_identity>custom2</sender_email_identity> 9 <email_template>contacts_customemail_email_template</email_template> 10 </customemail> 11 </contacts> 12</default>
  • 7. Configuration Once uploaded you need to set the custom email template to the new form: System > Configuration > Contacts.
  • 8. If you leave the config.xml settings as default you will be able to go to yourdomain.com/custom-contacts to view your form. It will look identical to the normal contact form. Now you can add as many extra fields as you want to the template file without effecting the standard contact form. It can be found in the base/default theme at customcontacts/form.
  • 9. KGN Technologies is a one-stop solution for any of your Magento ecommerce web development requirements. Our team of expert Magento developers is well trained and capable to develop most complex Magento websites. We can convert PSDs to pixel perfect Magento theme including developing Responsive Magento websites, custom Magento development, Integrating third party Systems with Magento, Payment Gateway implementation, maintenance and support work. Please contact us to know more about our price, examples and hiring models. We have a good strong portfolio to share and proven offshore Magento development methodology which can help you in reduction of development cost. Contact details : Email_id : info@kgntechnologies.com Website : www.kgntechnologies.com