Posts Tagged ‘Magento Custom Extension’

Magento Module – Import Configurable Products through CSV files.

Tuesday, May 19th, 2009

By Ashish.

Magento Module – Enhanced Product insertion

Magento team at offshore software development india has developed Enhanced Product insertion module for the Magento.

Configurable Products import through CSV files.

This new enhanced module provides Configurable Products import through CSV files.

Initial installation of Magento doesn’t provide the product insertion for Configurable products, Group products, Related products, Up-sell products, Cross-sell products and Tier prices.

With this module/extension, user can Import Configurable Products through CSV file.

The Enhance Product Insertion module can achive following functinalities.

1. Magento – Import Configurable Products through CSV files.
2. Magento – Import Grouped Products through CSV files.
3. Magento – Import Tier Prices through CSV files.
4. Magento – Import Related Products through CSV files.
5. Magento – Import Up-sell Products through CSV files.
6. Magento – Import Cross-sell Products through CSV files.

Please email at info@offshoresoftwaredevelopmentindia.com for any further information.

Magento Module – Import Related Products through CSV files.

Friday, May 1st, 2009

By Ashish.

Magento Module – Enhanced Product insertion

Magento team at offshore software development india has developed Enhanced Product insertion module for the Magento.

Import Related Prodcuts through CSV files.

This new enhanced module provides product Tier Prices import through CSV files.

Initial installation of Magento doesn’t provide the product insertion for Configurable products, Group products, Related products, Up-sell products, Cross-sell products and Tier prices.

With this module/extension, user can Import Configurable Products through CSV file.

The Enhance Product Insertion module can achive following functinalities.

1. Magento – Import Configurable Products through CSV files.
2. Magento – Import Grouped Products through CSV files.
3. Magento – Import Tier Prices through CSV files.
4. Magento – Import Related Products through CSV files.
5. Magento – Import Up-sell Products through CSV files.
6. Magento – Import Cross-sell Products through CSV files.

Please email at info@offshoresoftwaredevelopmentindia.com for any further information.

Magento Module – Import Grouped Products through CSV files.

Friday, May 1st, 2009

By Ashish.

Magento Module – Enhanced Product insertion

Magento team at offshore software development india has developed Enhanced Product insertion module for the Magento.

Grouped Products import through CSV files.

This new enhanced module provides Grouped Products import through CSV files.

Initial installation of Magento doesn’t provide the product insertion for Configurable products, Group products, Related products, Up-sell products, Cross-sell products and Tier prices.

With this module/extension, user can Import Configurable Products through CSV file.

The Enhance Product Insertion module can achive following functinalities.

1. Magento – Import Configurable Products through CSV files.
2. Magento – Import Grouped Products through CSV files.
3. Magento – Import Tier Prices through CSV files.
4. Magento – Import Related Products through CSV files.
5. Magento – Import Up-sell Products through CSV files.
6. Magento – Import Cross-sell Products through CSV files.

Please email at info@offshoresoftwaredevelopmentindia.com for any further information.

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, 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.
  • 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