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
| { | |
| "125826997": { | |
| "id": "125826997", | |
| "rebates": [ | |
| { | |
| "text": "This bundle is eligible for a $350 mail In rebate", | |
| "link": "http://www.adorama.com/pdfs/rebates/CanonNMIR.pdf" | |
| } | |
| ], | |
| "isBundle":"ICAT5IK1Z", |
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
| (function() { | |
| adrma.session.getSession.done(function gotSession(session) { | |
| var buyNowButton, | |
| productInfoContainer = $(".product-info-container"); | |
| if (productInfoContainer.find(".vipProduct").length) { | |
| //WEB-31841 | |
| return; | |
| } |
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
| adrma.analytics.ec = { | |
| getList: function getList(sku) { | |
| var findList = function findList(url) { | |
| var urlParams = adrma.pageInfo.urlParams, | |
| href = url ? url : window.location.href, | |
| // return the value as early as possible | |
| pageInfo = adrma.pageInfo, | |
| listValue; | |
| if (urlParams.RRref) { | |
| //value RRref rich relevance (set on rich relevance zones. values are "rr cat page" "rr list page" "rr pdp" & "rr receipt page") |
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
| //media API | |
| adrma.media = { | |
| defaults: { | |
| videoDimenstions: { | |
| width: 510, | |
| height: 450 | |
| } | |
| }, | |
| init: function(arg, options) { | |
| this.options = $.extend({}, this.defaults, options); |
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
| //Validator | |
| adrma.Validate = function() { | |
| if (this instanceof adrma.Validate) { | |
| return this; | |
| } else { | |
| return new adrma.Validate(); | |
| } | |
| }; | |
| adrma.Validate.prototype = { | |
| defaults: { |
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
| adrma.giftCardWizard = { | |
| init: function init() { | |
| var self = this; | |
| self.data = self.data || {} // init data obj | |
| self.bindActions(); | |
| $("#sendviaemail").trigger("click"); | |
| }, | |
| bindActions: function bindActions() { |
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
| adrma.states = { | |
| list: [], | |
| USStateList: [], | |
| CAStateList: [], | |
| get: function get(country) { | |
| var self = this, | |
| dfd = $.Deferred(), | |
| stateList = adrma.storage.get("session", country+"StateList"), | |
| if (stateList) { | |
| self[country+"StateList"] = stateList; |
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
| <?xml version="1.0" encoding="utf-8" ?> | |
| <combres xmlns='urn:combres'> | |
| <filters> | |
| <filter type="Combres.Filters.FixUrlsInCssFilter, Combres" /> | |
| </filters> | |
| <resourceSets url="~/combres.axd" defaultDuration="1" | |
| defaultVersion="auto" | |
| defaultDebugEnabled="true" > | |
| <resourceSet name="ADRSPCPIXJs" type="js"> |
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
| <?xml version="1.0" encoding="utf-8" ?> | |
| <combres xmlns='urn:combres'> | |
| <filters> | |
| <filter type="Combres.Filters.FixUrlsInCssFilter, Combres" /> | |
| </filters> | |
| <resourceSets url="~/combres.axd" defaultDuration="1" | |
| defaultVersion="auto" | |
| defaultDebugEnabled="true" > | |
| <resourceSet name="ADRSPCPIXJs" type="js"> |