Skip to content

Magento extension which changes the way Magento calculates tier prices of configurable products. You can now add different variants of a configurable product to the cart and you will get the tier price for the total quantity of all variants in the cart.

Notifications You must be signed in to change notification settings

vinai-drive-by-commits/Spranks_ConfigurableTierPrices

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spranks_ConfigurableTierPrices Extension

This extension changes the way Magento calculates tier prices of configurable products. You can now add different variants of a configurable product to the cart and you will get the tier price for the total quantity of all variants in the cart.

Facts

Description

This Magento module changes the way Magento calculates tier prices of configurable products. You can now add different variants of a configurable product to the cart and you will get the tier price for the total quantity of all variants in the cart.
Example: There is a configurable product "football" and there are two corresponding variants "white" and "orange". The price for each football is 20 EUR. If you buy five or more, you only have to pay 18 EUR each. Now you add three white and two orange footballs to your cart. What would you expect? You would like to have the footballs for 18 EUR each, right? Not with Magento. Unfortunately, Magento will charge you 20 EUR each. Fortunately, you can install the module Spranks_ConfigurableTierPrices and 18 EUR will be charged as expected.

Requirements

  • PHP >= 5.2.0
  • Mage_Catalog
  • Mage_Core
  • Mage_Sales

Compatibility

  • Magento >= 1.4

Installation Instructions

  1. If you have installed Spranks_ConfigurableTierPrices before, please delete the following files and folders from your Magento root before you install this extension:
  • app/etc/modules/Spranks_ConfigurableTierPrices.xml
  • app/code/local/Spranks/ConfigurableTierPrices
  1. Install the extension via Magento Connect with the key shown above or copy all the files into your document root.
  2. Clear the cache.

Uninstallation

  1. Remove all extension files from your Magento installation or uninstall the extension via Magento Connect.

Support

If you have any issues with this extension, open an issue on GitHub.

Contribution

Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.

Developer

Simon Sprankel
http://www.simonsprankel.com
@SimonSprankel

Licence

OSL - Open Software Licence 3.0

Copyright

(c) 2012-2014 Simon Sprankel

About

Magento extension which changes the way Magento calculates tier prices of configurable products. You can now add different variants of a configurable product to the cart and you will get the tier price for the total quantity of all variants in the cart.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%