Version Notes
- Display Reward Points in
* Product page
* Checkout page
* Order Success Page
- Configure
* points multiple for dollars purchased
* location of Rewards Tab on site pages
- Earn Reward Points at www.punchtab.com (reported when order completes successfully)
Download this release
Release Info
Developer | Magento Core Team |
Extension | punchtabpoints |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
app/code/community/PunchTab/Points/etc/config.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<config>
|
4 |
<modules>
|
5 |
<PunchTab_Points>
|
6 |
-
<version>0.0
|
7 |
</PunchTab_Points>
|
8 |
</modules>
|
9 |
|
3 |
<config>
|
4 |
<modules>
|
5 |
<PunchTab_Points>
|
6 |
+
<version>1.0.0</version>
|
7 |
</PunchTab_Points>
|
8 |
</modules>
|
9 |
|
app/design/frontend/default/default/layout/points.xml
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<layout version="0.0.1">
|
3 |
+
|
4 |
+
<default>
|
5 |
+
<block type="points/points" name="points" />
|
6 |
+
<block type="points/multishipping_points" name="multishipping_points" />
|
7 |
+
</default>
|
8 |
+
|
9 |
+
<catalog_product_view>
|
10 |
+
<reference name="product.info.extrahint">
|
11 |
+
<block type="points/points" name="points_points" before="-" />
|
12 |
+
</reference>
|
13 |
+
</catalog_product_view>
|
14 |
+
|
15 |
+
<checkout_cart_index>
|
16 |
+
<reference name="checkout.cart.methods">
|
17 |
+
<block type="points/points" name="points_points" before="-" />
|
18 |
+
</reference>
|
19 |
+
</checkout_cart_index>
|
20 |
+
|
21 |
+
<checkout_onepage_index>
|
22 |
+
<reference name="right">
|
23 |
+
<block type="points/points" name="points_points" after="-" />
|
24 |
+
</reference>
|
25 |
+
</checkout_onepage_index>
|
26 |
+
|
27 |
+
<checkout_multishipping_overview>
|
28 |
+
<reference name="checkout.multishipping.overview.items.after">
|
29 |
+
<block type="points/points" name="points_points" after="-" />
|
30 |
+
</reference>
|
31 |
+
</checkout_multishipping_overview>
|
32 |
+
|
33 |
+
<checkout_onepage_success>
|
34 |
+
<reference name="checkout.success">
|
35 |
+
<block type="points/points" name="points_points" after="-" />
|
36 |
+
</reference>
|
37 |
+
</checkout_onepage_success>
|
38 |
+
|
39 |
+
<checkout_multishipping_success>
|
40 |
+
<reference name="checkout_success">
|
41 |
+
<block type="points/multishipping_points" name="multishipping_points" after="-" />
|
42 |
+
</reference>
|
43 |
+
</checkout_multishipping_success>
|
44 |
+
|
45 |
+
</layout>
|
46 |
+
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>punchtabpoints</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.gnu.org/licenses/lgpl-3.0.html">LGPL 3.0</license>
|
7 |
<channel>community</channel>
|
@@ -20,8 +20,8 @@ From purchases to social sharing, reward-enable any action you want to incentivi
|
|
20 |
- Earn Reward Points at www.punchtab.com (reported when order completes successfully)</notes>
|
21 |
<authors><author><name>punchtab</name><user>auto-converted</user><email>apps@punchtab.com</email></author></authors>
|
22 |
<date>2011-11-11</date>
|
23 |
-
<time>
|
24 |
-
<contents><target name="magecommunity"><dir name="PunchTab"><dir name="Points"><dir name="Block"><dir name="Multishipping"><file name="Points.php" hash="2904825280ac274f1d89f84d363a32e2"/></dir><file name="Points.php" hash="5b7578288edc1fe6743b7eed502a5a5f"/></dir><dir name="Helper"><file name="Data.php" hash="cd5a2c2eb1de4cad64a5c53a59bda794"/></dir><dir name="Model"><dir name="Backend"><dir name="Source"><file name="Position.php" hash="a5f3cf3176d1ef59ea8b7bfab6eb3e0d"/></dir></dir><file name="Observer.php" hash="6ef272e3d44a67755f81048451f21ae3"/></dir><dir name="etc"><file name="config.xml" hash="
|
25 |
<compatible/>
|
26 |
<dependencies/>
|
27 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>punchtabpoints</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.gnu.org/licenses/lgpl-3.0.html">LGPL 3.0</license>
|
7 |
<channel>community</channel>
|
20 |
- Earn Reward Points at www.punchtab.com (reported when order completes successfully)</notes>
|
21 |
<authors><author><name>punchtab</name><user>auto-converted</user><email>apps@punchtab.com</email></author></authors>
|
22 |
<date>2011-11-11</date>
|
23 |
+
<time>01:10:29</time>
|
24 |
+
<contents><target name="magecommunity"><dir name="PunchTab"><dir name="Points"><dir name="Block"><dir name="Multishipping"><file name="Points.php" hash="2904825280ac274f1d89f84d363a32e2"/></dir><file name="Points.php" hash="5b7578288edc1fe6743b7eed502a5a5f"/></dir><dir name="Helper"><file name="Data.php" hash="cd5a2c2eb1de4cad64a5c53a59bda794"/></dir><dir name="Model"><dir name="Backend"><dir name="Source"><file name="Position.php" hash="a5f3cf3176d1ef59ea8b7bfab6eb3e0d"/></dir></dir><file name="Observer.php" hash="6ef272e3d44a67755f81048451f21ae3"/></dir><dir name="etc"><file name="config.xml" hash="85e0848cd7693663b0235cccf97a9e0f"/><file name="system.xml" hash="dedadfa472e466e85f1e93ca625dc372"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="PunchTab_Points.xml" hash="c4c05dc493146f8f6a04277724f544e3"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="points.xml" hash="cc22d9c35ab447191b34b584d1b7ea41"/></dir><dir name="template"><dir name="points"><dir name="multishipping"><file name="points.phtml" hash="01721ffe180b1cbd5abddea82ea66710"/></dir><file name="points.phtml" hash="01721ffe180b1cbd5abddea82ea66710"/></dir></dir></dir></dir><dir name="default"><dir name="default"><dir name="layout"><file name="points.xml" hash="cc22d9c35ab447191b34b584d1b7ea41"/></dir><dir name="template"><dir name="points"><dir name="multishipping"><file name="points.phtml" hash="01721ffe180b1cbd5abddea82ea66710"/></dir><file name="points.phtml" hash="01721ffe180b1cbd5abddea82ea66710"/></dir></dir></dir></dir></dir></target></contents>
|
25 |
<compatible/>
|
26 |
<dependencies/>
|
27 |
</package>
|