This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"large": "https:\/\/s003.osstatic.net\/s\/bebe\/store\/productimages\/master\/rbb-283906-BSH-i1.jpg?width=480&height=0", | |
"medium": "https:\/\/s003.osstatic.net\/s\/bebe\/store\/productimages\/master\/rbb-283906-BSH-i1.jpg?width=480&height=0", | |
"small": "https:\/\/s003.osstatic.net\/s\/bebe\/store\/productimages\/master\/rbb-283906-BSH-i1.jpg?width=320&height=0", | |
"thumb": "https:\/\/s003.osstatic.net\/s\/bebe\/store\/productimages\/master\/rbb-283906-BSH-i1.jpg?width=160&height=0", | |
"video": null, | |
"iframe_url": null, | |
"gallery": { | |
"8101": { | |
"large": "https:\/\/s003.osstatic.net\/s\/bebe\/store\/productimages\/master\/rbb-283906-BSH-i1.jpg?width=480&height=0", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Colors | |
// ---------------------------------- | |
.text-color-black { | |
color: #000; | |
} | |
.text-color-dark-gray { | |
color: #616161; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<referenceBlock name="customer-account-navigation-billing-agreements-link" remove="true"/> | |
<referenceBlock name="customer-account-navigation-reward-link" remove="true"/> | |
<referenceBlock name="customer-account-navigation-downloadable-products-link" remove="true"/> | |
<referenceBlock name="customer-account-navigation-magento-invitation-link" remove="true"/> | |
<referenceBlock name="customer-account-navigation-gift-card-link" remove="true"/> | |
<referenceBlock name="customer-account-navigation-giftregistry-link" remove="true"/> | |
<referenceBlock name="customer-account-navigation-checkout-sku-link" remove="true"/> | |
<referenceBlock name="customer-account-navigation-customer-balance-link" remove="true"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Notes | |
// A first recommendation is to provide some closure surrounding the introduced JS code to protect globl scope. | |
// Secondly, leverage load/onload detection so that we don't clobber window.onload | |
// Lastly, let's get this in a file and load asynchourlys through admin content area. | |
/* | |
(function(d, t) { | |
var g = d.createElement(t), | |
s = d.getElementsByTagName(t)[0]; | |
g.src = 'https://third-party.com/resource.js'; | |
s.parentNode.insertBefore(g, s); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Hero | |
// -------------------------------------------------- | |
.hero { | |
display: block; | |
position: relative; | |
background: @hero-tiled-background; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
var econdaPageName = "Produktdetail"; | |
var emosProps = { | |
siteid: "babista", | |
langid: "de", | |
countryid: "de", | |
content: "Produktdetail/Mode für Männer/Hemden/Hemden langarm/281113", | |
pageId: '2f903cfbb6f1db99103885418aa7a0ed' | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* New CSS rules must be nested under the .cms-content class */ | |
.cms-content p { | |
margin-bottom: 20px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="description"> | |
<h3>R1 Protein 38 Servings</h3> | |
<h4>Ultra Pure When Isolate/Hydrolysate Formula<</h4> | |
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Architecto laborum libero minima praesentium quasi, quidem totam voluptatibus. Aliquam corporis eos, est id ipsum natus odit quod sed totam, ut vel.</p> | |
<ul> | |
<li>Zero</li> | |
<li>Zero</li> | |
<li>Zero Sugar*</li> | |
<li>Zero Sugar*</li> | |
<li>Zero Sugar*</li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Example: Mobile Image Reference/Replacement on any image asset throughout the site --> | |
<img src="desktop-image.jpg" alt="Alt" data-mobile-src="mobile-image.jpg"> | |
<!-- Example: Mobile Only content that would contain live content such as a title and/or description --> | |
<img src="desktop-image.jpg" alt="Alt" data-mobile-src="mobile-image.jpg" data-title="Title of Image" data-description="Description of image"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var WishlistUtil = new Class({ | |
namespace: 'WishlistUtil', | |
/** | |
* Default option values | |
*/ | |
defaults: { | |
addUrl: '/my-account/saved-lists/add', | |
createUrl: '/my-account/create-list', | |
fetchUrl: '/my-account/saved-lists/lists', |
NewerOlder