Commerce_Sciences - Version 1.0.12

Version Notes

Quick Installation Manual:
1) Install the extension through Magento Connect.
2) Please wait untill the installation is 100% finished
- do not do other actions simultaniouesly on the admin panel
- do not refresh the admin panel/magento connect tab while the installation
3) If you get any error
- first logout and login again to the admin panel
- clear the cache (Go to "System" > "Cache Managegement" and click "Flush Magento Cache").
- go to the admin panel, "System" > "Configuration" and click on "Personal Bar Configuration" tab.
Now you can proceed ;)
4)If you didn't get any errors on the installation:
- first logout and login again to the admin panel
- clear the cache (Go to "System" > "Cache Managegement" and click "Flush Magento Cache").
- go to the admin panel, "System" > "Configuration" and click on "Personal Bar Configuration" tab.
Now you can proceed ;) [Yes, it's the same like section 3 :)]

Download this release

Release Info

Developer Magento Core Team
Extension Commerce_Sciences
Version 1.0.12
Comparing to
See all releases


Code changes from version 1.0.36 to 1.0.12

app/code/local/Commercesciences/Base/Block/Adminhtml/Config/Form/Renderer/Campaignid.php CHANGED
@@ -66,9 +66,7 @@ class Commercesciences_Base_Block_Adminhtml_Config_Form_Renderer_Campaignid exte
66
  $html .= '<div class="cswrapper form-list">';
67
  $html .= '<div class="csexp1">'.$this->__("You're almost there! Please enter your email below to activate your account (Note: this email would be used to provide you updates and reports).").'</div>';
68
  $html .= '<div class="csexp2"><div class="csexp2_left">Email Address</div><div class="csexp2_right">'.$inputBox.'</div></div>';
69
- $html .= '<div class="csexp3"><div class="csexp3_left">Is Live on your store?</div><div class="csexp2_right"><select class="csexpt_right_select" disabled="disabled"><option>No</option></select><p class="note"><span>The personal bar will be hidden from your shoppers until you click "Go Live" from your Config Panel or your Magento dashboard.</span></p>'.$saveButton->toHtml();
70
- $html .= '<p class="note"><span style="color:#ff0000;">Before clicking "Create My Account" - Please make sure you have logged-out and logged back in from your Magento admin, <br>and that you have clicked "Flush Magento Cache" (under System &gt; Cache Management)</span></p>';
71
- $html .= '</div></div>';
72
  $html .= '</div>';
73
 
74
  return $html;
@@ -81,6 +79,7 @@ class Commercesciences_Base_Block_Adminhtml_Config_Form_Renderer_Campaignid exte
81
  $html .= '<div class="csexp11_1">'.$this->__("Congratulations! Your new Personal Bar account is now ready.").'</div>';
82
  $html .= '<div class="csexp11_2">'.$this->__("To configure the Personal Bar Experiences, Style and more, please click on Go to my Config Panel below.").'</div>';
83
  $html .= '<div class="csexp11_3">'.$this->__("Your personal Bar will remain hidden from your store visitors until you Publish it.").'</div>';
 
84
  $html .= '</div>';
85
  $html .= '<div class="csexp11_5">'.$this->__("Personal Bar Settings").'</div>';
86
  $html .= '<div class="csexp11_6">'.$this->__("The Personal Bar is fully customizable to fit your store's look & feel and to help you increase engagement and revenue.").'</div>';
66
  $html .= '<div class="cswrapper form-list">';
67
  $html .= '<div class="csexp1">'.$this->__("You're almost there! Please enter your email below to activate your account (Note: this email would be used to provide you updates and reports).").'</div>';
68
  $html .= '<div class="csexp2"><div class="csexp2_left">Email Address</div><div class="csexp2_right">'.$inputBox.'</div></div>';
69
+ $html .= '<div class="csexp3"><div class="csexp3_left">Is Live on your store?</div><div class="csexp2_right"><select class="csexpt_right_select" disabled="disabled"><option>No</option></select><p class="note"><span>The personal bar will be hidden from your shoppers until you click "Go Live" from your Config Panel or your Magento dashboard.</span></p>'.$saveButton->toHtml().'</div></div>';
 
 
70
  $html .= '</div>';
71
 
72
  return $html;
79
  $html .= '<div class="csexp11_1">'.$this->__("Congratulations! Your new Personal Bar account is now ready.").'</div>';
80
  $html .= '<div class="csexp11_2">'.$this->__("To configure the Personal Bar Experiences, Style and more, please click on Go to my Config Panel below.").'</div>';
81
  $html .= '<div class="csexp11_3">'.$this->__("Your personal Bar will remain hidden from your store visitors until you Publish it.").'</div>';
82
+ $html .= '<div class="csexp11_4">'.$this->__("You can either Publish the Personal Bar from your Config Panel or from the drop list below.").'</div>';
83
  $html .= '</div>';
84
  $html .= '<div class="csexp11_5">'.$this->__("Personal Bar Settings").'</div>';
85
  $html .= '<div class="csexp11_6">'.$this->__("The Personal Bar is fully customizable to fit your store's look & feel and to help you increase engagement and revenue.").'</div>';
app/code/local/Commercesciences/Base/etc/system.xml CHANGED
@@ -1,7 +1,7 @@
1
  <config>
2
  <tabs>
3
  <commercesciences>
4
- <label>Personal Bar</label>
5
  <sort_order>800</sort_order>
6
  </commercesciences>
7
  </tabs>
1
  <config>
2
  <tabs>
3
  <commercesciences>
4
+ <label>CommerceSciences</label>
5
  <sort_order>800</sort_order>
6
  </commercesciences>
7
  </tabs>
app/code/local/Commercesciences/Base/sql/commercesciences_base_setup/mysql4-install-0.0.1.php CHANGED
@@ -3,6 +3,12 @@
3
  $installer = $this;
4
  $installer->startSetup();
5
 
 
 
 
 
 
 
6
  /* iterate on the stores and delete old cs configurations */
7
  //@TODO
8
 
3
  $installer = $this;
4
  $installer->startSetup();
5
 
6
+
7
+ /* clear cache & sessions */
8
+ Mage::app()->cleanCache();
9
+ Mage::app()->cleanAllSessions();
10
+
11
+
12
  /* iterate on the stores and delete old cs configurations */
13
  //@TODO
14
 
package.xml CHANGED
@@ -1,18 +1,32 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Commerce_Sciences</name>
4
- <version>1.0.36</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>An extension which enables easy installation for CommerceSciences bar</summary>
10
  <description>With the installation of the extension, the user will be able to easily register to CommerceSciences and get the bar installed immediately in his website.</description>
11
- <notes>Stable</notes>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  <authors><author><name>CSciences</name><user>auto-converted</user><email>avivr@commercesciences.com</email></author></authors>
13
- <date>2012-10-25</date>
14
- <time>21:53:11</time>
15
- <contents><target name="magelocal"><dir name="Commercesciences"><dir name="Base"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Form"><dir name="Renderer"><dir name="Group"><file name="About.php" hash="a16457268fe17d002e171059bae3c34f"/></dir><file name="About.php" hash="0cb1eb47f815edbc7bd73f7b99f5e993"/><file name="Campaignid.php" hash="f57b905258ef89a5e85eccf65f8bbbab"/><file name="Isactive.php" hash="2a25355d0f457f28a413d6a87ab45d2a"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="2a4b02da1d698ec720db77e7330abd03"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Source"><file name="Fontstyle.php" hash="c651dc8613a3a501ae7c43dd56f7ca10"/></dir></dir></dir></dir><dir name="Mysql4"><file name="Config.php" hash="4d66326f7313bbdf67ca8c16ed34e87d"/></dir><dir name="Resource"><file name="Setup.php" hash="fb19aa68ae9c60f3869247ca109904a4"/></dir><file name="Config.php" hash="5db637f6c8a9ed31c113dde29d87e9de"/><file name="Observer.php" hash="c459e567ba7a9efaee8ce115e714371b"/></dir><dir name="controllers"><file name="ApiController.php" hash="254e5482daed31d581689f988593a99b"/></dir><dir name="etc"><file name="config.xml" hash="7404d3aae752c3a638c5fa3b55a4fbd6"/><file name="system.xml" hash="d120e7366fd3045e3030098dbf1ce2b3"/></dir><dir name="sql"><dir name="commercesciences_base_setup"><file name="mysql4-install-0.0.1.php" hash="17057c596cd36ea4a1e9d87cf37bc0de"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Commercesciences_Base.xml" hash="3223d3e6acdeac74abe8b6f10d899522"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="commercesciences.xml" hash="85100232edb979c031e05c3977664781"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="commercesciences"><dir name="css"><file name="skin.css" hash="5f9245e592c4fb5178edcc744336e4b7"/></dir><dir name="images"><file name="CS-Logo-innerpage.png" hash="450dc4a05822cba236a3400bfa1535f7"/><file name="icons-boxed.png" hash="703749e7a6dd991cffc3767244f14887"/><file name="intro-img.png" hash="20f4193fef90371b49379e6df1e8d523"/><file name="setup-takes-2-minutes.png" hash="9b69dde5ccc771e6910adb3a153cf591"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Commerce_Sciences</name>
4
+ <version>1.0.12</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>An extension which enables easy installation for CommerceSciences bar</summary>
10
  <description>With the installation of the extension, the user will be able to easily register to CommerceSciences and get the bar installed immediately in his website.</description>
11
+ <notes>Quick Installation Manual:&#xD;
12
+ 1) Install the extension through Magento Connect.&#xD;
13
+ 2) Please wait untill the installation is 100% finished &#xD;
14
+ - do not do other actions simultaniouesly on the admin panel&#xD;
15
+ - do not refresh the admin panel/magento connect tab while the installation&#xD;
16
+ 3) If you get any error &#xD;
17
+ - first logout and login again to the admin panel&#xD;
18
+ - clear the cache (Go to "System" &gt; "Cache Managegement" and click "Flush Magento Cache").&#xD;
19
+ - go to the admin panel, "System" &gt; "Configuration" and click on "Personal Bar Configuration" tab.&#xD;
20
+ Now you can proceed ;)&#xD;
21
+ 4)If you didn't get any errors on the installation:&#xD;
22
+ - first logout and login again to the admin panel&#xD;
23
+ - clear the cache (Go to "System" &gt; "Cache Managegement" and click "Flush Magento Cache").&#xD;
24
+ - go to the admin panel, "System" &gt; "Configuration" and click on "Personal Bar Configuration" tab.&#xD;
25
+ Now you can proceed ;) [Yes, it's the same like section 3 :)]</notes>
26
  <authors><author><name>CSciences</name><user>auto-converted</user><email>avivr@commercesciences.com</email></author></authors>
27
+ <date>2012-11-01</date>
28
+ <time>21:17:11</time>
29
+ <contents><target name="magelocal"><dir name="Commercesciences"><dir name="Base"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Form"><dir name="Renderer"><dir name="Group"><file name="About.php" hash="a16457268fe17d002e171059bae3c34f"/></dir><file name="About.php" hash="0cb1eb47f815edbc7bd73f7b99f5e993"/><file name="Campaignid.php" hash="b5d09b5f78b50a434c190423844d8e6a"/><file name="Isactive.php" hash="2a25355d0f457f28a413d6a87ab45d2a"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="2a4b02da1d698ec720db77e7330abd03"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Source"><file name="Fontstyle.php" hash="c651dc8613a3a501ae7c43dd56f7ca10"/></dir></dir></dir></dir><dir name="Mysql4"><file name="Config.php" hash="4d66326f7313bbdf67ca8c16ed34e87d"/></dir><dir name="Resource"><file name="Setup.php" hash="fb19aa68ae9c60f3869247ca109904a4"/></dir><file name="Config.php" hash="5db637f6c8a9ed31c113dde29d87e9de"/><file name="Observer.php" hash="c459e567ba7a9efaee8ce115e714371b"/></dir><dir name="controllers"><file name="ApiController.php" hash="254e5482daed31d581689f988593a99b"/></dir><dir name="etc"><file name="config.xml" hash="7404d3aae752c3a638c5fa3b55a4fbd6"/><file name="system.xml" hash="a287393592ccbf8c03e25311b8f0f9bc"/></dir><dir name="sql"><dir name="commercesciences_base_setup"><file name="mysql4-install-0.0.1.php" hash="69dffc16a50adfe11df29bae648676cc"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Commercesciences_Base.xml" hash="3223d3e6acdeac74abe8b6f10d899522"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="commercesciences.xml" hash="85100232edb979c031e05c3977664781"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="commercesciences"><dir name="css"><file name="skin.css" hash="f8aba0a288182ad85cf7029012dfe24e"/></dir><dir name="images"><file name="CS-Logo-innerpage.png" hash="450dc4a05822cba236a3400bfa1535f7"/><file name="icons-boxed.png" hash="703749e7a6dd991cffc3767244f14887"/><file name="intro-img.png" hash="20f4193fef90371b49379e6df1e8d523"/><file name="setup-takes-2-minutes.png" hash="9b69dde5ccc771e6910adb3a153cf591"/></dir></dir></dir></dir></dir></target></contents>
30
  <compatible/>
31
  <dependencies/>
32
  </package>
skin/adminhtml/default/default/commercesciences/css/skin.css CHANGED
@@ -20,23 +20,7 @@
20
  .cswrapper{
21
  padding: 0 10px;
22
  font-weight: bold;
23
-
24
- }
25
-
26
-
27
- /* Fix for IE8 */
28
- .cs_wrap .link-ph {
29
- min-width: 900px;
30
- }
31
- .csexp1{
32
- min-width: 900px;
33
  }
34
- .cswrapper div {
35
- min-width: 900px;
36
- }
37
- /* End Fix for IE8 */
38
-
39
-
40
  .csexp2, .csexp3{
41
  width: 500px;
42
  margin: 20px 0 0;
@@ -240,10 +224,10 @@
240
  font-size: 75%;
241
  }
242
 
243
- .cs_key-text-block {
244
  text-align: center;
245
  }
246
- .cs_ending-block {
247
  text-align: center;
248
  }
249
  .cs_ending-block p {
@@ -325,4 +309,4 @@
325
  font-style: normal;
326
  font-weight: 400;
327
  src: local('Pontano Sans'), local('PontanoSans-Regular'), url(http://themes.googleusercontent.com/static/fonts/pontanosans/v1/gTHiwyxi6S7iiHpqAoiE3HhCUOGz7vYGh680lGh-uXM.woff) format('woff');
328
- }
20
  .cswrapper{
21
  padding: 0 10px;
22
  font-weight: bold;
 
 
 
 
 
 
 
 
 
 
23
  }
 
 
 
 
 
 
24
  .csexp2, .csexp3{
25
  width: 500px;
26
  margin: 20px 0 0;
224
  font-size: 75%;
225
  }
226
 
227
+ .cs_key-text-block {
228
  text-align: center;
229
  }
230
+ .cs_ending-block {
231
  text-align: center;
232
  }
233
  .cs_ending-block p {
309
  font-style: normal;
310
  font-weight: 400;
311
  src: local('Pontano Sans'), local('PontanoSans-Regular'), url(http://themes.googleusercontent.com/static/fonts/pontanosans/v1/gTHiwyxi6S7iiHpqAoiE3HhCUOGz7vYGh680lGh-uXM.woff) format('woff');
312
+ }