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.

xiaoguizhidao/Spranks_ConfigurableTierPrices

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spranks_ConfigurableTierPrices Extension

Build Status

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.

This extension is free of charge. However, since the development and support takes some time, I kindly ask you to donate:

PayPal Donate Button

I would also be very thankful if you could leave a review on Magento Connect.

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.7
  • Magento < 1.7: If you still use Magento < 1.7, which is not recommended at all, use version 1.0.1.

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.

FAQ

  1. I installed the extension, but it does not work - can you help me?
    Please check the following:
  • Do you use the latest version of the extension? If so, make sure you also use Magento >= 1.7.
  • Do you use Magento < 1.7? Then make sure to use version 1.0.1 of this extension.
  • Do you really use configurable products? This extension only works with configurable products. It does not work if you use e.g. simple products with custom options.
  • Make sure that the extension is not deactivated completely, for a specific category or for a specific product. You can check that under System - Configuration - Spranks Configurable Tier Prices - General Settings or in the product respecively.
  • Make sure that your tier prices are lower than the normal prices. That is the way they are supposed to be used.

Uninstallation

  1. Remove all extension files from your Magento installation or uninstall the extension via Magento Connect.
  2. Run the following SQL query after removing the extension files:
DELETE FROM `eav_attribute` WHERE attribute_code = 'configtierprices_disabled';
DELETE FROM `core_resource` WHERE code = 'spranks_configurabletierprices_setup';

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-2015 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%