Online_Ring_Sizer - Version 1.0.0.2

Version Notes

User can select categories in admin panel for viewig button.
Include jQuery lib. if absent

Download this release

Release Info

Developer TripleNext
Extension Online_Ring_Sizer
Version 1.0.0.2
Comparing to
See all releases


Code changes from version 1.0.0.1 to 1.0.0.2

js/checkjQuery/addJqueryIfAbsent.js ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ if ( (typeof jQuery === 'undefined') && !window.jQuery ) {
2
+ document.write(unescape("%3Cscript type='text/javascript' src='//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js'%3E%3C/script%3E%3Cscript type='text/javascript'%3EjQuery.noConflict();%3C/script%3E"));
3
+ } else {
4
+ if((typeof jQuery === 'undefined') && window.jQuery) {
5
+ jQuery = window.jQuery;
6
+ } else if((typeof jQuery !== 'undefined') && !window.jQuery) {
7
+ window.jQuery = jQuery;
8
+ }
9
+ }
package.xml CHANGED
@@ -1,18 +1,19 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Online_Ring_Sizer</name>
4
- <version>1.0.0.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://findmyringsize.com/en/Info/TermsAndConditions.aspx">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>A simple on display ring sizer widget that let your customers find their ring size online</summary>
10
  <description>FindMyRingSize is a unique On Display Ring Sizer. Our unique technology offers a simple, reliable and highly accurate solution for online jewelry customers to find their ring size. It's an intuitive process, which takes less than a minute.</description>
11
- <notes>User can select categories in admin panel for viewig button.</notes>
 
12
  <authors><author><name>TripleNext</name><user>triplenext</user><email>ev@triplenext.com</email></author></authors>
13
- <date>2013-08-12</date>
14
- <time>08:35:18</time>
15
- <contents><target name="magecommunity"><dir name="TripleNext"><dir name="OnlineRingSizer"><dir name="etc"><file name="config.xml" hash="eb1d9724ca0249133fc82a6021122ba0"/><file name="system.xml" hash="a3eb2103424f0a75a54b17bfc3469801"/><file name="adminhtml.xml" hash="9bc4c7cc422ecf059757b7fc97f619ce"/></dir><dir name="Helper"><file name="Data.php" hash="a40e9f10f180b266efcae390590f3b76"/></dir><dir name="Model"><file name="Categories.php" hash="9c06b0a6d8a51ab9a0d026c8541b66d6"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="TripleNext_OnlineRingSizer.xml" hash="b421e9c14e473a46a10968ea6e176412"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="TripleNext"><dir name="OnlineRingSizer"><file name="button.phtml" hash="1128c16c2ae6a115b51e99674aa44d66"/><file name="js.phtml" hash="55788d4062e2eb80e1a36a51aea58ac4"/></dir></dir></dir><dir name="layout"><dir name="TripleNext"><dir name="OnlineRingSizer"><file name="FMRSmod.xml" hash="6109f74629271dc141bbecdc9ea137fc"/></dir></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Online_Ring_Sizer</name>
4
+ <version>1.0.0.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://findmyringsize.com/en/Info/TermsAndConditions.aspx">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>A simple on display ring sizer widget that let your customers find their ring size online</summary>
10
  <description>FindMyRingSize is a unique On Display Ring Sizer. Our unique technology offers a simple, reliable and highly accurate solution for online jewelry customers to find their ring size. It's an intuitive process, which takes less than a minute.</description>
11
+ <notes>User can select categories in admin panel for viewig button.&#xD;
12
+ Include jQuery lib. if absent</notes>
13
  <authors><author><name>TripleNext</name><user>triplenext</user><email>ev@triplenext.com</email></author></authors>
14
+ <date>2013-08-14</date>
15
+ <time>13:54:19</time>
16
+ <contents><target name="magecommunity"><dir name="TripleNext"><dir name="OnlineRingSizer"><dir name="etc"><file name="config.xml" hash="eb1d9724ca0249133fc82a6021122ba0"/><file name="system.xml" hash="a3eb2103424f0a75a54b17bfc3469801"/><file name="adminhtml.xml" hash="9bc4c7cc422ecf059757b7fc97f619ce"/></dir><dir name="Helper"><file name="Data.php" hash="a40e9f10f180b266efcae390590f3b76"/></dir><dir name="Model"><file name="Categories.php" hash="9c06b0a6d8a51ab9a0d026c8541b66d6"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="TripleNext_OnlineRingSizer.xml" hash="b421e9c14e473a46a10968ea6e176412"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="TripleNext"><dir name="OnlineRingSizer"><file name="button.phtml" hash="1128c16c2ae6a115b51e99674aa44d66"/><file name="js.phtml" hash="55788d4062e2eb80e1a36a51aea58ac4"/></dir></dir></dir><dir name="layout"><dir name="TripleNext"><dir name="OnlineRingSizer"><file name="FMRSmod.xml" hash="6109f74629271dc141bbecdc9ea137fc"/></dir></dir></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="checkjQuery"><file name="addJqueryIfAbsent.js" hash="4c39032b6a4280c71d4aacd12c1f7384"/></dir></dir></target></contents>
17
  <compatible/>
18
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
19
  </package>