Version Notes
- email link, iframe size fix
Download this release
Release Info
Developer | Magento Core Team |
Extension | Svitla_IBoughtIt |
Version | 0.1.6 |
Comparing to | |
See all releases |
Code changes from version 0.1.5 to 0.1.6
app/code/community/Svitla/Iboughtit/etc/config.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<config>
|
4 |
<modules>
|
5 |
<Svitla_Iboughtit>
|
6 |
-
<version>0.1.
|
7 |
</Svitla_Iboughtit>
|
8 |
</modules>
|
9 |
<global>
|
3 |
<config>
|
4 |
<modules>
|
5 |
<Svitla_Iboughtit>
|
6 |
+
<version>0.1.6</version>
|
7 |
</Svitla_Iboughtit>
|
8 |
</modules>
|
9 |
<global>
|
app/design/frontend/base/default/layout/iboughtit.xml
CHANGED
@@ -31,7 +31,7 @@
|
|
31 |
</reference>
|
32 |
-->
|
33 |
</checkout_onepage_success>
|
34 |
-
|
35 |
<sales_email_order_items>
|
36 |
<reference name="items" >
|
37 |
<action method="setTemplate">
|
@@ -40,7 +40,7 @@
|
|
40 |
<block type="iboughtit/email" name="iboughtit_email" />
|
41 |
</reference>
|
42 |
</sales_email_order_items>
|
43 |
-
|
44 |
<iboughtit_index_index>
|
45 |
<reference name="root">
|
46 |
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
31 |
</reference>
|
32 |
-->
|
33 |
</checkout_onepage_success>
|
34 |
+
<!--
|
35 |
<sales_email_order_items>
|
36 |
<reference name="items" >
|
37 |
<action method="setTemplate">
|
40 |
<block type="iboughtit/email" name="iboughtit_email" />
|
41 |
</reference>
|
42 |
</sales_email_order_items>
|
43 |
+
-->
|
44 |
<iboughtit_index_index>
|
45 |
<reference name="root">
|
46 |
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
app/design/frontend/base/default/template/iboughtit/link.phtml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
$sLinkId=$this->getRequest()->getParam('linkid');
|
3 |
?>
|
4 |
-
<iframe name="iboughtit_link" width="685" height="
|
5 |
|
6 |
|
7 |
|
1 |
<?php
|
2 |
$sLinkId=$this->getRequest()->getParam('linkid');
|
3 |
?>
|
4 |
+
<iframe name="iboughtit_link" width="685" height="580" id="iboughtit_link" style="border: 0px; padding-top: 10px; background: transparent;" src="http://i-bought-it.com/redirect/link/<?php echo $sLinkId; ?>"></iframe>
|
5 |
|
6 |
|
7 |
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Svitla_IBoughtIt</name>
|
4 |
-
<version>0.1.
|
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>Extension to recommend goods over social networks</summary>
|
10 |
<description>Extension to recommend goods over social networks</description>
|
11 |
-
<notes
|
12 |
<authors><author><name>Svitla</name><user>auto-converted</user><email>okhokhliuk@svitla.com</email></author></authors>
|
13 |
-
<date>2012-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Svitla"><dir name="Iboughtit"><dir name="Block"><file name="Email.php" hash="b13dff4f97744b48bb6c24cde270d45a"/><file name="Iboughtit.php" hash="badd52e9ba20f2cc0fc3b60be82d1aee"/><file name="Link.php" hash="716af1f7464f1f05b9ac398e37dd1d0b"/><file name="Script.php" hash="09591f4e7d4aa96cf5e43ea3fbf5bc35"/><file name="Social.php" hash="fb546910c18fc4f808b6c0cb24157d23"/></dir><dir name="Helper"><file name="Data.php" hash="8a3b98709f37338b0926e117ba60a47a"/></dir><dir name="Model"><file name="Iboughtit.php" hash="88ca3383b67908168a717ebc3781f635"/><file name="Status.php" hash="7f7e065cb80e95c5344731957f160d10"/></dir><dir name="controllers"><file name="IndexController.php" hash="2f0aed815ee879b456039bcd77f472c1"/></dir><dir name="etc"><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Svitla_IBoughtIt</name>
|
4 |
+
<version>0.1.6</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>Extension to recommend goods over social networks</summary>
|
10 |
<description>Extension to recommend goods over social networks</description>
|
11 |
+
<notes>- email link, iframe size fix</notes>
|
12 |
<authors><author><name>Svitla</name><user>auto-converted</user><email>okhokhliuk@svitla.com</email></author></authors>
|
13 |
+
<date>2012-08-03</date>
|
14 |
+
<time>12:25:47</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Svitla"><dir name="Iboughtit"><dir name="Block"><file name="Email.php" hash="b13dff4f97744b48bb6c24cde270d45a"/><file name="Iboughtit.php" hash="badd52e9ba20f2cc0fc3b60be82d1aee"/><file name="Link.php" hash="716af1f7464f1f05b9ac398e37dd1d0b"/><file name="Script.php" hash="09591f4e7d4aa96cf5e43ea3fbf5bc35"/><file name="Social.php" hash="fb546910c18fc4f808b6c0cb24157d23"/></dir><dir name="Helper"><file name="Data.php" hash="8a3b98709f37338b0926e117ba60a47a"/></dir><dir name="Model"><file name="Iboughtit.php" hash="88ca3383b67908168a717ebc3781f635"/><file name="Status.php" hash="7f7e065cb80e95c5344731957f160d10"/></dir><dir name="controllers"><file name="IndexController.php" hash="2f0aed815ee879b456039bcd77f472c1"/></dir><dir name="etc"><file name="config.xml" hash="4907f68343e4c9691f94c9a88cf41e93"/><file name="system.xml" hash="6b96dbfdd6a713da0acb290aa95f24d8"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Svitla_Iboughtit.xml" hash="cb2ee7f8f58fb73c60f85ddf977a5f41"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="iboughtit"><file name="items.phtml" hash="9cb99903e94603bb162fcdcbab09af84"/><file name="link.phtml" hash="65a1d54aa5f210e2a3ea3f1cec70c440"/><file name="social.phtml" hash="8d35064f3312f8f3cd224ef8f555d7bd"/></dir></dir><dir name="layout"><file name="iboughtit.xml" hash="fc5aa586b1d532c7317fe97f91c62dea"/></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|