The White Company, For the Love of White
The White Company, For the Love of White
Individual order
ISBN:
9781784725563
Availability:
Author
Chrissie Rucker & The White Company
Format
Hardcover
Number of pages
256
Publisher
Mitchell Beazley
Size
22.4 x 3 x 29.4
Year of publication
2019
Weight
1.10kg
Delivery terms
Please read the terms of delivery
Read more
- About the book
- Reviews (0)
About the book The White Company, For the Love of White
Design & Architecture,Fashion & Style The White Company, For the Love of White 9781784725563
Other books by the author
Chrissie Rucker & The White Company
The White Company, For the Love of White
Book reviews The White Company, For the Love of White (0 reviews)
+ Добавить отзыв
$('.add_reve').on('click', function(e){
jQuery("html, body").animate({scrollTop: jQuery('#tab-review .prod_text').offset().top}, 500);
e.preventDefault();
});
$('select[name=\'recurring_id\'], input[name="quantity"]').change(function(){
$.ajax({
url: 'index.php?route=product/product/getRecurringDescription',
type: 'post',
data: $('input[name=\'product_id\'], input[name=\'quantity\'], select[name=\'recurring_id\']'),
dataType: 'json',
beforeSend: function() {
$('#recurring-description').html('');
},
success: function(json) {
$('.alert-dismissible, .text-danger').remove();
if (json['success']) {
$('#recurring-description').html(json['success']);
}
}
});
});
//-->