diff options
24 files changed, 1670 insertions, 92 deletions
diff --git a/StoneIsland/config.xml b/StoneIsland/config.xml index 8da296bc..4e4ec247 100755 --- a/StoneIsland/config.xml +++ b/StoneIsland/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-versionCode="6097" id="us.okfoc.stoneisland" version="0.9.7" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget android-versionCode="6097" id="us.okfoc.stoneisland" version="0.9.8" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>Stone Island</name> <description> Stone Island diff --git a/StoneIsland/platforms/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/xcschememanagement.plist b/StoneIsland/platforms/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/xcschememanagement.plist index daa4d171..4bc8d36e 100644 --- a/StoneIsland/platforms/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/StoneIsland/platforms/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/xcschememanagement.plist @@ -7,7 +7,7 @@ <key>Cordova.xcscheme</key> <dict> <key>orderHint</key> - <integer>4</integer> + <integer>3</integer> </dict> <key>CordovaLib.xcscheme</key> <dict> diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Info.plist b/StoneIsland/platforms/ios/Stone Island.xcarchive/Info.plist index fb46eb4a..ebec59d0 100644 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Info.plist +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Info.plist @@ -9,16 +9,16 @@ <key>CFBundleIdentifier</key> <string>us.okfoc.stoneisland</string> <key>CFBundleShortVersionString</key> - <string>0.9.7</string> + <string>0.9.8</string> <key>CFBundleVersion</key> - <string>0.9.7</string> + <string>0.9.8</string> <key>SigningIdentity</key> <string>iPhone Developer: Francesca Agusani (3ECUPBTQ5W)</string> </dict> <key>ArchiveVersion</key> <integer>2</integer> <key>CreationDate</key> - <date>2018-05-02T22:49:56Z</date> + <date>2018-05-02T23:28:13Z</date> <key>Name</key> <string>Stone Island</string> <key>SchemeName</key> diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Assets.car b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Assets.car Binary files differindex 2d4f3397..936ce3c8 100644 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Assets.car +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Assets.car diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib Binary files differindex f33d3565..c5f6c027 100644 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib Binary files differindex 10bdf3b8..53c27c9c 100644 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Info.plist b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Info.plist Binary files differindex bf9a73ec..c8222107 100644 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Info.plist +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Info.plist diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/MainViewController.nib b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/MainViewController.nib Binary files differindex f449d370..17eb4039 100644 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/MainViewController.nib +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/MainViewController.nib diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Stone Island b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Stone Island Binary files differindex a7f337cd..9dc113c0 100755 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Stone Island +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Stone Island diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/_CodeSignature/CodeResources b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/_CodeSignature/CodeResources index e8a164e4..664e74b1 100644 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/_CodeSignature/CodeResources +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/_CodeSignature/CodeResources @@ -94,11 +94,11 @@ </data> <key>Assets.car</key> <data> - sphNzFIHQE5Xy3dT5U+uOYBAhwY= + pJE4bofGJnGe9AqSGaiGWd6sc3Q= </data> <key>CDVLaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib</key> <data> - z5XT5j6YAEqG+vs+Zz8jUzwsSGo= + 7g/ePM47Rtdh7B1FP+Gds9Um1CU= </data> <key>CDVLaunchScreen.storyboardc/Info.plist</key> <data> @@ -106,7 +106,7 @@ </data> <key>CDVLaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib</key> <data> - TyysmZoRUG9EepCG0xmVo22HjJw= + 9SFQ9v4QMIbo4AJmCadNM0kxk3Q= </data> <key>CDVNotification.bundle/beep.wav</key> <data> @@ -114,11 +114,11 @@ </data> <key>Info.plist</key> <data> - QwcdLbTBNR1OxjtCxpmb7qn6bpc= + Yul7bmLznc1YIrfVX2QvHlK5pGc= </data> <key>MainViewController.nib</key> <data> - EsBFv1m3zmfNwjmKQ2V3lguuhao= + vluSPSZVS/Bo4VSpJ3MLzsdWrMM= </data> <key>PkgInfo</key> <data> @@ -126,7 +126,7 @@ </data> <key>config.xml</key> <data> - Gy8+6i8Mp0pArp9JPISVViKbMy0= + faS9ppW9ccAqrjcRLtnAzvb32qM= </data> <key>embedded.mobileprovision</key> <data> @@ -230,7 +230,7 @@ </data> <key>www/css/products.css</key> <data> - r3YescAlGVhaMbk6myaVMV+eUOw= + jbagtfZz5oMNDO3dQsoRQGcmzaA= </data> <key>www/css/vendor/flickity.css</key> <data> @@ -242,7 +242,7 @@ </data> <key>www/db.json</key> <data> - RAMVliou8h0HBFR5Q1hxfwwpV7s= + JOpajFJFCS52mbDG6KjsTfN1wf8= </data> <key>www/img/Resources/CDVNotification.bundle/beep.wav</key> <data> @@ -350,7 +350,7 @@ </data> <key>www/index.html</key> <data> - q2kPIRhjdj42I8N5tOSN5V/W1pM= + q6oQx9+nrmqcNgsMMC5PFihzJ0I= </data> <key>www/js/index.js</key> <data> @@ -402,7 +402,7 @@ </data> <key>www/js/lib/blogs/BlogView.js</key> <data> - aZ+5qiDeL8j9O3mLYJ2lRcM8z0E= + pxMCp0HAvBjzDyH6hAZ9lHU2DZ4= </data> <key>www/js/lib/blogs/HubView.js</key> <data> @@ -510,7 +510,7 @@ </data> <key>www/js/lib/products/ProductView.js</key> <data> - 9QWWM7xqWIzmLvEafuD+DAp6HBE= + frSEcy+Zr4wvorsFDcwd4HmSwKg= </data> <key>www/js/lib/products/Selector.js</key> <data> @@ -941,22 +941,22 @@ <dict> <key>hash</key> <data> - sphNzFIHQE5Xy3dT5U+uOYBAhwY= + pJE4bofGJnGe9AqSGaiGWd6sc3Q= </data> <key>hash2</key> <data> - mePBQSanbL7G2fLgInsGjuV8Z1fiTcTdaGrweJoYbPY= + 8hJPnKdmIOF1taDLmDsykz+eBgWVt9DJiFW9oHXxyR0= </data> </dict> <key>CDVLaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib</key> <dict> <key>hash</key> <data> - z5XT5j6YAEqG+vs+Zz8jUzwsSGo= + 7g/ePM47Rtdh7B1FP+Gds9Um1CU= </data> <key>hash2</key> <data> - XGeqkJv+1+vnO6RYcQiAjzvc2sYqtDAKbpGY3D/pIFo= + lIt0Y0EFWD2RFcGp/ZHY6HdlSL80LIOchG2sBCTa5uA= </data> </dict> <key>CDVLaunchScreen.storyboardc/Info.plist</key> @@ -974,11 +974,11 @@ <dict> <key>hash</key> <data> - TyysmZoRUG9EepCG0xmVo22HjJw= + 9SFQ9v4QMIbo4AJmCadNM0kxk3Q= </data> <key>hash2</key> <data> - tXFH+kbKTAEJKMWxUfoUemFUYwghwj4WxSaq4NwYCF8= + +pyOQj5uF5df+lCkyiYoiynKwYubNisg97MadDafLf0= </data> </dict> <key>CDVNotification.bundle/beep.wav</key> @@ -996,22 +996,22 @@ <dict> <key>hash</key> <data> - EsBFv1m3zmfNwjmKQ2V3lguuhao= + vluSPSZVS/Bo4VSpJ3MLzsdWrMM= </data> <key>hash2</key> <data> - x3uwdPEKTGZIcdguWFKa3bf84xtNCEBq7qtAjuwf65o= + o9C0nRY9F3OFMoCVV49/88M+vbWLY2bVY82vN7HQ29A= </data> </dict> <key>config.xml</key> <dict> <key>hash</key> <data> - Gy8+6i8Mp0pArp9JPISVViKbMy0= + faS9ppW9ccAqrjcRLtnAzvb32qM= </data> <key>hash2</key> <data> - 6wANnsq38D4iUKLAeg5XQjJx46XXc5wA7Um1KZSR14U= + LEBqt8n9NCEajXrUgKiYDAQMDadWgmHlaNMYK9W18N4= </data> </dict> <key>embedded.mobileprovision</key> @@ -1293,11 +1293,11 @@ <dict> <key>hash</key> <data> - r3YescAlGVhaMbk6myaVMV+eUOw= + jbagtfZz5oMNDO3dQsoRQGcmzaA= </data> <key>hash2</key> <data> - /PuuZYs1ylguHQ2tkUyrpd6fOowjmgvAoOvDO+XImI8= + i45GljED2Eo6kVwuADWRPz3RGgYQfAyc3LWL6E46mOc= </data> </dict> <key>www/css/vendor/flickity.css</key> @@ -1326,11 +1326,11 @@ <dict> <key>hash</key> <data> - RAMVliou8h0HBFR5Q1hxfwwpV7s= + JOpajFJFCS52mbDG6KjsTfN1wf8= </data> <key>hash2</key> <data> - YQ8BwZvsCqGma1Kc4Z0dCB1S7Cj7DUNeItCXPwPQw1Y= + xJb+L5kB0NQxk05ekNoGhhsjqTxyyWguCPPLOLbT4ws= </data> </dict> <key>www/img/Resources/CDVNotification.bundle/beep.wav</key> @@ -1623,11 +1623,11 @@ <dict> <key>hash</key> <data> - q2kPIRhjdj42I8N5tOSN5V/W1pM= + q6oQx9+nrmqcNgsMMC5PFihzJ0I= </data> <key>hash2</key> <data> - qAmk/FlnvacJUiSgczQQ4F/x+xz3A2W1g58eu+Z2YGA= + T1lBQ5kMTH0sk+snXx27xEGc0L1FA09vfLrUHZDWfF0= </data> </dict> <key>www/js/index.js</key> @@ -1766,11 +1766,11 @@ <dict> <key>hash</key> <data> - aZ+5qiDeL8j9O3mLYJ2lRcM8z0E= + pxMCp0HAvBjzDyH6hAZ9lHU2DZ4= </data> <key>hash2</key> <data> - bI2eCUofW93oFasnxX/7d36dRPwoiAyD+6vLlPhqP3s= + VNSj/i3MFH6MlovNbaXrZ6GYSlfQuF60L8Y9ZVTmMmo= </data> </dict> <key>www/js/lib/blogs/HubView.js</key> @@ -2063,11 +2063,11 @@ <dict> <key>hash</key> <data> - 9QWWM7xqWIzmLvEafuD+DAp6HBE= + frSEcy+Zr4wvorsFDcwd4HmSwKg= </data> <key>hash2</key> <data> - JZDc7DlMJixJFW1mRRJclzy1pCwszdoxBwB0ZZdnyig= + PiTxNyCf6dI/7ObaS9jhiuOKZ1fMUP+JHRulVpafzrI= </data> </dict> <key>www/js/lib/products/Selector.js</key> diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/config.xml b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/config.xml index ec927878..09325044 100755 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/config.xml +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-versionCode="6097" id="us.okfoc.stoneisland" version="0.9.7" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget android-versionCode="6097" id="us.okfoc.stoneisland" version="0.9.8" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <feature name="LocalStorage"> <param name="ios-package" value="CDVLocalStorage" /> </feature> diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/products.css b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/products.css index d481a674..8787de6f 100755 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/products.css +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/products.css @@ -216,8 +216,13 @@ text-transform:uppercase; padding:12px 0 0; } -.product .fit.altText { +.product .fitFooter { + clear:both; + font-size:9px; + letter-spacing:0.5px; text-decoration: none; + text-transform:uppercase; + padding:12px 0 0; } #product .gallery-prev, diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/db.json b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/db.json index 9bdae006..4871fee2 100644 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/db.json +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/db.json @@ -3325,6 +3325,777 @@ ], "__index": 48, "dateCreated": "Thu, 02 Nov 2017 15:16:58 GMT" + }, + { + "id": "pertex-quantum-y", + "date": "Thu, 23 Nov 2017 12:00:00 GMT", + "title": "PERTEX QUANTUM Y", + "subtitle": "", + "body": " This next generation technological performance fabric pairs extreme lightness with high strength and durability.\r\nIn Pertex Quantum Y pieces, the unique Y-shaped structure of the yarns interlocks for a more stable construction of the material and an extremely fluid and smooth surface aspect.\r\n
DWR (Durable Water Repellence) technology gives the fabric greater water-repellent properties that last over time.\r\nThe garments are padded with the finest down or a lightweight substrate in PrimaLoft®.\r\n\r\n43421_APP EXCLUSIVE FROM 11/23 TO 11/29", + "link": "", + "store": "true", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/3bf39860-d05f-11e7-b5b4-051373ff3553.jpg", + "width": "559", + "height": "729", + "caption": "" + } + ], + "__index": 49, + "dateCreated": "Thu, 23 Nov 2017 15:02:46 GMT" + }, + { + "id": "ss_-018-preview_exclusively-on-the-stone-island-app", + "date": "Tue, 12 Dec 2017 12:00:00 GMT", + "title": "SS_'018 Preview_Exclusively on the Stone Island App", + "subtitle": "", + "body": "Stone Island innovation in fabrics and treatments applied to garments designed with inspiration taken from sportswear and military uniforms.\r\nReworking concepts, techniques and aesthetics from the archive.\r\nThe seasonal color card includes dark sophisticated tones such as musk and pastel tones, for instance light green.\r\n\r\nSPRING SUMMER COLLECTION PREVIEW\r\nAPP EXCLUSIVE FROM 12/12 TO 12/18", + "link": "", + "store": "true", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/fccc3780-df4c-11e7-ba17-01c29471a12d.jpg", + "width": "1014", + "height": "720", + "caption": "" + } + ], + "__index": 50, + "dateCreated": "Tue, 12 Dec 2017 15:06:54 GMT" + }, + { + "id": "stone-island-ss_-018-lookbook", + "date": "Tue, 12 Dec 2017 12:00:00 GMT", + "title": "Stone Island SS_'018 Lookbook", + "subtitle": "", + "body": "
View the SS_'018 Lookbook on stoneisland.com and on the Stone Island App.", + "link": "", + "store": "true", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5d196270-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5d84f580-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5d7a9540-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5ca1c170-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5cf49c60-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5be5c470-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5caa9b10-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5ca32100-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5b5e6c00-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5bf13620-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5ac3b2a0-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5accb350-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5bc19aa0-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5a386290-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/59e64af0-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/58ef8ee0-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/58543940-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/582e3ab0-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5953cef0-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/58c04180-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5a74cf50-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/577041e0-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/573beb70-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/576f5780-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/56533920-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/576e9430-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/56422220-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/554d13c0-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/54f24990-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/554dfe20-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/57369440-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/551ed7d0-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/53b44b50-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/540eee70-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5925ba10-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/539eee90-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + } + ], + "__index": 51, + "dateCreated": "Tue, 12 Dec 2017 15:06:58 GMT" + }, + { + "id": "spring-summer_-018-icon-imagery", + "date": "Tue, 09 Jan 2018 12:00:00 GMT", + "title": "SPRING SUMMER_'018 ICON IMAGERY", + "subtitle": "", + "body": "", + "link": "", + "store": "false", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/b3c4de40-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/b1745e90-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/add39120-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/a7b5b5c0-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/a483fdd0-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/9c490ed0-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/92414f10-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/8bdddf30-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/7dfaba00-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/8444fc90-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/727dbf60-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/699d4190-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/59050e80-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/4ff877a0-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/4b2ac2f0-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/3f61a420-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/38b19ae0-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/32b9be10-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/2d680c50-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/1bb2f790-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/13d829f0-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/0f4f9490-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/07c1ae70-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/027776c0-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/fe297960-f54c-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/faff89a0-f54c-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/f761a260-f54c-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/e96bdf90-f54c-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/e101f150-f54c-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/d705a340-f54c-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/d4abd4c0-f54c-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + } + ], + "__index": 52, + "dateCreated": "Tue, 09 Jan 2018 14:59:41 GMT" + }, + { + "id": "6815-stone-island-ss-018_collection-video", + "date": "Tue, 30 Jan 2018 12:00:00 GMT", + "title": "6815 Stone Island SS '018_Collection Video", + "subtitle": "", + "body": "", + "link": "https://youtu.be/lhEEW5fudQk", + "store": "false", + "__index": 53, + "dateCreated": "Tue, 30 Jan 2018 15:51:41 GMT", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/991f2c10-05d5-11e8-ba17-01c29471a12d.jpg", + "width": "1920", + "height": "1080", + "caption": "" + } + ] + }, + { + "id": "foam-resin-treated-denim", + "date": "Thu, 15 Feb 2018 12:00:00 GMT", + "title": "FOAM RESIN TREATED DENIM", + "subtitle": "", + "body": "Blouson in 11¾ stretch washed denim with a 3/1 twill weave, made with a sulfur based cotton yarn dyeing process. After weaving, the fabric undergoes a special foam treatment leaving a light and impalpable pigmented resin base on the outer side. \r\nThe finished garment undergoes the traditional denim washes.\r\n\r\nAPP EXCLUSIVE FROM 2/15 TO 2/21", + "link": "", + "store": "true", + "__index": 54, + "dateCreated": "Thu, 15 Feb 2018 15:04:37 GMT", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/8ec987e0-1261-11e8-94f4-9bec9d46ff0b.jpg", + "width": "600", + "height": "801", + "caption": "" + } + ] + }, + { + "id": "textured-nylon-sneaker-", + "date": "Thu, 22 Feb 2018 12:00:00 GMT", + "title": "TEXTURED NYLON SNEAKER ", + "subtitle": "", + "body": "Tennis-style sneaker in high-tenacity structured nylon. Stone Island Compass logo engraved on the leather tongue. Colored rubber sole.
\r\nMade in Italy by Diemme.
\r\n\r\nAPP EXCLUSIVE FROM 2/22 TO 2/28", + "link": "", + "store": "true", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/e17a01b0-17e1-11e8-94f4-9bec9d46ff0b.jpg", + "width": "742", + "height": "1000", + "caption": "" + } + ], + "__index": 55, + "dateCreated": "Thu, 22 Feb 2018 15:05:58 GMT" + }, + { + "id": "ghost-piece", + "date": "Thu, 01 Mar 2018 12:00:00 GMT", + "title": "GHOST PIECE", + "subtitle": "", + "body": "WHITE GHOST
\r\nSTONE ISLAND APP EXCLUSIVE COLORWAY\r\n\r\nS
702F1_Tank Shield technical trench coat, made in an opaque polyester tela, preassembled and then entirely laminated with overlapping panels made by a performing membrane. Raised collar with fold-away hood.
\r\n\r\n559FA_Cotton crew neck, with cotton jersey insert on shoulders. Ribbed neckline, cuffs and bottom hem.
\r\n\r\nAVAILABLE FROM 03/01 TO 03/07", + "link": "", + "store": "true", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/d522cf10-1d44-11e8-bdc7-dbb82265d0f0.jpg", + "width": "580", + "height": "813", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/d4a33ed0-1d44-11e8-bdc7-dbb82265d0f0.jpg", + "width": "580", + "height": "813", + "caption": "" + } + ], + "__index": 56, + "dateCreated": "Thu, 01 Mar 2018 14:58:46 GMT" + }, + { + "id": "garment-dyed-plated-reflective-with-ny-jersey-r", + "date": "Thu, 08 Mar 2018 12:00:00 GMT", + "title": "GARMENT DYED PLATED REFLECTIVE WITH NY JERSEY-R", + "subtitle": "", + "body": "Garments made in two exclusive Stone Island engineered fabrics. A nylon tela base, that can be garment dyed, plated with a highly reflective resin substance containing thousands of glass microspheres and a double layer of nylon jersey with an inner performance membrane.\r\nThe finished pieces are dyed with special recipes that color all the fabric parts while respecting the reflective surface.
\r\n\r\nSTONE ISLAND APP EXCLUSIVE COLORWAY
\r\n\r\n44999_Anorak with chimney collar. The upper part is made in NY Jersey-R, the lower one in Reflective fabric.\r\n\r\nAVAILABLE FROM 3/8 TO 3/14", + "link": "", + "store": "true", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/d48df820-22e1-11e8-bdc7-dbb82265d0f0.jpg", + "width": "290", + "height": "407", + "caption": "" + } + ], + "__index": 57, + "dateCreated": "Thu, 08 Mar 2018 15:03:19 GMT" + }, + { + "id": "hexagon-br-pertex-quantum-y-and-garments-in-quilted-jersey", + "date": "Thu, 15 Mar 2018 12:00:00 GMT", + "title": "HEXAGON<br>PERTEX QUANTUM Y AND GARMENTS IN QUILTED JERSEY", + "subtitle": "", + "body": "The hexagonal motif is explored in fleecewear garments - made in jersey padded in wadding - and in outerwear pieces in Pertex Quantum Y, quilted with an inner layer of PrimaLoft®.\r\n\r\nThis next generation technological performance fabric pairs extreme lightness with high strength and durability. The unique Y-shaped structure of the yarns provides a more stable construction of the material and an extremely fluid and smooth surface aspect.\r\n\r\naspect.
DWR (Durable Water Repellence) technology gives the fabric greater water-repellent properties that last over time.\r\n\r\nAPP EXCLUSIVE FROM 3/15 TO 3/21", + "link": "", + "store": "true", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/35d803f0-2864-11e8-bdc7-dbb82265d0f0.jpg", + "width": "519", + "height": "691", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/35d19b50-2864-11e8-bdc7-dbb82265d0f0.jpg", + "width": "519", + "height": "691", + "caption": "" + } + ], + "__index": 58, + "dateCreated": "Thu, 15 Mar 2018 15:10:12 GMT" + }, + { + "id": "alligator-camo-preview-video", + "date": "Mon, 19 Mar 2018 12:00:00 GMT", + "title": "ALLIGATOR CAMO PREVIEW VIDEO", + "subtitle": "", + "body": "", + "link": "https://youtu.be/oxkXZvcX6nY", + "store": "false", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/13b753b0-2b80-11e8-bdc7-dbb82265d0f0.jpg", + "width": "1267", + "height": "714", + "caption": "" + } + ], + "__index": 60, + "dateCreated": "Mon, 19 Mar 2018 14:16:34 GMT" + }, + { + "id": "alligator-camo-preview", + "date": "Mon, 19 Mar 2018 12:00:00 GMT", + "title": "ALLIGATOR CAMO PREVIEW", + "subtitle": "", + "body": "The ‘’alligator’’ camouflage motif, inspired by the Polish military files, is developed in all product families, with mix fabric monocromatic details.\r\nThe pattern has been hand painted, then photographed and printed with a series of techniques and 6 colors printing process: 5 pigment colors and 1 colored polyurethane with raised rubberized aspect.\r\nOuterwear pieces and bermudas are made in LIGHT COTTON-NYLON REP and LIGHT COTTON-NYLON TELA.\r\nThe theme is also applied to sweatshirts and t-shirts.\r\n\r\nEXCLUSIVELY AVAILABLE ON THE STONE ISLAND APP
FROM 3/22 TO 4/4", + "link": "", + "store": "false", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/6ffed4e0-2b80-11e8-bdc7-dbb82265d0f0.jpg", + "width": "779", + "height": "1037", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/701b84a0-2b80-11e8-bdc7-dbb82265d0f0.jpg", + "width": "1000", + "height": "709", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/6f17d040-2b80-11e8-bdc7-dbb82265d0f0.jpg", + "width": "519", + "height": "691", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/713a8930-2b80-11e8-bdc7-dbb82265d0f0.jpg", + "width": "1128", + "height": "800", + "caption": "" + } + ], + "__index": 61, + "dateCreated": "Mon, 19 Mar 2018 14:19:06 GMT" + }, + { + "id": "membrana-3l-tc_stone-island-app-preview", + "date": "Thu, 05 Apr 2018 12:00:00 GMT", + "title": "Membrana 3L TC_Stone Island App Preview", + "subtitle": "", + "body": "Parka with fold-away hood in 3 layer light performance fabric made from an opaque nylon outer face laminated to a breathable, water resistant membrane, protected by an imperceptible polyester base. Garment dyed.\r\nThe addition of a special agent to the dye formula makes the piece anti-drop.\r\n\r\nAVAILABLE ON THE STONE ISLAND APP
FROM 4/5 TO 4/11", + "link": "", + "store": "false", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/38ac44c0-38da-11e8-bedb-55eaec759d1d.jpg", + "width": "613", + "height": "800", + "caption": "" + } + ], + "__index": 62, + "dateCreated": "Thu, 05 Apr 2018 14:04:20 GMT" + }, + { + "id": "light-soft-shell-si-check-grid", + "date": "Thu, 12 Apr 2018 12:00:00 GMT", + "title": "LIGHT SOFT SHELL SI CHECK GRID", + "subtitle": "", + "body": "Light bomber jacket in Light Soft Shell, a 2.5 layer performance fabric. The polyester jersey-look outer face is laminated to a breathable, water and wind proof inner membrane, customized with the STONE ISLAND Check Grid print. The construction of the outer fabric bestows the garment with excellent flexibility and comfort.\r\n\r\nAVAILABLE ON THE STONE ISLAND APP
FROM 4/12 TO 4/18", + "link": "", + "store": "true", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/14a6bad0-3e5a-11e8-bedb-55eaec759d1d.jpg", + "width": "1334", + "height": "1000", + "caption": "" + } + ], + "__index": 63, + "dateCreated": "Thu, 12 Apr 2018 14:02:07 GMT" + }, + { + "id": "stone-island-prototype-research_series-03-extreme-compacting-process-on-nylon-base", + "date": "Wed, 18 Apr 2018 12:00:00 GMT", + "title": "STONE ISLAND PROTOTYPE RESEARCH_SERIES 03 EXTREME COMPACTING PROCESS ON NYLON BASE", + "subtitle": "", + "body": "Stone Island continues it’s limited edition project, to give light to research themes that due to their complexity in experimentation have still not yet been industrialized. This is how unique projects with a limited number of garments come to life, created by innovative technologies with fabric and treatments still unreleased.\r\n\r\nEXTREME COMPACTING PROCESS ON NYLON BASE is made of a mix of 4 polyamide based canvas fabrics, with different weights, composition and shrinkage. \r\nThe finished piece is then treated with a complex dyeing process that colors, shrinks and compacts the materials to reproportion the aesthetics thanks to Stone Island’s expertise in pattern making and to the know-how of its color laboratory.\r\n\r\nOn sale in May.", + "link": "", + "store": "false", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/b5372f60-431f-11e8-bedb-55eaec759d1d.jpg", + "width": "533", + "height": "347", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/b54ade70-431f-11e8-bedb-55eaec759d1d.jpg", + "width": "533", + "height": "347", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/b54fe780-431f-11e8-bedb-55eaec759d1d.jpg", + "width": "533", + "height": "347", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/b55788a0-431f-11e8-bedb-55eaec759d1d.jpg", + "width": "533", + "height": "347", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/b586aef0-431f-11e8-bedb-55eaec759d1d.jpg", + "width": "533", + "height": "347", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/b584b320-431f-11e8-bedb-55eaec759d1d.jpg", + "width": "533", + "height": "347", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/b5c73a60-431f-11e8-bedb-55eaec759d1d.jpg", + "width": "533", + "height": "347", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/b63899d0-431f-11e8-bedb-55eaec759d1d.jpg", + "width": "533", + "height": "347", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/b5f8d1b0-431f-11e8-bedb-55eaec759d1d.jpg", + "width": "533", + "height": "347", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/b63c4350-431f-11e8-bedb-55eaec759d1d.jpg", + "width": "533", + "height": "347", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/b601d260-431f-11e8-bedb-55eaec759d1d.jpg", + "width": "533", + "height": "347", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/b60f3fe0-431f-11e8-bedb-55eaec759d1d.jpg", + "width": "533", + "height": "347", + "caption": "" + } + ], + "__index": 64, + "dateCreated": "Wed, 18 Apr 2018 15:49:03 GMT" } ], "page": [ @@ -3384,8 +4155,8 @@ "StoreIsOpen": "false", "ClosedStoreImages": [ { - "uri": "https://marsupial.s3.amazonaws.com/stoneisland/aa025d50-c457-11e7-b5b4-051373ff3553.jpg", - "width": "767", + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/dac07ea0-3e59-11e8-bedb-55eaec759d1d.jpg", + "width": "1334", "height": "1000", "caption": "" } @@ -3393,7 +4164,7 @@ "__index": 0, "dateCreated": "Fri, 20 Nov 2015 00:45:03 GMT", "collection": "", - "FitsLarge": "true", + "FitsLarge": "false", "BackgroundIsGray": "false", "CollectionId": "", "StoreStatus": "closed", @@ -3403,22 +4174,27 @@ "StoreClosedMessageTwo": "", "FittingCodes": "", "DepartmentStoreStatus": "closed", - "Departments": [], + "Departments": [ + { + "text": "LIGHT SOFT SHELL SI CHECK GRID", + "uri": "PPSFTSHLLSC" + } + ], "GroupBy": "none", "FilterBy": "none", "ShowProductNameOnCollectionPage": false, - "NotAvailableInCanada": true + "NotAvailableInCanada": false }, { "id": "test-environment", "title": "TEST ENVIRONMENT", "collection": "", - "CollectionId": "", - "DepartmentId": "", + "CollectionId": "PRRDRTT", + "DepartmentId": "PRRDRTT", "Departments": [ { - "text": "APP_PERTEX_USCA", - "uri": "PPSFTSHLLSC" + "text": "PRRDRTT", + "uri": "PRRDRTT" } ], "StoreStatus": "open", @@ -3429,9 +4205,8 @@ "OpensOn": "", "StoreClosedMessageOne": "", "StoreClosedMessageTwo": "", - "FitsLarge": "true", - "FitsLargeText": "", - "FittingCodes": "", + "FitsLarge": "use_alt_text", + "FittingCodes": "54160420KJ", "BackgroundIsGray": "false", "ClosedStoreImages": [ { @@ -3443,7 +4218,8 @@ ], "__index": 1, "dateCreated": "Sat, 15 Apr 2017 00:26:23 GMT", - "NotAvailableInCanada": true + "NotAvailableInCanada": false, + "FitsLargeText": "M (size on the label) → fits M/L\r\nL (size on the label) → fits L/XL\r\nXL (size on the label) → fits XL/XXL\r\n" } ] }
\ No newline at end of file diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/index.html b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/index.html index 8003faf3..d5d706c1 100755 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/index.html +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/index.html @@ -286,6 +286,8 @@ <br><br> We suggest you choose a smaller size than yours. </div> + <div class='fitFooter'> + </div> </div> </div> </div> diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/js/lib/blogs/BlogView.js b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/js/lib/blogs/BlogView.js index ed17e684..6eea977f 100755 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/js/lib/blogs/BlogView.js +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/js/lib/blogs/BlogView.js @@ -92,18 +92,11 @@ var BlogView = View.extend({ console.log(app.store.StoreStatus) - console.log(app.store.FitsLarge, app.store.fitsLargeText) app.product.fitLargeCodes = {} if (app.store.FittingCodes.length) { app.store.FittingCodes.split("\n").forEach(function(code){ app.product.fitLargeCodes[code] = true }) - console.log(app.store.FitsLarge, app.store.fitsLargeText) - if (app.store.FitsLarge === 'use_alt_text' && (app.store.FitsLargeText || "").length) { - var fit_lines = app.store.FitsLargeText.replace(/</g, "<").replace(/>/g, "&rt;").split('\n').join("<br>") - $('.fit').html(fit_lines) - $('.fit').addClass('altText') - } } if (app.store.BackgroundIsGray === "true") { diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/js/lib/products/ProductView.js b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/js/lib/products/ProductView.js index c22c7962..536b4dad 100755 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/js/lib/products/ProductView.js +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/js/lib/products/ProductView.js @@ -26,6 +26,7 @@ var ProductView = ScrollableView.extend({ this.$color = this.$(".color") this.$body = this.$(".body") this.$fit = this.$(".fit") + this.$fitFooter = this.$('.fitFooter') this.$notAvailableInCanada = this.$(".notAvailableInCanada") this.$sizing = this.$(".sizing") this.$style = this.$(".style") @@ -182,15 +183,16 @@ var ProductView = ScrollableView.extend({ this.code = data['DefaultCode10'] console.log( data['DefaultCode10'] ) -title += "<br>EXTREME COMPACTING ON NYLON BASE<br>LIMITED EDITION - NUMBERED 01 TO 100" + + // title += "<br>EXTREME COMPACTING ON NYLON BASE<br>LIMITED EDITION - NUMBERED 01 TO 100" if (title.indexOf('<br>') !== -1) { var title_lines = title.split('<br>').map(function(s){ - if (s.indexOf("LIMITED EDITION")) { + if (s.indexOf("LIMITED EDITION") !== -1) { return "<span class='red'>" + s + "</span>" } return s - }) - title = title_lines.join('<br><br>') + }.bind(this)) + title = title_lines.join('<br><br>') + '<br>' } this.$title.html(title) this.$type.html(type) @@ -201,11 +203,22 @@ title += "<br>EXTREME COMPACTING ON NYLON BASE<br>LIMITED EDITION - NUMBERED 01 this.$productHeader.toggleClass("wide", title.length > 48) - var fits_large = !! this.fitLargeCodes[this.code] + var fits_large = !!(this.fitLargeCodes[this.code] && app.store.fitsLarge === 'true') app.product.$fit.toggle( fits_large ) app.product.$sizing.toggle( fits_large ) this.showFooter() + + console.log(app.store.FitsLarge, app.store.fitsLargeText) + if (app.store.FitsLarge === 'use_alt_text' && (app.store.FitsLargeText || "").length) { + var fit_lines = app.store.FitsLargeText.replace(/</g, "<").replace(/>/g, "&rt;").split('\n').join("<br>") + $('.fitFooter').html(fit_lines) + $('.fitFooter').show() + } + else { + $('.fitFooter').hide() + } + this.deferScrollToTop() }, diff --git a/StoneIsland/platforms/ios/Stone Island.xcworkspace/xcuserdata/user.xcuserdatad/UserInterfaceState.xcuserstate b/StoneIsland/platforms/ios/Stone Island.xcworkspace/xcuserdata/user.xcuserdatad/UserInterfaceState.xcuserstate Binary files differindex ca650d44..1f9fffce 100644 --- a/StoneIsland/platforms/ios/Stone Island.xcworkspace/xcuserdata/user.xcuserdatad/UserInterfaceState.xcuserstate +++ b/StoneIsland/platforms/ios/Stone Island.xcworkspace/xcuserdata/user.xcuserdatad/UserInterfaceState.xcuserstate diff --git a/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist b/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist index 162ec46b..ad817847 100644 --- a/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist +++ b/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist @@ -21,11 +21,11 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>0.9.7</string> + <string>0.9.8</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>0.9.7</string> + <string>0.9.8</string> <key>LSRequiresIPhoneOS</key> <true/> <key>NSMainNibFile</key> diff --git a/StoneIsland/platforms/ios/Stone Island/config.xml b/StoneIsland/platforms/ios/Stone Island/config.xml index ec927878..09325044 100755 --- a/StoneIsland/platforms/ios/Stone Island/config.xml +++ b/StoneIsland/platforms/ios/Stone Island/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-versionCode="6097" id="us.okfoc.stoneisland" version="0.9.7" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget android-versionCode="6097" id="us.okfoc.stoneisland" version="0.9.8" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <feature name="LocalStorage"> <param name="ios-package" value="CDVLocalStorage" /> </feature> diff --git a/StoneIsland/platforms/ios/www/css/products.css b/StoneIsland/platforms/ios/www/css/products.css index d481a674..8787de6f 100755 --- a/StoneIsland/platforms/ios/www/css/products.css +++ b/StoneIsland/platforms/ios/www/css/products.css @@ -216,8 +216,13 @@ text-transform:uppercase; padding:12px 0 0; } -.product .fit.altText { +.product .fitFooter { + clear:both; + font-size:9px; + letter-spacing:0.5px; text-decoration: none; + text-transform:uppercase; + padding:12px 0 0; } #product .gallery-prev, diff --git a/StoneIsland/platforms/ios/www/db.json b/StoneIsland/platforms/ios/www/db.json index 9bdae006..4871fee2 100644 --- a/StoneIsland/platforms/ios/www/db.json +++ b/StoneIsland/platforms/ios/www/db.json @@ -3325,6 +3325,777 @@ ], "__index": 48, "dateCreated": "Thu, 02 Nov 2017 15:16:58 GMT" + }, + { + "id": "pertex-quantum-y", + "date": "Thu, 23 Nov 2017 12:00:00 GMT", + "title": "PERTEX QUANTUM Y", + "subtitle": "", + "body": " This next generation technological performance fabric pairs extreme lightness with high strength and durability.\r\nIn Pertex Quantum Y pieces, the unique Y-shaped structure of the yarns interlocks for a more stable construction of the material and an extremely fluid and smooth surface aspect.\r\n
DWR (Durable Water Repellence) technology gives the fabric greater water-repellent properties that last over time.\r\nThe garments are padded with the finest down or a lightweight substrate in PrimaLoft®.\r\n\r\n43421_APP EXCLUSIVE FROM 11/23 TO 11/29", + "link": "", + "store": "true", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/3bf39860-d05f-11e7-b5b4-051373ff3553.jpg", + "width": "559", + "height": "729", + "caption": "" + } + ], + "__index": 49, + "dateCreated": "Thu, 23 Nov 2017 15:02:46 GMT" + }, + { + "id": "ss_-018-preview_exclusively-on-the-stone-island-app", + "date": "Tue, 12 Dec 2017 12:00:00 GMT", + "title": "SS_'018 Preview_Exclusively on the Stone Island App", + "subtitle": "", + "body": "Stone Island innovation in fabrics and treatments applied to garments designed with inspiration taken from sportswear and military uniforms.\r\nReworking concepts, techniques and aesthetics from the archive.\r\nThe seasonal color card includes dark sophisticated tones such as musk and pastel tones, for instance light green.\r\n\r\nSPRING SUMMER COLLECTION PREVIEW\r\nAPP EXCLUSIVE FROM 12/12 TO 12/18", + "link": "", + "store": "true", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/fccc3780-df4c-11e7-ba17-01c29471a12d.jpg", + "width": "1014", + "height": "720", + "caption": "" + } + ], + "__index": 50, + "dateCreated": "Tue, 12 Dec 2017 15:06:54 GMT" + }, + { + "id": "stone-island-ss_-018-lookbook", + "date": "Tue, 12 Dec 2017 12:00:00 GMT", + "title": "Stone Island SS_'018 Lookbook", + "subtitle": "", + "body": "
View the SS_'018 Lookbook on stoneisland.com and on the Stone Island App.", + "link": "", + "store": "true", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5d196270-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5d84f580-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5d7a9540-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5ca1c170-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5cf49c60-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5be5c470-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5caa9b10-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5ca32100-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5b5e6c00-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5bf13620-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5ac3b2a0-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5accb350-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5bc19aa0-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5a386290-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/59e64af0-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/58ef8ee0-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/58543940-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/582e3ab0-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5953cef0-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/58c04180-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5a74cf50-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/577041e0-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/573beb70-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/576f5780-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/56533920-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/576e9430-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/56422220-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/554d13c0-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/54f24990-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/554dfe20-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/57369440-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/551ed7d0-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/53b44b50-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/540eee70-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/5925ba10-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/539eee90-df4d-11e7-ba17-01c29471a12d.jpg", + "width": "652", + "height": "978", + "caption": "" + } + ], + "__index": 51, + "dateCreated": "Tue, 12 Dec 2017 15:06:58 GMT" + }, + { + "id": "spring-summer_-018-icon-imagery", + "date": "Tue, 09 Jan 2018 12:00:00 GMT", + "title": "SPRING SUMMER_'018 ICON IMAGERY", + "subtitle": "", + "body": "", + "link": "", + "store": "false", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/b3c4de40-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/b1745e90-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/add39120-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/a7b5b5c0-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/a483fdd0-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/9c490ed0-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/92414f10-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/8bdddf30-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/7dfaba00-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/8444fc90-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/727dbf60-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/699d4190-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/59050e80-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/4ff877a0-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/4b2ac2f0-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/3f61a420-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/38b19ae0-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/32b9be10-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/2d680c50-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/1bb2f790-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/13d829f0-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/0f4f9490-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/07c1ae70-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/027776c0-f54d-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/fe297960-f54c-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/faff89a0-f54c-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/f761a260-f54c-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/e96bdf90-f54c-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/e101f150-f54c-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/d705a340-f54c-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/d4abd4c0-f54c-11e7-ba17-01c29471a12d.jpg", + "width": "667", + "height": "1000", + "caption": "" + } + ], + "__index": 52, + "dateCreated": "Tue, 09 Jan 2018 14:59:41 GMT" + }, + { + "id": "6815-stone-island-ss-018_collection-video", + "date": "Tue, 30 Jan 2018 12:00:00 GMT", + "title": "6815 Stone Island SS '018_Collection Video", + "subtitle": "", + "body": "", + "link": "https://youtu.be/lhEEW5fudQk", + "store": "false", + "__index": 53, + "dateCreated": "Tue, 30 Jan 2018 15:51:41 GMT", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/991f2c10-05d5-11e8-ba17-01c29471a12d.jpg", + "width": "1920", + "height": "1080", + "caption": "" + } + ] + }, + { + "id": "foam-resin-treated-denim", + "date": "Thu, 15 Feb 2018 12:00:00 GMT", + "title": "FOAM RESIN TREATED DENIM", + "subtitle": "", + "body": "Blouson in 11¾ stretch washed denim with a 3/1 twill weave, made with a sulfur based cotton yarn dyeing process. After weaving, the fabric undergoes a special foam treatment leaving a light and impalpable pigmented resin base on the outer side. \r\nThe finished garment undergoes the traditional denim washes.\r\n\r\nAPP EXCLUSIVE FROM 2/15 TO 2/21", + "link": "", + "store": "true", + "__index": 54, + "dateCreated": "Thu, 15 Feb 2018 15:04:37 GMT", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/8ec987e0-1261-11e8-94f4-9bec9d46ff0b.jpg", + "width": "600", + "height": "801", + "caption": "" + } + ] + }, + { + "id": "textured-nylon-sneaker-", + "date": "Thu, 22 Feb 2018 12:00:00 GMT", + "title": "TEXTURED NYLON SNEAKER ", + "subtitle": "", + "body": "Tennis-style sneaker in high-tenacity structured nylon. Stone Island Compass logo engraved on the leather tongue. Colored rubber sole.
\r\nMade in Italy by Diemme.
\r\n\r\nAPP EXCLUSIVE FROM 2/22 TO 2/28", + "link": "", + "store": "true", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/e17a01b0-17e1-11e8-94f4-9bec9d46ff0b.jpg", + "width": "742", + "height": "1000", + "caption": "" + } + ], + "__index": 55, + "dateCreated": "Thu, 22 Feb 2018 15:05:58 GMT" + }, + { + "id": "ghost-piece", + "date": "Thu, 01 Mar 2018 12:00:00 GMT", + "title": "GHOST PIECE", + "subtitle": "", + "body": "WHITE GHOST
\r\nSTONE ISLAND APP EXCLUSIVE COLORWAY\r\n\r\nS
702F1_Tank Shield technical trench coat, made in an opaque polyester tela, preassembled and then entirely laminated with overlapping panels made by a performing membrane. Raised collar with fold-away hood.
\r\n\r\n559FA_Cotton crew neck, with cotton jersey insert on shoulders. Ribbed neckline, cuffs and bottom hem.
\r\n\r\nAVAILABLE FROM 03/01 TO 03/07", + "link": "", + "store": "true", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/d522cf10-1d44-11e8-bdc7-dbb82265d0f0.jpg", + "width": "580", + "height": "813", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/d4a33ed0-1d44-11e8-bdc7-dbb82265d0f0.jpg", + "width": "580", + "height": "813", + "caption": "" + } + ], + "__index": 56, + "dateCreated": "Thu, 01 Mar 2018 14:58:46 GMT" + }, + { + "id": "garment-dyed-plated-reflective-with-ny-jersey-r", + "date": "Thu, 08 Mar 2018 12:00:00 GMT", + "title": "GARMENT DYED PLATED REFLECTIVE WITH NY JERSEY-R", + "subtitle": "", + "body": "Garments made in two exclusive Stone Island engineered fabrics. A nylon tela base, that can be garment dyed, plated with a highly reflective resin substance containing thousands of glass microspheres and a double layer of nylon jersey with an inner performance membrane.\r\nThe finished pieces are dyed with special recipes that color all the fabric parts while respecting the reflective surface.
\r\n\r\nSTONE ISLAND APP EXCLUSIVE COLORWAY
\r\n\r\n44999_Anorak with chimney collar. The upper part is made in NY Jersey-R, the lower one in Reflective fabric.\r\n\r\nAVAILABLE FROM 3/8 TO 3/14", + "link": "", + "store": "true", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/d48df820-22e1-11e8-bdc7-dbb82265d0f0.jpg", + "width": "290", + "height": "407", + "caption": "" + } + ], + "__index": 57, + "dateCreated": "Thu, 08 Mar 2018 15:03:19 GMT" + }, + { + "id": "hexagon-br-pertex-quantum-y-and-garments-in-quilted-jersey", + "date": "Thu, 15 Mar 2018 12:00:00 GMT", + "title": "HEXAGON<br>PERTEX QUANTUM Y AND GARMENTS IN QUILTED JERSEY", + "subtitle": "", + "body": "The hexagonal motif is explored in fleecewear garments - made in jersey padded in wadding - and in outerwear pieces in Pertex Quantum Y, quilted with an inner layer of PrimaLoft®.\r\n\r\nThis next generation technological performance fabric pairs extreme lightness with high strength and durability. The unique Y-shaped structure of the yarns provides a more stable construction of the material and an extremely fluid and smooth surface aspect.\r\n\r\naspect.
DWR (Durable Water Repellence) technology gives the fabric greater water-repellent properties that last over time.\r\n\r\nAPP EXCLUSIVE FROM 3/15 TO 3/21", + "link": "", + "store": "true", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/35d803f0-2864-11e8-bdc7-dbb82265d0f0.jpg", + "width": "519", + "height": "691", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/35d19b50-2864-11e8-bdc7-dbb82265d0f0.jpg", + "width": "519", + "height": "691", + "caption": "" + } + ], + "__index": 58, + "dateCreated": "Thu, 15 Mar 2018 15:10:12 GMT" + }, + { + "id": "alligator-camo-preview-video", + "date": "Mon, 19 Mar 2018 12:00:00 GMT", + "title": "ALLIGATOR CAMO PREVIEW VIDEO", + "subtitle": "", + "body": "", + "link": "https://youtu.be/oxkXZvcX6nY", + "store": "false", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/13b753b0-2b80-11e8-bdc7-dbb82265d0f0.jpg", + "width": "1267", + "height": "714", + "caption": "" + } + ], + "__index": 60, + "dateCreated": "Mon, 19 Mar 2018 14:16:34 GMT" + }, + { + "id": "alligator-camo-preview", + "date": "Mon, 19 Mar 2018 12:00:00 GMT", + "title": "ALLIGATOR CAMO PREVIEW", + "subtitle": "", + "body": "The ‘’alligator’’ camouflage motif, inspired by the Polish military files, is developed in all product families, with mix fabric monocromatic details.\r\nThe pattern has been hand painted, then photographed and printed with a series of techniques and 6 colors printing process: 5 pigment colors and 1 colored polyurethane with raised rubberized aspect.\r\nOuterwear pieces and bermudas are made in LIGHT COTTON-NYLON REP and LIGHT COTTON-NYLON TELA.\r\nThe theme is also applied to sweatshirts and t-shirts.\r\n\r\nEXCLUSIVELY AVAILABLE ON THE STONE ISLAND APP
FROM 3/22 TO 4/4", + "link": "", + "store": "false", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/6ffed4e0-2b80-11e8-bdc7-dbb82265d0f0.jpg", + "width": "779", + "height": "1037", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/701b84a0-2b80-11e8-bdc7-dbb82265d0f0.jpg", + "width": "1000", + "height": "709", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/6f17d040-2b80-11e8-bdc7-dbb82265d0f0.jpg", + "width": "519", + "height": "691", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/713a8930-2b80-11e8-bdc7-dbb82265d0f0.jpg", + "width": "1128", + "height": "800", + "caption": "" + } + ], + "__index": 61, + "dateCreated": "Mon, 19 Mar 2018 14:19:06 GMT" + }, + { + "id": "membrana-3l-tc_stone-island-app-preview", + "date": "Thu, 05 Apr 2018 12:00:00 GMT", + "title": "Membrana 3L TC_Stone Island App Preview", + "subtitle": "", + "body": "Parka with fold-away hood in 3 layer light performance fabric made from an opaque nylon outer face laminated to a breathable, water resistant membrane, protected by an imperceptible polyester base. Garment dyed.\r\nThe addition of a special agent to the dye formula makes the piece anti-drop.\r\n\r\nAVAILABLE ON THE STONE ISLAND APP
FROM 4/5 TO 4/11", + "link": "", + "store": "false", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/38ac44c0-38da-11e8-bedb-55eaec759d1d.jpg", + "width": "613", + "height": "800", + "caption": "" + } + ], + "__index": 62, + "dateCreated": "Thu, 05 Apr 2018 14:04:20 GMT" + }, + { + "id": "light-soft-shell-si-check-grid", + "date": "Thu, 12 Apr 2018 12:00:00 GMT", + "title": "LIGHT SOFT SHELL SI CHECK GRID", + "subtitle": "", + "body": "Light bomber jacket in Light Soft Shell, a 2.5 layer performance fabric. The polyester jersey-look outer face is laminated to a breathable, water and wind proof inner membrane, customized with the STONE ISLAND Check Grid print. The construction of the outer fabric bestows the garment with excellent flexibility and comfort.\r\n\r\nAVAILABLE ON THE STONE ISLAND APP
FROM 4/12 TO 4/18", + "link": "", + "store": "true", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/14a6bad0-3e5a-11e8-bedb-55eaec759d1d.jpg", + "width": "1334", + "height": "1000", + "caption": "" + } + ], + "__index": 63, + "dateCreated": "Thu, 12 Apr 2018 14:02:07 GMT" + }, + { + "id": "stone-island-prototype-research_series-03-extreme-compacting-process-on-nylon-base", + "date": "Wed, 18 Apr 2018 12:00:00 GMT", + "title": "STONE ISLAND PROTOTYPE RESEARCH_SERIES 03 EXTREME COMPACTING PROCESS ON NYLON BASE", + "subtitle": "", + "body": "Stone Island continues it’s limited edition project, to give light to research themes that due to their complexity in experimentation have still not yet been industrialized. This is how unique projects with a limited number of garments come to life, created by innovative technologies with fabric and treatments still unreleased.\r\n\r\nEXTREME COMPACTING PROCESS ON NYLON BASE is made of a mix of 4 polyamide based canvas fabrics, with different weights, composition and shrinkage. \r\nThe finished piece is then treated with a complex dyeing process that colors, shrinks and compacts the materials to reproportion the aesthetics thanks to Stone Island’s expertise in pattern making and to the know-how of its color laboratory.\r\n\r\nOn sale in May.", + "link": "", + "store": "false", + "image": [ + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/b5372f60-431f-11e8-bedb-55eaec759d1d.jpg", + "width": "533", + "height": "347", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/b54ade70-431f-11e8-bedb-55eaec759d1d.jpg", + "width": "533", + "height": "347", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/b54fe780-431f-11e8-bedb-55eaec759d1d.jpg", + "width": "533", + "height": "347", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/b55788a0-431f-11e8-bedb-55eaec759d1d.jpg", + "width": "533", + "height": "347", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/b586aef0-431f-11e8-bedb-55eaec759d1d.jpg", + "width": "533", + "height": "347", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/b584b320-431f-11e8-bedb-55eaec759d1d.jpg", + "width": "533", + "height": "347", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/b5c73a60-431f-11e8-bedb-55eaec759d1d.jpg", + "width": "533", + "height": "347", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/b63899d0-431f-11e8-bedb-55eaec759d1d.jpg", + "width": "533", + "height": "347", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/b5f8d1b0-431f-11e8-bedb-55eaec759d1d.jpg", + "width": "533", + "height": "347", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/b63c4350-431f-11e8-bedb-55eaec759d1d.jpg", + "width": "533", + "height": "347", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/b601d260-431f-11e8-bedb-55eaec759d1d.jpg", + "width": "533", + "height": "347", + "caption": "" + }, + { + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/b60f3fe0-431f-11e8-bedb-55eaec759d1d.jpg", + "width": "533", + "height": "347", + "caption": "" + } + ], + "__index": 64, + "dateCreated": "Wed, 18 Apr 2018 15:49:03 GMT" } ], "page": [ @@ -3384,8 +4155,8 @@ "StoreIsOpen": "false", "ClosedStoreImages": [ { - "uri": "https://marsupial.s3.amazonaws.com/stoneisland/aa025d50-c457-11e7-b5b4-051373ff3553.jpg", - "width": "767", + "uri": "https://marsupial.s3.amazonaws.com/stoneisland/dac07ea0-3e59-11e8-bedb-55eaec759d1d.jpg", + "width": "1334", "height": "1000", "caption": "" } @@ -3393,7 +4164,7 @@ "__index": 0, "dateCreated": "Fri, 20 Nov 2015 00:45:03 GMT", "collection": "", - "FitsLarge": "true", + "FitsLarge": "false", "BackgroundIsGray": "false", "CollectionId": "", "StoreStatus": "closed", @@ -3403,22 +4174,27 @@ "StoreClosedMessageTwo": "", "FittingCodes": "", "DepartmentStoreStatus": "closed", - "Departments": [], + "Departments": [ + { + "text": "LIGHT SOFT SHELL SI CHECK GRID", + "uri": "PPSFTSHLLSC" + } + ], "GroupBy": "none", "FilterBy": "none", "ShowProductNameOnCollectionPage": false, - "NotAvailableInCanada": true + "NotAvailableInCanada": false }, { "id": "test-environment", "title": "TEST ENVIRONMENT", "collection": "", - "CollectionId": "", - "DepartmentId": "", + "CollectionId": "PRRDRTT", + "DepartmentId": "PRRDRTT", "Departments": [ { - "text": "APP_PERTEX_USCA", - "uri": "PPSFTSHLLSC" + "text": "PRRDRTT", + "uri": "PRRDRTT" } ], "StoreStatus": "open", @@ -3429,9 +4205,8 @@ "OpensOn": "", "StoreClosedMessageOne": "", "StoreClosedMessageTwo": "", - "FitsLarge": "true", - "FitsLargeText": "", - "FittingCodes": "", + "FitsLarge": "use_alt_text", + "FittingCodes": "54160420KJ", "BackgroundIsGray": "false", "ClosedStoreImages": [ { @@ -3443,7 +4218,8 @@ ], "__index": 1, "dateCreated": "Sat, 15 Apr 2017 00:26:23 GMT", - "NotAvailableInCanada": true + "NotAvailableInCanada": false, + "FitsLargeText": "M (size on the label) → fits M/L\r\nL (size on the label) → fits L/XL\r\nXL (size on the label) → fits XL/XXL\r\n" } ] }
\ No newline at end of file diff --git a/StoneIsland/platforms/ios/www/index.html b/StoneIsland/platforms/ios/www/index.html index 8003faf3..d5d706c1 100755 --- a/StoneIsland/platforms/ios/www/index.html +++ b/StoneIsland/platforms/ios/www/index.html @@ -286,6 +286,8 @@ <br><br> We suggest you choose a smaller size than yours. </div> + <div class='fitFooter'> + </div> </div> </div> </div> diff --git a/StoneIsland/platforms/ios/www/js/lib/blogs/BlogView.js b/StoneIsland/platforms/ios/www/js/lib/blogs/BlogView.js index ed17e684..6eea977f 100755 --- a/StoneIsland/platforms/ios/www/js/lib/blogs/BlogView.js +++ b/StoneIsland/platforms/ios/www/js/lib/blogs/BlogView.js @@ -92,18 +92,11 @@ var BlogView = View.extend({ console.log(app.store.StoreStatus) - console.log(app.store.FitsLarge, app.store.fitsLargeText) app.product.fitLargeCodes = {} if (app.store.FittingCodes.length) { app.store.FittingCodes.split("\n").forEach(function(code){ app.product.fitLargeCodes[code] = true }) - console.log(app.store.FitsLarge, app.store.fitsLargeText) - if (app.store.FitsLarge === 'use_alt_text' && (app.store.FitsLargeText || "").length) { - var fit_lines = app.store.FitsLargeText.replace(/</g, "<").replace(/>/g, "&rt;").split('\n').join("<br>") - $('.fit').html(fit_lines) - $('.fit').addClass('altText') - } } if (app.store.BackgroundIsGray === "true") { diff --git a/StoneIsland/platforms/ios/www/js/lib/products/ProductView.js b/StoneIsland/platforms/ios/www/js/lib/products/ProductView.js index c22c7962..536b4dad 100755 --- a/StoneIsland/platforms/ios/www/js/lib/products/ProductView.js +++ b/StoneIsland/platforms/ios/www/js/lib/products/ProductView.js @@ -26,6 +26,7 @@ var ProductView = ScrollableView.extend({ this.$color = this.$(".color") this.$body = this.$(".body") this.$fit = this.$(".fit") + this.$fitFooter = this.$('.fitFooter') this.$notAvailableInCanada = this.$(".notAvailableInCanada") this.$sizing = this.$(".sizing") this.$style = this.$(".style") @@ -182,15 +183,16 @@ var ProductView = ScrollableView.extend({ this.code = data['DefaultCode10'] console.log( data['DefaultCode10'] ) -title += "<br>EXTREME COMPACTING ON NYLON BASE<br>LIMITED EDITION - NUMBERED 01 TO 100" + + // title += "<br>EXTREME COMPACTING ON NYLON BASE<br>LIMITED EDITION - NUMBERED 01 TO 100" if (title.indexOf('<br>') !== -1) { var title_lines = title.split('<br>').map(function(s){ - if (s.indexOf("LIMITED EDITION")) { + if (s.indexOf("LIMITED EDITION") !== -1) { return "<span class='red'>" + s + "</span>" } return s - }) - title = title_lines.join('<br><br>') + }.bind(this)) + title = title_lines.join('<br><br>') + '<br>' } this.$title.html(title) this.$type.html(type) @@ -201,11 +203,22 @@ title += "<br>EXTREME COMPACTING ON NYLON BASE<br>LIMITED EDITION - NUMBERED 01 this.$productHeader.toggleClass("wide", title.length > 48) - var fits_large = !! this.fitLargeCodes[this.code] + var fits_large = !!(this.fitLargeCodes[this.code] && app.store.fitsLarge === 'true') app.product.$fit.toggle( fits_large ) app.product.$sizing.toggle( fits_large ) this.showFooter() + + console.log(app.store.FitsLarge, app.store.fitsLargeText) + if (app.store.FitsLarge === 'use_alt_text' && (app.store.FitsLargeText || "").length) { + var fit_lines = app.store.FitsLargeText.replace(/</g, "<").replace(/>/g, "&rt;").split('\n').join("<br>") + $('.fitFooter').html(fit_lines) + $('.fitFooter').show() + } + else { + $('.fitFooter').hide() + } + this.deferScrollToTop() }, |
