Salesoar_Feed - Version 1.2.1

Version Notes

Bug fixed

Download this release

Release Info

Developer Salesoar
Extension Salesoar_Feed
Version 1.2.1
Comparing to
See all releases


Code changes from version 1.2.0 to 1.2.1

app/code/community/Salesoar/Feed/Model/Observer.php CHANGED
@@ -18,6 +18,7 @@ class Salesoar_Feed_Model_Observer
18
  {
19
  $googleSalesoar = $_POST['googleSalesoar'];
20
  $sql = '';
 
21
  foreach($googleSalesoar as $idCat => $string ){
22
  if($string == '') {
23
  $idGoogle = 0;
18
  {
19
  $googleSalesoar = $_POST['googleSalesoar'];
20
  $sql = '';
21
+ $prefix = Mage::getConfig()->getTablePrefix();
22
  foreach($googleSalesoar as $idCat => $string ){
23
  if($string == '') {
24
  $idGoogle = 0;
app/design/frontend/base/default/layout/salesoar_feed.xml DELETED
@@ -1,28 +0,0 @@
1
- <?xml version="1.0"?>
2
- <!--
3
- /**
4
- * Salesoar
5
- *
6
- * @category Salesoar
7
- * @package Salesoar_Feed
8
- * @copyright Copyright (c) 2015 Salesoar S.r.l. (http://salesoar.com)
9
- * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
10
- */
11
- -->
12
- <layout version="0.1.0">
13
- <!--
14
- Default layout, loads most of the pages
15
- -->
16
- <salesoar_feed_feed_index>
17
- <block type="Salesoar_Feed/all" output="toHtml" name="salesoar_feed_all">
18
- </block>
19
- </salesoar_feed_feed_index>
20
- <salesoar_feed_feed_xml>
21
- <block type="Salesoar_Feed/xml" output="toHtml" name="salesoar_feed_xml">
22
- </block>
23
- </salesoar_feed_feed_xml>
24
- <salesoar_feed_feed_create>
25
- <block type="Salesoar_Feed/create" output="toHtml" name="salesoar_feed_create">
26
- </block>
27
- </salesoar_feed_feed_create>
28
- </layout>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/locale/en_US/Salesoar_Feed.csv DELETED
@@ -1,56 +0,0 @@
1
- "%s - Discounts and Coupons","%s - Discounts and Coupons"
2
- "%s - Special Products","%s - Special Products"
3
- "%s RSS Feed","%s RSS Feed"
4
- "%s has reached a quantity of %s.","%s has reached a quantity of %s."
5
- "%s\'s Wishlist","%s\'s Wishlist"
6
- "Cannot retrieve the wishlist","Cannot retrieve the wishlist"
7
- "Catalog","Catalog"
8
- "Category Feeds","Category Feeds"
9
- "Click for price","Click for price"
10
- "Comment: %s<br/>","Comment: %s<br/>"
11
- "Coupons/Discounts","Coupons/Discounts"
12
- "Current Status: %s<br/>","Current Status: %s<br/>"
13
- "Customer Name: %s","Customer Name: %s"
14
- "Customer Order Status Notification","Customer Order Status Notification"
15
- "Details for %s #%s","Details for %s #%s"
16
- "Discount","Discount"
17
- "Discount (%s)","Discount (%s)"
18
- "Enable RSS","Enable RSS"
19
- "Error in processing xml. %s","Error in processing xml. %s"
20
- "From:","From:"
21
- "Get Feed","Get Feed"
22
- "Gift Message","Gift Message"
23
- "Grand Total","Grand Total"
24
- "Low Stock Products","Low Stock Products"
25
- "Message:","Message:"
26
- "Miscellaneous Feeds","Miscellaneous Feeds"
27
- "New Orders","New Orders"
28
- "New Products","New Products"
29
- "New Products from %s","New Products from %s"
30
- "Notified Date: %s<br/>","Notified Date: %s<br/>"
31
- "Order # %s Notification(s)","Order # %s Notification(s)"
32
- "Order #%s created at %s","Order #%s created at %s"
33
- "Pending product review(s)","Pending product review(s)"
34
- "Product: ""%s"" review By: %s","Product: ""%s"" review By: %s"
35
- "Product: <a href=""%s"">%s</a> <br/>","Product: <a href=""%s"">%s</a> <br/>"
36
- "Products tagged with %s","Products tagged with %s"
37
- "Purchased From: %s","Purchased From: %s"
38
- "RSS","RSS"
39
- "RSS Feeds","RSS Feeds"
40
- "RSS Feeds List","RSS Feeds List"
41
- "RSS Feeds Section","RSS Feeds Section"
42
- "Review: %s <br/>","Review: %s <br/>"
43
- "Rss Config","Rss Config"
44
- "Shipping &amp; Handling","Shipping &amp; Handling"
45
- "Special Products","Special Products"
46
- "Store: %s <br/>","Store: %s <br/>"
47
- "Subtotal","Subtotal"
48
- "Summary of review: %s <br/>","Summary of review: %s <br/>"
49
- "Tags Products","Tags Products"
50
- "Tax","Tax"
51
- "There are no Rss Feeds","There are no Rss Feeds"
52
- "To:","To:"
53
- "Top Level Category","Top Level Category"
54
- "Total: %s<br/>","Total: %s<br/>"
55
- "Wishlist","Wishlist"
56
- "click <a href=""%s"">here</a> to view the review","click <a href=""%s"">here</a> to view the review"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Salesoar_Feed</name>
4
- <version>1.2.0</version>
5
  <stability>stable</stability>
6
- <license uri="https://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Salesoar Plugin</summary>
10
- <description>Salesoar is the perfect marketing assistant for your ecommerce. Simply connect your ecommerce with Salesoar and you can easily create, monitor and manage your campaigns. Create your account on https://salesoar.com and start promoting your products!</description>
11
- <notes>Available for: EE 1.12.0.0, PE 1.12.0.0, CE 1.7.0.0, CE 1.9.0.0</notes>
12
  <authors><author><name>Salesoar</name><user>MAG003095121</user><email>hello@salesoar.com</email></author></authors>
13
- <date>2016-04-27</date>
14
- <time>17:32:39</time>
15
- <contents><target name="magecommunity"><dir name="Salesoar"><dir name="Feed"><dir name="Block"><file name="Abstract.php" hash="6fda60e05280624dec374de5f3c64037"/><dir name="Adminhtml"><dir name="Frontend"><file name="Create.php" hash="81fabd5aa53a2fce34b8a7ab9d7b3bda"/><file name="Links.php" hash="63c49a5db2ddb48863ad266e011d66a1"/></dir></dir><file name="All.php" hash="d87af68ee29734d2c95385fb9358ac8c"/><dir name="Config"><dir name="Adminhtml"><dir name="Form"><dir name="Field"><file name="Category.php" hash="bcdde546cb8af3872caeb14013784441"/><file name="GoogleCategory.php" hash="19c1e94bea04fd18dbd8b4ae9a6c3df4"/></dir></dir></dir><file name="Advertise.php" hash="42965df1c1f77fa13687c612230a4395"/><file name="TableMapping.php" hash="2819596b25566b2028f3a01da1922a5d"/></dir><file name="Create.php" hash="9e4b0843838ce5891d145bf931358c06"/><file name="Xml.php" hash="26f8a9a9e17d94405f1e640b01987cf6"/></dir><dir name="Helper"><file name="Data.php" hash="452fdf447086d40354753b37b8cf2702"/></dir><dir name="Model"><file name="All.php" hash="0c72ab1b243919fc90c3971e7a4ebd6e"/><file name="Atom.php" hash="316a200c36f8d053f8489278504a6d2f"/><file name="Feed.php" hash="0a9593319f5f5335aaf1d29e7af33d4a"/><file name="Observer.php" hash="bdd88851ca4b963eaf8a88b9dbd5419f"/><file name="Session.php" hash="cc6f2ec572d56eb882d0269b55f4f796"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="Attributes.php" hash="9d1264a5207425f0b0154966ffdc2ee2"/><file name="Categories.php" hash="888d4035a1f0eefe7fe73ccf465d2ef7"/><file name="Create.php" hash="5441649de14854fcbfedceb87aebc688"/><file name="CurrencyMap.php" hash="4485a6403b4c5cddfe6ac4f9cd9e4c9c"/><file name="Links.php" hash="3a7c2cfef5e92ba736ddbf8af06ba2e4"/><file name="SelectCategory.php" hash="37ff5211b10ae7e143fa78bfb0bd66ff"/><file name="SelectGoogleCategory.php" hash="15ca98755661d24ae0eac911b956bb89"/><dir name="Taxonomy"><file name="taxonomy_br.txt" hash="399d492d03c2c35ad1e174edf0d1f4a0"/><file name="taxonomy_de.txt" hash="6b1fc333d89fa26ba431e1658ac9364e"/><file name="taxonomy_dk.txt" hash="402a30fe21119c18af0ccd6ecbf99474"/><file name="taxonomy_en_US.txt" hash="5bc8bc4863a7d7bf1c8a68ccc54a731c"/><file name="taxonomy_es.txt" hash="57c9dad37ea984adcfd280550c338382"/><file name="taxonomy_fr.txt" hash="eb00ab5d99e1d0fdd64b2eccbd1a3700"/><file name="taxonomy_it.txt" hash="c2e5c5fcdff87033826ef908165ad48c"/><file name="taxonomy_nl.txt" hash="cd3bf4c7e879fee47f3d8f5fa0ee6477"/><file name="taxonomy_pl.txt" hash="711372a31920120e8d11d971ad186e5e"/><file name="taxonomy_se.txt" hash="fe03b123ab99796ccd24f2cbec07818e"/></dir></dir></dir></dir><file name="Xml.php" hash="80d804e3954140d1ef806258c2c7f093"/></dir><dir name="controllers"><file name="FeedController.php" hash="2d568887a82d5f8424f8b379271914f4"/><file name="IndexController.php" hash="2975c0be5a94694435771defc7c48835"/></dir><dir name="etc"><file name="adminhtml.xml" hash="a84e1e3df9ee1808ea254bcedc424a41"/><file name="config.xml" hash="19013749fdb909f1e0cb69eff50ff67b"/><file name="system.xml" hash="5e6552778998c9a2e63bef954e214f06"/></dir><dir name="sql"><dir name="Salesoar_Feed_setup"><file name="mysql4-install-1.2.0.php" hash="f5d29abb803035586af7f11a39f85e92"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Salesoar_Feed.csv" hash="f99bd663f6b7becac87c8be1720f14b3"/></dir></target><target name="mageetc"><dir name="modules"><file name="Salesoar_Feed.xml" hash="06e2e706952847a75cc1045a61067755"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="salesoar_feed.xml" hash="2aef7579109252e53f6653a2f337b8c1"/></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
- <dependencies><required><php><min>5.4.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Salesoar_Feed</name>
4
+ <version>1.2.1</version>
5
  <stability>stable</stability>
6
+ <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Salesoar Plugin</summary>
10
+ <description>Salesoar is the perfect marketing assistant for your ecommerce. Simply connect your ecommerce with Salesoar and you can easily create, monitor and manage your campaigns. Create your account on https://salesoar.com and start promoting your products</description>
11
+ <notes>Bug fixed</notes>
12
  <authors><author><name>Salesoar</name><user>MAG003095121</user><email>hello@salesoar.com</email></author></authors>
13
+ <date>2016-04-28</date>
14
+ <time>13:34:04</time>
15
+ <contents><target name="magecommunity"><dir name="Salesoar"><dir name="Feed"><dir name="Block"><file name="Abstract.php" hash="6fda60e05280624dec374de5f3c64037"/><dir name="Adminhtml"><dir name="Frontend"><file name="Create.php" hash="81fabd5aa53a2fce34b8a7ab9d7b3bda"/><file name="Links.php" hash="63c49a5db2ddb48863ad266e011d66a1"/></dir></dir><file name="All.php" hash="d87af68ee29734d2c95385fb9358ac8c"/><dir name="Config"><dir name="Adminhtml"><dir name="Form"><dir name="Field"><file name="Category.php" hash="bcdde546cb8af3872caeb14013784441"/><file name="GoogleCategory.php" hash="19c1e94bea04fd18dbd8b4ae9a6c3df4"/></dir></dir></dir><file name="Advertise.php" hash="42965df1c1f77fa13687c612230a4395"/><file name="TableMapping.php" hash="2819596b25566b2028f3a01da1922a5d"/></dir><file name="Create.php" hash="9e4b0843838ce5891d145bf931358c06"/><file name="Xml.php" hash="26f8a9a9e17d94405f1e640b01987cf6"/></dir><dir name="Helper"><file name="Data.php" hash="452fdf447086d40354753b37b8cf2702"/></dir><dir name="Model"><file name="All.php" hash="0c72ab1b243919fc90c3971e7a4ebd6e"/><file name="Atom.php" hash="316a200c36f8d053f8489278504a6d2f"/><file name="Feed.php" hash="0a9593319f5f5335aaf1d29e7af33d4a"/><file name="Observer.php" hash="579f9bf044f93d0bf0d2075b36e88647"/><file name="Session.php" hash="cc6f2ec572d56eb882d0269b55f4f796"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="Attributes.php" hash="9d1264a5207425f0b0154966ffdc2ee2"/><file name="Categories.php" hash="888d4035a1f0eefe7fe73ccf465d2ef7"/><file name="Create.php" hash="5441649de14854fcbfedceb87aebc688"/><file name="CurrencyMap.php" hash="4485a6403b4c5cddfe6ac4f9cd9e4c9c"/><file name="Links.php" hash="3a7c2cfef5e92ba736ddbf8af06ba2e4"/><file name="SelectCategory.php" hash="37ff5211b10ae7e143fa78bfb0bd66ff"/><file name="SelectGoogleCategory.php" hash="15ca98755661d24ae0eac911b956bb89"/><dir name="Taxonomy"><file name="taxonomy_br.txt" hash="399d492d03c2c35ad1e174edf0d1f4a0"/><file name="taxonomy_de.txt" hash="6b1fc333d89fa26ba431e1658ac9364e"/><file name="taxonomy_dk.txt" hash="402a30fe21119c18af0ccd6ecbf99474"/><file name="taxonomy_en_US.txt" hash="5bc8bc4863a7d7bf1c8a68ccc54a731c"/><file name="taxonomy_es.txt" hash="57c9dad37ea984adcfd280550c338382"/><file name="taxonomy_fr.txt" hash="eb00ab5d99e1d0fdd64b2eccbd1a3700"/><file name="taxonomy_it.txt" hash="c2e5c5fcdff87033826ef908165ad48c"/><file name="taxonomy_nl.txt" hash="cd3bf4c7e879fee47f3d8f5fa0ee6477"/><file name="taxonomy_pl.txt" hash="711372a31920120e8d11d971ad186e5e"/><file name="taxonomy_se.txt" hash="fe03b123ab99796ccd24f2cbec07818e"/></dir></dir></dir></dir><file name="Xml.php" hash="80d804e3954140d1ef806258c2c7f093"/></dir><dir name="controllers"><file name="FeedController.php" hash="2d568887a82d5f8424f8b379271914f4"/><file name="IndexController.php" hash="2975c0be5a94694435771defc7c48835"/></dir><dir name="etc"><file name="adminhtml.xml" hash="a84e1e3df9ee1808ea254bcedc424a41"/><file name="config.xml" hash="19013749fdb909f1e0cb69eff50ff67b"/><file name="system.xml" hash="5e6552778998c9a2e63bef954e214f06"/></dir><dir name="sql"><dir name="Salesoar_Feed_setup"><file name="mysql4-install-1.2.0.php" hash="f5d29abb803035586af7f11a39f85e92"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Salesoar_Feed.xml" hash="06e2e706952847a75cc1045a61067755"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Salesoar_Feed.csv" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></target></contents>
16
  <compatible/>
17
+ <dependencies><required><php><min>5.4.0</min><max>6.0.0</max></php><package><name>Mage_Catalog</name><channel>community</channel><min>1.6.0.0</min><max>1.9.2.4</max></package><package><name>Mage_CatalogInventory</name><channel>community</channel><min>1.6.0.0</min><max>1.9.2.4</max></package><extension><name>Core</name><min>1.6.0.0</min><max>1.9.2.4</max></extension><extension><name>PDO</name><min>1.6.0.0</min><max>1.9.2.4</max></extension></required></dependencies>
18
  </package>