Version Notes
Initial version
Download this release
Release Info
Developer | Mukesh Chapagain |
Extension | Chapagain_AssociatedProductPriceInCart |
Version | 0.1.1 |
Comparing to | |
See all releases |
Code changes from version 0.1.0 to 0.1.1
app/code/community/Chapagain/AssociatedProductPriceInCart/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Chapagain_AssociatedProductPriceInCart>
|
5 |
-
<version>0.1.
|
6 |
</Chapagain_AssociatedProductPriceInCart>
|
7 |
</modules>
|
8 |
<frontend>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Chapagain_AssociatedProductPriceInCart>
|
5 |
+
<version>0.1.1</version>
|
6 |
</Chapagain_AssociatedProductPriceInCart>
|
7 |
</modules>
|
8 |
<frontend>
|
package.xml
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
-
<package><name>Chapagain_AssociatedProductPriceInCart</name><version>0.1.
|
3 |
|
4 |
No extra configuration settings is to be made. Just install the module in your Magento shop and the module will work on the fly.
|
5 |
|
6 |
Please note:
|
7 |
|
8 |
- You need to refresh cache after installing the module (System -> Cache Management)
|
9 |
-
- You need to disable compilation if it is enabled (System -> Tools -> Compilation)</description><notes>Initial version</notes><authors><author><name>Mukesh Chapagain</name><user>chapagain</user><email>mukesh.chapagain@gmail.com</email></author></authors><date>2017-
|
1 |
<?xml version="1.0"?>
|
2 |
+
<package><name>Chapagain_AssociatedProductPriceInCart</name><version>0.1.1</version><stability>stable</stability><license>OSL v3.0</license><channel>community</channel><extends></extends><summary>An extension to use the associated product's price in shopping cart instead of the configurable product's price.</summary><description>This extension updates the configurable product's price to that of its associated product price when the configurable product is added to cart. So, the updated price (i.e. price of the associated product) is seen in the shopping cart.
|
3 |
|
4 |
No extra configuration settings is to be made. Just install the module in your Magento shop and the module will work on the fly.
|
5 |
|
6 |
Please note:
|
7 |
|
8 |
- You need to refresh cache after installing the module (System -> Cache Management)
|
9 |
+
- You need to disable compilation if it is enabled (System -> Tools -> Compilation)</description><notes>Initial version</notes><authors><author><name>Mukesh Chapagain</name><user>chapagain</user><email>mukesh.chapagain@gmail.com</email></author></authors><date>2017-03-10</date><time>0:07:33</time><compatible></compatible><dependencies><required><php><min>5.2.0</min><max>8.0.0</max></php></required></dependencies><contents><target name="mage"><dir name="app"><dir name="etc"><dir name="modules"><file name="Chapagain_AssociatedProductPriceInCart.xml" hash="5fd4266614d3e3b77ac1156d5a8c4122"/></dir></dir><dir name="code"><dir name="community"><dir name="Chapagain"><dir name="AssociatedProductPriceInCart"><dir name="Model"><file name="Observer.php" hash="2905abdcb7580594571f012a8d3c9fa7"/></dir><dir name="etc"><file name="config.xml" hash="12205f0be5205570fc9740f0012660b5"/></dir></dir></dir></dir></dir></dir></target></contents></package>
|