Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 776 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 776 Bytes

Magento-CeicomImprove

This is a simple module that improve some Magento functions and adds others.

Controllers

These are the controller routes available so far (view the classes for details):

GET => ceicom_improve_customer/customer/checkExistingCustomerByEmail/email/[email protected]

Helpers

These are the helpers available so far (view the classes for details):

Mage::helper('ceicom_improve/catalog_product_price')

  • calculateInstallmentValue: calculate an installment
  • calculateInstallments: returns an array with installments

Mage::helper('ceicom_improve/bundle_catalog_product_bundle')

  • getAddToCartUrl: get a url to add a bundle direct to the cart with its default options

Observers

Sales

  • adds price to bundled items added at the cart