Archive for the ‘Php Development’ Category

Deltavista Credit Check integration with Magento

Wednesday, April 1st, 2009

By Trupti,

Magento team at OffshoreSoftwareDevelopmentIndia.com has developed an extension for Deltavista Credit Check integration with Magento. Credit check is used in bank and leasing companies and generally where a differentiated assessment of end customers is desirables and high value goods are being offered on account as standard. It supports both the immediate decision making process at the point of sale and back office analysis for both individuals as well as companies.

About Deltavista Credit Check:

There was no efficient way to update and complete existing and new customer data with payment history and address details. Deltavista is founded in order to address these market needs. With the leading address and credit rating databases in the German-speaking world and thousands of customers in Austria, Switzerland and Germany, Deltavista has become the market leader over a short period of time thanks to its close proximity to customers and its added-value innovations. B2C/B2B decision products based on the score development service is available in all countries.

Deltavista offers following wide range of services,

* Deltavista’s comprehensive and integrated person and company database

* The outstanding search and match functionality of the proprietary Deltavista software

* The scoring expertise of Informa Unternehmensberatung GmbH

* 7*24 system operation and quick response times

Please visit www.deltavista.com for more details.

About Magento:

Magento is a new professional open-source eCommerce solution offering unprecedented flexibility and control. You can Control every facet of your store, from merchandising to promotions and more. Due to its rich functionality, Magento is widely used for the ecommerce websites. There is no credit check functionality in Magento ecommence.

About Deltavista credit check extension for Magento:

Magento team at OffshoreSoftwareDevelopmentIndia.com has developed Magento module which integrates the Deltavista credit check. Deltavista credit check has been performed for individual or for company who purchases the product in Magento.

In the Magento admin section QuickCheckShort, CreditCheckShort, QuickCheckCompany, CreditCheckCompany settings have been provided.

Admin can set the different payment methods based on the results of decision given by Deltavista credit check.

Red, Green and Yellow are the decision responses from the Deltavista. Based on the credit check response of the customer, admin can enable /disable different payment methods for each decision.

This module helps shop owner to decide which payment method to display for each customer. Such the fraud ration of the order can be minimized. For example If customer’s credit rating is good then admin can offer them to buy products via Cheque / Cash on delivery. For the customers with bad credit ratings this payment method can be disabled.

This modules helps both customers and shop owners. Shop owners knows the customer credit ratings decision, which helps him set appropriate payment methods to prevent any fraud order attempts. Customers with good credit ratings benefited with better payment options. Win Win situation from both end.

Magento Payment Gateway Solutions:

(1) CIB bank, Hungary
(2) TIS
(3) OTP bank Hungary
(4) iVeri
(5) Paymentec
(6) Safepay
(7) DIBS
(8) Secpay
(9) Secpay 3D secure
(10) DirectPay
(11) Cardinal Shared
(12) Cardinal Direct
(13) Cardinal 3D secure
(14) Etilize

Free Magento Themes:

(1) Magento Theme Ocean Blue
(2) Magento Theme Off-white
(3) Magento Theme Furniture
(4) Magento Theme Electronics
(5) Magento Theme Apparel
(6) Magento Theme Black
(7) Magento Theme Flower

For more information please drop an email at info@offshoresoftwaredevelopmentindia.com.

Magento DirecPay Indian Payment Gateway Extension

Thursday, March 19th, 2009

Magento team at offshore software development india has developed DirecPay payment gateway module for the Magento. There was no DirecPay Payment module with the standard Magento solution. As on the requirement from one of the Indian clients, DirecPay payment module integration is successfully delivered for the latest version of Magento.

About DirecPay?

DirecPay is a unique payment gateway service in the burgeoning e-commerce space of India. It offers merchants with cost effective solutions, wide range of payment acceptance modes and secure technology platforms. Payments accepted via Credit Cards, Debit Cards and Net-Banking

DirecPay provides a secured data environment while retaining the appearance and quality of your existing online presence.

DirecPay offers Indian merchants a unique platform to cost effectively enter the digital economy. Thus enabling merchants to be open for business to ANYONE, ANYWHERE, ANYTIME!

DirecPay is one of those innovations that help your business benefit from the wave of today’s modern technological marvels or in other words, it is a gateway to profit!
For more details please visit http://www.direcpay.com/.

About Magento:

Magento is a new professional open-source eCommerce solution offering unprecedented flexibility and control. You can Control every facet of your store, from merchandising to promotions and more. Due to its rich functionality, Magento is widely used for the ecommerce websites. There is no standard payment integration feature for the DirecPay in Magento ecommence.

About DirecPay payment gateway module for Magento:

Magento developers at offshore software development India has good experience on Magento customization, Theme design and Module development. Magento team at offshore software development india has developed Directpay payment gateway integration module for the Magento. This module has configurable backend administration options, which simply reflects to front side store. Card processes/Bank payment at Directpay, and necessary validations implemented for confirmation/rejection of the order.

Magento Payment Gateway Solutions by Offshore Software Development India

(1) iVeri
(2) Paymentec
(3) Safepay
(4) DIBS
(5) Secpay
(6) Secpay 3D secure
(7) DirectPay
(8) Cardinal Shared
(9) Cardinal Direct
(10) Cardinal 3D secure
(11) Etilize

Free Magento Themes by Offshore Software Development India

(1) Magento Theme Ocean Blue
(2) Magento Theme Off-white
(3) Magento Theme Furniture
(4) Magento Theme Electronics
(5) Magento Theme Apparel
(6) Magento Theme Black
(7) Magento Theme Flower

Magento, Display order summary on one page checkout

Monday, December 22nd, 2008

By Krina,

How to displaying order summary on one page checkout?

Order Summary on one page Checkout

For displaying order summery on one page checkout we require some xml file changes.

1. Open checkout.xml which is place on below path:
checkout.xml path: magento/app/design/frontend/your theme package/your theme/layout

2. Find “<checkout_onepage_index>” tag.

3. Find “<block type=”checkout/onepage” name=”checkout.onepage” template=”checkout/onepage.phtml”>” line between
<checkout_onepage_index> … </checkout_onepage_index>

4. Add below code after this line.

<block type=”checkout/onepage_review_info” name=”order.review” as=”orderReview” template=”checkout/onepage/review/info.phtml”>
<action method=”addItemRender”><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
<action method=”addItemRender”><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/onepage/review/item.phtml</template></action>
<action method=”addItemRender”><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/onepage/review/item.phtml</template></action>
<block type=”checkout/cart_totals” name=”checkout.onepage.review.info.totals” as=”totals” template=”checkout/onepage/review/totals.phtml”/>
</block>

5. Now for getting order summary at billing information step find below line in checkout.xml:

<block type=”checkout/onepage_billing” name=”checkout.onepage.billing” as=”billing” template=”checkout/onepage/billing.phtml”/>
and replace that line
<block type=”checkout/onepage_billing” name=”checkout.onepage.billing” as=”billing” template=”checkout/onepage/billing.phtml”>
<action method=”insert”><block>order.review</block></action>
</block>

It requires one .phtml file change. For that open billing.phtml which is placed at below path.

billing.phtml path: magento/app/design/frontend/your theme package/your theme/template/checkout/onepage/billing.phtml

Add below line that calls review block.
<?php echo $this->getChildHtml(‘order.review’, true, true);?>

6. Now for getting order summary at shipping information step find below line in checkout.xml:
<block type=”checkout/onepage_shipping” name=”checkout.onepage.shipping” as=”shipping” template=”checkout/onepage/shipping.phtml”/>

And replace that line

<block type=”checkout/onepage_shipping” name=”checkout.onepage.shipping” as=”shipping” template=”checkout/onepage/shipping.phtml”>
<action method=”insert”><block>order.review</block></action>
</block>
It requires one .phtml file change. For that open shipping.phtml which is placed at below path.

billing.phtml path: magento/app/design/frontend/your theme package/your theme/template/checkout/onepage/shipping.phtml

Add below line that calls review block.
<?php echo $this->getChildHtml(‘order.review’, true, true);?>

7. Now for getting order summary at shipping method step find below line in checkout.xml:

<block type=”checkout/onepage_shipping_method” name=”checkout.onepage.shipping_method” as=”shipping_method” template=”checkout/onepage/shipping_method.phtml”>

And add below line after it.

<action method=”insert”><block>order.review</block></action>

Open shipping_method.phtml which is placed at below path.

Shipping_method.phtml path: magento/app/design/frontend/your theme package/your theme/template/checkout/onepage/shipping_method.phtml

Add below line that calls review block.
<?php echo $this->getChildHtml(‘order.review’, true, true);?>

8. Getting order summary at payment method step find below line in checkout.xml:

<block type=”checkout/onepage_payment” name=”checkout.onepage.payment” as=”payment” template=”checkout/onepage/payment.phtml”>

And add below line after it.

<action method=”insert”><block>order.review</block></action>

Open payment.phtml which is placed at below path.

payment.phtml path: magento/app/design/frontend/your theme package/your theme/template/checkout/onepage/payment.phtml

Add below line that calls review block.
<?php echo $this->getChildHtml(‘order.review’, true, true);?>

Iveri Payment Gateway Module for Magento

Friday, August 15th, 2008

Magento team at offshore software development india has developed Iveri payment gateway module for the Magento. There was no Iveri Payment module with the standard Magento solution. As on the requirement from one of the South African client, Iveri payment module integration is successfully delivered.

About Iveri:

Iveri is South African based company. Iveri provides the electronic card processing services to ecommerce solutions. Iveri is widely used electronic card procession solution is South Africa. There is no standard payment integration feature for the Iveri in Magento ecommence.

About Magento:

Magento is a new professional open-source eCommerce solution offering unprecedented flexibility and control. You can Control every facet of your store, from merchandising to promotions and more. Due to its rich functionality, Magento is widely used for the ecommerce websites. There is no standard payment integration feature for the Iveri in Magento ecommence.

About Iveri payment gateway module for Magento:

Magento developers at offshore software development India has good experience on Magento customization, Theme design and Module development. Magento team at offshore software development india has developed Iveri payment gateway integration module for the Magento. This module has configurable backend administration options, which simply reflects to front side store. Card processes at Iveri, and necessary validations implemented for confirmation/rejection of the order.

About Offshore Software Development India:

OSDI offering a wide range of skills in IT Services, Mainly focusing in Business Process Outsourcing (BPO), Software Development, IT Consultancy, Web Designing / Web Development, Offshore Outsourcing, Multimedia, Customized Software Applications and Search Engine Optimization (SEO).

OSDI offers following services

  • Zend framework based development.
  • Joomla Customization
  • Drupal Development
  • SugarCRM solutions
  • Theme/Template/Layouts for the Magento/Joomla/Drupal/SugarCRM
  • MOSS2007/ Microsoft Project Server 2007 Customization.
  • Hire dedicated team, Designer and Developer.

Magento custom modules and theme by OSDI team.

Tuesday, July 15th, 2008

In the period of June-July, Offshore software development India has delivered Magento customization to their UK, USA, Canadian clients. Following are the customized solutions for the Magento to different clients.

* Magento custom design templates and themes

* Magento themes from PSD/JPEG/Any Site

* Magento module development

* Payment module solutions

* Cart module solutions

* Migrate OSCommerce site to Magento

* Migrating Data to Magento Site

* Magento setup hosting

* Creating multiple online storefronts and store websites

Magento Development team at offshore software development India has expertise to deliver Magento Customized solution in 15 working days for an average project. Magento developers at offshore software development India has good experience on Magento customization and development based on the Zend framework. Zend framework is core framework used by Magento. All the application development at Offshore software development India are based on Zend framework.

Please find more details at Magento development page on http://www.offshoresoftwaredevelopmentindia.com/.

Please contact info@offshoresoftwaredevelopmentindia.com for the inquiry of logo design, flash website design, theme design, and website development using Joomla, Drupal, Magento, Wordpress and development based on Zend framework.

About Magento Commerce:

Magento is a new professional open-source eCommerce solution offering unprecedented flexibility and control. With Magento, never feel trapped in your eCommerce solution again. You can Control every facet of your store, from merchandising to promotions and more. There are no limits to creativity with Magento.

Please visit http://www.magentocommerce.com/ for more details.

Object Oriented Programming (OOP) without classes!!!

Wednesday, June 4th, 2008

As all the OOP languages use CLASS or similar data structures for Object Oriented Programming, we have considered that without a “CLASS”, OOP is not possible.

Object oriented programming (OOP) is quickly taking place over the traditional procedure oriented programming (POP). Programming languages like C# and Java are successful because of OOPs Power.

After gone through the code of “Drupal” – One of the most popular open sources content management system and framework built with PHP language, summary is – Drupal doesn’t use a single Class in its code base. Whole Drupal code base is based on just functions. As PHP, with which programming language Drupal itself is built, is also implementing many powerful OPP features, but Drupal is not using these features.

Actually, the OOP concept is not based on uses of data structures like CLASS. It is based on the fundamentals of features like Objects, Abstraction, Encapsulation, Polymorphism, Inheritance etc. If these fundamental features are included in programming then it can be considered in OOP.

There is no keyword ‘class’ in Drupal code. Drupal is as non-OOP as many programmers do. But that is not true. Drupal doesn’t contain any class like data structure, still it is still Object Oriented.

Drupal covers all these features without classes. Power of Drupal is hardly depends on this programming structure only. The way, how the hook system has been implemented in Drupal would never been possible with the use of Classes.

See more details about how Drupal implements Object Oriented Programming (OOP) without using Classes, visit: http://api.drupal.org

Zend Framework – PHP 5.2 and PostgreSQL 8.2

Wednesday, March 26th, 2008

Offshore software development India has successfully delivered project based on Zend framework. The ECF portal for the UK is based on Zend framework using PHP 5.2 and PostgreSQL 8.2. This is back to back successful implementation of another framework after Symfony framework in PHP and share point server site definition in .net. The ECF portal is going to live by end of March, 2008. The best part of the project is the enhancement of the core Zend framework 1.0.3. Layouts and LDAP modules are extended from 1.0 .3 which are now available in version 1.5. The image “http://www.offshoresoftwaredevelopmentindia.com/templates/Offshore_Software/images/Zend_Framework_Logo.jpg” cannot be displayed, because it contains errors.

The team at Offshore Software Development India has developed such expertise that made them possible to deliver portal based on different framework like Zend, Symfony and open sources like Drupal, Joomla, SugarCRM, Magento.

The friendly approach of OSDI to the clients and different technologies helps them to translate their IT strategies into clients’ business advantages.

Please contact info@offshoresoftwaredevelopmentindia.com for the inquiry and development using Zend framework or any other open source.

About Zend framework:

Extending the art & spirit of PHP, Zend Framework is based on simplicity, object-oriented best practices, corporate friendly licensing, and a rigorously tested agile codebase. Zend Framework is focused on building more secure, reliable, and modern Web 2.0 applications & web services, and consuming widely available APIs from leading vendors like Google, Amazon, Yahoo!, Flickr, as well as API providers and cataloguers like StrikeIron and ProgrammableWeb.

  • An extensible and well-tested code base – easy to augment
  • A flexible architecture – not locked-in to a rigid application structure
  • No configuration files necessary to get up and running – or when maintaining and deploying your apps

Drupal, Joomla, CRELoaded Oscommerce, Wordpress

Wednesday, September 12th, 2007

It corporate and professional Themes Development or all the versions of Drupal and for other open source solutions

An enhanced experience of the drupal development leads offshore software development India to develop themes which are compatible for different versions of drupal solutions. Offshore software development India’s expertise of CMS development and b2b/b2c portal development helps in developing drupal themes to give elegant design and portal look.

Designers and developers at offshore software development India have used their expertise of designing and programming to create drupal theme giving it corporate and professional look.

System analyst and research developers’ teams of offshore software development India has aimed to take current open source solutions like Drupal, Joomla, CRELoaded Oscommerce, Wordpress, PhpBB, Zend cart to the next generation application. Also php team works on these solutions to make them compatible with databases like MySql and PostgreSql. Main endeavour is to develop such portal which is content management system including ecommerce and accounting solution.

Countries like USA, Canada, UK, Germany, France, Australia, South Africa and region like Middle East, Europe, Dubai has major requirements of these solutions. Offshore software development India is team of excels and experienced developers and programmers in the area of web development, web site designing, php development, .net development to fulfil and satisfy these requirements.

More Information

PHP MySQL Programming, PGSQL Developer

Thursday, March 1st, 2007

We offer service like PHP Development India, PHP MySQL Programming India, Outsourcing PHP Software Development India, Offshore PHP Application Development India PGSQL Developer India provides PHP Discussion Board, PHP Forum, PHP Accounting Solution, PHP E-shopping Cart Store By PHP Development Company India, PHP MySQL Programmers India, Dedicated PHP Programmers India, PHP Development Company India – Offshore Software Development India.

Many of our custom designed web site solutions and applications are developed by using PHP. If your goal is to develop high quality php and MySQL/ PostgreSQL based web applications in a cost effective way with quality work – your search could be over

Our Web team of highly skilled professionals with many years of programming experience. The result is prompt and reliable performance. We have developed enterprise solutions like e-Commerce, Online Accounting Software, Community tools like Web Portal which has the features like Chat, Bulletin Board, Web mail, Web Calendar and Discussion forum based on PHP and MySQL / PostgreSQL technology framework.

We also offer an offshore development facility as well as Offshore Staffing solutions for international clients for PHP, MYSQL related development as our zend certified php programmers and other web developer team has more than 5 years vertical experience in PHP, MySQL, PostgreSQL programming.

More Information

  • QUICK QUOTE

     

    cforms contact form by delicious:days

  • CLIENT SPEAKS

    The team at Maven Infosoft has been simply awesome, they provide a great service and are easy to communicate remotely with and have a quick response time.


Country
State / County
City