winbuyerext - Version 1.0.5

Version Notes

Step by Step easy installation guide:
Via Magento admin panel, go to magento connect manager, and install the extension using the extension key (The key which you got in the Magento Connect site, on the extension page).
After installing the extension, go to "System->Configuration" and click on "Winbuyer Configuration" on the left side bar. There you will see a "Required Parameters" section. Please fill in a Campain ID which you got from WinBuyer. If you don't have a Campaign ID, you can register and get it here: http://partners.winbuyer.com/merchant_join.aspx?kw=magento&c=6001090
After filling your Campaign ID, and refreshing the cache, you should see the "Related Product Listing" on your Magento Store product pages.

Troubleshooting:
1) I installed the extension via Magento Connect, and now when I go to the admin panel configurations, I see 404 error. -> Try to log out of the admin panel, and log in again.
2) I installed the extension, filled in my Campaign ID, but I still can't see the "Related Product Listing" on my Magento Store product pages. -> Please ensure that the Campaign ID and the domain where you installed the extension match the Campaign ID and the domain name that you filled in your WinBuyer account.
3)I acomplished the section 2 suggestion, but I still can't see the "Related Product Listing" -> Check that the "Enable WinBuyer Related Product Listing?" setting is "Yes".
4)I still have problems to see the "Related Product Listing" -> In which language are names of your products written? If the language isn't English, the extension may encounter a trouble to run.
5)I still have problems to see the "Related Product Listing" -> please contact WinBuyer support (http://www1.winbuyer.com/company/contact-us), they will be really glad to help you.

Thank you!

Download this release

Release Info

Developer Magento Core Team
Extension winbuyerext
Version 1.0.5
Comparing to
See all releases


Code changes from version 1.0.3 to 1.0.5

app/code/local/Winbuyer/Base/etc/system.xml CHANGED
@@ -17,7 +17,7 @@
17
  <show_in_store>1</show_in_store>
18
  <groups>
19
  <required_param>
20
- <label>Required Parameter</label>
21
  <frontend_type>text</frontend_type>
22
  <sort_order>10</sort_order>
23
  <show_in_default>1</show_in_default>
@@ -39,7 +39,7 @@
39
  <comment>[The Id of your campaign in WinBuyer]</comment>
40
  <frontend_type>text</frontend_type>
41
  <frontend_model>winbuyer_base/adminhtml_config_form_renderer_campaignid</frontend_model>
42
- <sort_order>1</sort_order>
43
  <show_in_default>1</show_in_default>
44
  <show_in_website>1</show_in_website>
45
  <show_in_store>1</show_in_store>
17
  <show_in_store>1</show_in_store>
18
  <groups>
19
  <required_param>
20
+ <label>Required Parameters</label>
21
  <frontend_type>text</frontend_type>
22
  <sort_order>10</sort_order>
23
  <show_in_default>1</show_in_default>
39
  <comment>[The Id of your campaign in WinBuyer]</comment>
40
  <frontend_type>text</frontend_type>
41
  <frontend_model>winbuyer_base/adminhtml_config_form_renderer_campaignid</frontend_model>
42
+ <sort_order>0</sort_order>
43
  <show_in_default>1</show_in_default>
44
  <show_in_website>1</show_in_website>
45
  <show_in_store>1</show_in_store>
package.xml CHANGED
@@ -1,18 +1,30 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>winbuyerext</name>
4
- <version>1.0.3</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>Related Product Listing - WinBuyer extension</summary>
10
- <description>Related Product Listing - WinBuyer extension</description>
11
- <notes>First Release</notes>
 
 
 
 
 
 
 
 
 
 
 
 
12
  <authors><author><name>WinBuyer</name><user>auto-converted</user><email>sveta@imonlinegroup.com</email></author></authors>
13
- <date>2011-11-14</date>
14
- <time>21:51:12</time>
15
- <contents><target name="mage"><dir name="app"><dir name="etc"><dir name="modules"><file name="Winbuyer_Base.xml" hash="a40b98c949b2499da2456a7425122477"/></dir></dir></dir><dir name="js"><dir name="winbuyer"><file name="jquery-1.4.4.min.js" hash="eef9a6a171184899b08ebd61f1a03425"/></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="winbuyer.xml" hash="20724fcd9a79efb4fdc39529ba9e1175"/></dir></dir></dir></dir></target><target name="magelocal"><dir name="Winbuyer"><dir name="Base"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Form"><dir name="Renderer"><file name="Campaignid.php" hash="51a087207d844609ab091bbe9b12469f"/></dir></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="4a4ca2206cb891166d18776ad7f100d2"/><file name="system.xml" hash="ccfb6e57608e794655538f23d087e88e"/></dir><dir name="Helper"><file name="Data.php" hash="b8bdf3af21ab52705e3f549fb4ad3dad"/></dir><dir name="Model"><file name="Observer.php" hash="03bd5ae83c75f50b2dfae931cd5728d1"/><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Source"><file name="Fontstyle.php" hash="e5e2566416d3c187f2663719e9484f33"/></dir></dir></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>winbuyerext</name>
4
+ <version>1.0.5</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>"Related Product Listing" extension</summary>
10
+ <description>"Related Product Listing" extension</description>
11
+ <notes>Step by Step easy installation guide:
12
+ Via Magento admin panel, go to magento connect manager, and install the extension using the extension key (The key which you got in the Magento Connect site, on the extension page).
13
+ After installing the extension, go to "System-&gt;Configuration" and click on "Winbuyer Configuration" on the left side bar. There you will see a "Required Parameters" section. Please fill in a Campain ID which you got from WinBuyer. If you don't have a Campaign ID, you can register and get it here: http://partners.winbuyer.com/merchant_join.aspx?kw=magento&amp;c=6001090
14
+ After filling your Campaign ID, and refreshing the cache, you should see the "Related Product Listing" on your Magento Store product pages.
15
+
16
+ Troubleshooting:
17
+ 1) I installed the extension via Magento Connect, and now when I go to the admin panel configurations, I see 404 error. -&gt; Try to log out of the admin panel, and log in again.
18
+ 2) I installed the extension, filled in my Campaign ID, but I still can't see the "Related Product Listing" on my Magento Store product pages. -&gt; Please ensure that the Campaign ID and the domain where you installed the extension match the Campaign ID and the domain name that you filled in your WinBuyer account.
19
+ 3)I acomplished the section 2 suggestion, but I still can't see the "Related Product Listing" -&gt; Check that the "Enable WinBuyer Related Product Listing?" setting is "Yes".
20
+ 4)I still have problems to see the "Related Product Listing" -&gt; In which language are names of your products written? If the language isn't English, the extension may encounter a trouble to run.
21
+ 5)I still have problems to see the "Related Product Listing" -&gt; please contact WinBuyer support (http://www1.winbuyer.com/company/contact-us), they will be really glad to help you.
22
+
23
+ Thank you!</notes>
24
  <authors><author><name>WinBuyer</name><user>auto-converted</user><email>sveta@imonlinegroup.com</email></author></authors>
25
+ <date>2011-11-18</date>
26
+ <time>10:40:47</time>
27
+ <contents><target name="mage"><dir name="app"><dir name="etc"><dir name="modules"><file name="Winbuyer_Base.xml" hash="a40b98c949b2499da2456a7425122477"/></dir></dir></dir><dir name="js"><dir name="winbuyer"><file name="jquery-1.4.4.min.js" hash="eef9a6a171184899b08ebd61f1a03425"/></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="winbuyer.xml" hash="20724fcd9a79efb4fdc39529ba9e1175"/></dir></dir></dir></dir></target><target name="magelocal"><dir name="Winbuyer"><dir name="Base"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Form"><dir name="Renderer"><file name="Campaignid.php" hash="51a087207d844609ab091bbe9b12469f"/></dir></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="4a4ca2206cb891166d18776ad7f100d2"/><file name="system.xml" hash="e37ac5f86923c4686dbb2ac0f4064bc5"/></dir><dir name="Helper"><file name="Data.php" hash="b8bdf3af21ab52705e3f549fb4ad3dad"/></dir><dir name="Model"><file name="Observer.php" hash="03bd5ae83c75f50b2dfae931cd5728d1"/><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Source"><file name="Fontstyle.php" hash="e5e2566416d3c187f2663719e9484f33"/></dir></dir></dir></dir></dir></dir></dir></target></contents>
28
  <compatible/>
29
  <dependencies/>
30
  </package>