WantButton - Version 1.0.1

Version Notes

Fixes missing template file.

Download this release

Release Info

Developer Magento Core Team
Extension WantButton
Version 1.0.1
Comparing to
See all releases


Code changes from version 1.0.0 to 1.0.1

app/design/frontend/base/default/template/wantbutton/want.phtml ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ *
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
13
+ */
14
+
15
+ /**
16
+ * @author Paul Briscoe <briscoe.paul@gmail.com>
17
+ */
18
+ ?>
19
+ <div class="want-box">
20
+ <a href="http://wanttt.com/want/initial_popup/"
21
+ data-merchant_name="<?php echo $this->getMerchant() ?>"
22
+ data-title="<?php echo $this->getTitle() ?>"
23
+ data-price="<?php echo $this->getThisPrice() ?>"
24
+ data-return_url="<?php echo $this->getProductUrl() ?>"
25
+ data-image_url="<?php echo $this->getImage() ?>"
26
+ data-count="true"
27
+ data-style="wb2"
28
+ data-page_source="PRODUCT"
29
+ class="wantButton"></a>
30
+ </div>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>WantButton</name>
4
- <version>1.0.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Want is a universal wish list with Facebook and Twitter integration. In just 30 minutes or less, your consumer can be sharing their Want list with products from your site.</summary>
10
  <description>The Want button is a simple add on that allows merchants to engage with the 98 percent of people that are browsing and not buying. Want promotes sharing amongst shoppers with similar interest which helps gain product exposure that Facebook and Twitter can&#x2019;t offer. It is a convenience for shoppers because they can easily share products amongst different networks and even collect cash contributions towards their Wants. Want is the first button that is truly focused around social commerce and is a great tool for bringing the right audience to your products. In just 30 minutes or less, your consumer can be sharing their Want list with products from your site. Simply select the button of your choice from the three examples shown below and you will see the code appear in the box. Copy that code (to be pasted on your site), and download the Integration Guide. Follow the simple instructions in the guide for adjusting the parameters and you will be ready to add the code to your site. It&#x2019;s that easy! For more information on customizing the Want Button, see the &lt;a href="http://www.wanttt.com/partner/implement/"&gt;Want Implementation Guide&lt;/a&gt;&lt;br/&gt;</description>
11
- <notes>Final production version</notes>
12
  <authors><author><name>Want Development Team</name><user>auto-converted</user><email>magento.connect@wanttt.com</email></author></authors>
13
- <date>2011-08-03</date>
14
- <time>19:02:04</time>
15
- <contents><target name="magecommunity"><dir name="Wanttt"><dir name="WantButton"><dir name="Block"><file name="Want.php" hash="31444065e8a1c1d5a68a264e85c85788"/></dir><dir name="Catalog"><dir name="Model"><file name="Product.php" hash="e1fe067567ef8295bdd54e3f4c9ce2c6"/></dir></dir><dir name="docs"><file name="WantttDocs.pdf" hash="ed2576f4dde8270a8c39a08f550a59e0"/><file name="basic want call.txt" hash="9add988e5aa07746db21936d9c53c84e"/><file name="product-view-example.phtml" hash="4d5a0cd3d9581a7b6c7701f412cb33e5"/></dir><dir name="etc"><file name="config.xml" hash="47ca82ce8d75639684516b4a9da358ee"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Wanttt_WantButton.xml" hash="3dd168a01ee091a9538ca7a00164746c"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="wantbutton.xml" hash="94ed48f8f590a5079c26f239d598147d"/></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>WantButton</name>
4
+ <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Want is a universal wish list with Facebook and Twitter integration. In just 30 minutes or less, your consumer can be sharing their Want list with products from your site.</summary>
10
  <description>The Want button is a simple add on that allows merchants to engage with the 98 percent of people that are browsing and not buying. Want promotes sharing amongst shoppers with similar interest which helps gain product exposure that Facebook and Twitter can&#x2019;t offer. It is a convenience for shoppers because they can easily share products amongst different networks and even collect cash contributions towards their Wants. Want is the first button that is truly focused around social commerce and is a great tool for bringing the right audience to your products. In just 30 minutes or less, your consumer can be sharing their Want list with products from your site. Simply select the button of your choice from the three examples shown below and you will see the code appear in the box. Copy that code (to be pasted on your site), and download the Integration Guide. Follow the simple instructions in the guide for adjusting the parameters and you will be ready to add the code to your site. It&#x2019;s that easy! For more information on customizing the Want Button, see the &lt;a href="http://www.wanttt.com/partner/implement/"&gt;Want Implementation Guide&lt;/a&gt;&lt;br/&gt;</description>
11
+ <notes>Fixes missing template file.</notes>
12
  <authors><author><name>Want Development Team</name><user>auto-converted</user><email>magento.connect@wanttt.com</email></author></authors>
13
+ <date>2011-08-04</date>
14
+ <time>13:42:47</time>
15
+ <contents><target name="magecommunity"><dir name="Wanttt"><dir name="WantButton"><dir name="Block"><file name="Want.php" hash="31444065e8a1c1d5a68a264e85c85788"/></dir><dir name="Catalog"><dir name="Model"><file name="Product.php" hash="e1fe067567ef8295bdd54e3f4c9ce2c6"/></dir></dir><dir name="docs"><file name="WantttDocs.pdf" hash="ed2576f4dde8270a8c39a08f550a59e0"/><file name="basic want call.txt" hash="9add988e5aa07746db21936d9c53c84e"/><file name="product-view-example.phtml" hash="4d5a0cd3d9581a7b6c7701f412cb33e5"/></dir><dir name="etc"><file name="config.xml" hash="47ca82ce8d75639684516b4a9da358ee"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Wanttt_WantButton.xml" hash="3dd168a01ee091a9538ca7a00164746c"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="wantbutton.xml" hash="94ed48f8f590a5079c26f239d598147d"/></dir><dir name="template"><dir name="wantbutton"><file name="want.phtml" hash="48c6d4c416c105c11de8610c5f770abc"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>