Description
-
Home
> -
Clothes
> - Denim Tears Hoodie
var optionsPrice = new Product.OptionsPrice({“productId”:”8360″,”priceFormat”:{“pattern”:”$%s”,”precision”:2,”requiredPrecision”:2,”decimalSymbol”:”.”,”groupSymbol”:”,”,”groupLength”:3,”integerRequired”:1},”includeTax”:”false”,”showIncludeTax”:false,”showBothPrices”:false,”productPrice”:150,”productOldPrice”:150,”priceInclTax”:150,”priceExclTax”:150,”skipCalculate”:1,”defaultTax”:0,”currentTax”:0,”idSuffix”:”_clone”,”oldPlusDisposition”:0,”plusDisposition”:0,”plusDispositionTax”:0,”oldMinusDisposition”:0,”minusDisposition”:0,”tierPrices”:[],”tierPricesInclTax”:[]});
var assocIMG = { // Added
}
jQuery(document).ready(function($) {
jQuery(“#item-thumbnails”).owlCarousel({
items : 5, //10 items above 1000px browser width;
itemsDesktop : [1024,4], //6 items between 1000px and 901px;
itemsDesktopSmall : [900,3], // 3 items betweem 900px and 601px;
itemsTablet: [600,2], //2 items between 600 and 0;
itemsMobile : [320,1], //1 items between 600 and 0;
navigation : true,
navigationText : [““,”“],
pagination : false
});
});
Denim Tears Hoodie
Be the first to review this product
Availability: In stock
$150.00
【 Size Chart 】
Note: Size start with W mean Women size.
//= 0; i–) {
if (dayEl.options[i].value > days) {
dayEl.remove(dayEl.options[i].index);
}
}
// add days
var lastDay = parseInt(dayEl.options[dayEl.options.length-1].value);
for (i = lastDay + 1; i
//<![CDATA[
var optionFileUpload = {
productForm : $('product_addtocart_form'),
formAction : '',
formElements : {},
upload : function(element){
this.formElements = this.productForm.select('input', 'select', 'textarea', 'button');
this.removeRequire(element.readAttribute('id').sub('option_', ''));
template = '’;
Element.insert($(‘option_’+element.readAttribute(‘id’).sub(‘option_’, ”)+’_uploaded_file’), {after: template});
this.formAction = this.productForm.action;
var baseUrl = ‘https://www.uashoe.ru/index.php/catalog/product/upload/’;
var urlExt = ‘option_id/’+element.readAttribute(‘id’).sub(‘option_’, ”);
this.productForm.action = parseSidUrl(baseUrl, urlExt);
this.productForm.target = ‘upload_target’;
this.productForm.submit();
this.productForm.target = ”;
this.productForm.action = this.formAction;
},
removeRequire : function(skipElementId){
for(var i=0; i<this.formElements.length; i++){
if (this.formElements[i].readAttribute('id') != 'option_'+skipElementId+'_file' && this.formElements[i].type != 'button') {
this.formElements[i].disabled='disabled';
}
}
},
addRequire : function(skipElementId){
for(var i=0; i<this.formElements.length; i++){
if (this.formElements[i].readAttribute('name') != 'options_'+skipElementId+'_file' && this.formElements[i].type != 'button') {
this.formElements[i].disabled='';
}
}
},
uploadCallback : function(data){
this.addRequire(data.optionId);
$('upload_target').remove();
if (data.error) {
} else {
$('option_'+data.optionId+'_uploaded_file').value = data.fileName;
$('option_'+data.optionId+'_file').value = '';
$('option_'+data.optionId+'_file').hide();
$('option_'+data.optionId+'').hide();
template = '
Element.insert($(‘option_’+data.optionId+’_uploaded_file’), {after: template});
}
},
removeFile : function(optionId)
{
$(‘option_’+optionId+’_uploaded_file’).value= ”;
$(‘option_’+optionId+’_file’).show();
$(‘option_’+optionId+”).show();
$(‘option_’+optionId+’_file_box’).remove();
}
}
var optionTextCounter = {
count : function(field,cntfield,maxlimit){
if (field.value.length > maxlimit){
field.value = field.value.substring(0, maxlimit);
} else {
cntfield.innerHTML = maxlimit – field.value.length;
}
}
}
Product.Options = Class.create();
Product.Options.prototype = {
initialize : function(config) {
this.config = config;
this.reloadPrice();
document.observe(“dom:loaded”, this.reloadPrice.bind(this));
},
reloadPrice : function() {
var config = this.config;
var skipIds = [];
$$(‘body .product-custom-option’).each(function(element){
var optionId = 0;
element.name.sub(/[0-9]+/, function(match){
optionId = parseInt(match[0], 10);
});
if (config[optionId]) {
var configOptions = config[optionId];
var curConfig = {price: 0};
if (element.type == ‘checkbox’ || element.type == ‘radio’) {
if (element.checked) {
if (typeof configOptions[element.getValue()] != ‘undefined’) {
curConfig = configOptions[element.getValue()];
}
}
} else if(element.hasClassName(‘datetime-picker’) && !skipIds.include(optionId)) {
dateSelected = true;
$$(‘.product-custom-option[id^=”options_’ + optionId + ‘”]’).each(function(dt){
if (dt.getValue() == ”) {
dateSelected = false;
}
});
if (dateSelected) {
curConfig = configOptions;
skipIds[optionId] = optionId;
}
} else if(element.type == ‘select-one’ || element.type == ‘select-multiple’) {
if (‘options’ in element) {
$A(element.options).each(function(selectOption){
if (‘selected’ in selectOption && selectOption.selected) {
if (typeof(configOptions[selectOption.value]) != ‘undefined’) {
curConfig = configOptions[selectOption.value];
}
}
});
}
} else {
if (element.getValue().strip() != ”) {
curConfig = configOptions;
}
}
if(element.type == ‘select-multiple’ && (‘options’ in element)) {
$A(element.options).each(function(selectOption) {
if ((‘selected’ in selectOption) && typeof(configOptions[selectOption.value]) != ‘undefined’) {
if (selectOption.selected) {
curConfig = configOptions[selectOption.value];
} else {
curConfig = {price: 0};
}
optionsPrice.addCustomPrices(optionId + ‘-‘ + selectOption.value, curConfig);
optionsPrice.reload();
}
});
} else {
optionsPrice.addCustomPrices(element.id || optionId, curConfig);
optionsPrice.reload();
}
}
});
}
}
function validateOptionsCallback(elmId, result) {
var container = $(elmId).up(‘ul.options-list’);
if (result == ‘failed’) {
container.removeClassName(‘validation-passed’);
container.addClassName(‘validation-failed’);
} else {
container.removeClassName(‘validation-failed’);
container.addClassName(‘validation-passed’);
}
}
var opConfig = new Product.Options({“8393”:{“103551”:{“price”:0,”oldPrice”:0,”priceValue”:”0.0000″,”type”:”fixed”,”excludeTax”:0,”includeTax”:0},”103552″:{“price”:0,”oldPrice”:0,”priceValue”:”0.0000″,”type”:”fixed”,”excludeTax”:0,”includeTax”:0},”103553″:{“price”:0,”oldPrice”:0,”priceValue”:”0.0000″,”type”:”fixed”,”excludeTax”:0,”includeTax”:0},”103554″:{“price”:0,”oldPrice”:0,”priceValue”:”0.0000″,”type”:”fixed”,”excludeTax”:0,”includeTax”:0},”103555″:{“price”:0,”oldPrice”:0,”priceValue”:”0.0000″,”type”:”fixed”,”excludeTax”:0,”includeTax”:0},”103556″:{“price”:0,”oldPrice”:0,”priceValue”:”0.0000″,”type”:”fixed”,”excludeTax”:0,”includeTax”:0}}});
//]]>
- *Size
-
— Please Select –XS S M L XL XXL
//
* Required Fields
decorateGeneric($$(‘#product-options-wrapper dl’), [‘last’]);
–>
Add to Cart
-
-
-
Email to a Friend
<!–
–>
<!–
SHARE:
–>
Shipping out within about 24 to 48 hours.
Designer shoes needs about 3-5 days .
Shipping time is about 3 weeks after we ship. Sometimes sooner sometimes later . No rush order please !
//
–>
jQuery(document).ready(function($) {
jQuery(“#novaworks_slider_ .slider-items”).owlCarousel({
items : 4, //10 items above 1000px browser width;
itemsDesktop : [1024,4], //6 items between 1000px and 901px;
itemsDesktopSmall : [900,3], // 3 items betweem 900px and 601px;
itemsTablet: [600,2], //2 items between 600 and 0;
itemsMobile : [320,1], //1 items between 600 and 0;
navigation : true,
navigationText : [“”,””],
pagination : false
});
});
//<![CDATA[
jQuery(document).ready(function($) {
jQuery("#novaworks_slider_ .slider-items").owlCarousel({
items : 4, //10 items above 1000px browser width
itemsDesktop : [1024,4], //4 items between 1000px and 901px
itemsDesktopSmall : [800,3], // 3 items betweem 900px and 601px
itemsTablet: [600,2], //2 items between 600 and 0;
itemsMobile : [320,1],
navigation : true,
navigationText : ["”,””],
slideSpeed : 500,
pagination : false
});
});
//]]>
jQuery(document).ready(function($) {
jQuery(“.product-right-static-block”).owlCarousel({
items : 5, //10 items above 1000px browser width
itemsDesktop : [1024,4], //4 items between 1000px and 901px
itemsDesktopSmall : [900,3], // 3 items betweem 900px and 601px
itemsTablet: [600,2], //2 items between 600 and 0;
itemsMobile : [320,1],
pagination : true
});
});
var lifetime = 3600;
var expireAt = Mage.Cookies.expires;
if (lifetime > 0) {
expireAt = new Date();
expireAt.setTime(expireAt.getTime() + lifetime * 1000);
}
Mage.Cookies.set(‘external_no_cache’, 1, expireAt);





Reviews
There are no reviews yet.