www.suzanneparde.com
Open in
urlscan Pro
172.67.138.53
Public Scan
Submitted URL: http://www.suzanneparde.com/collections/pantalons-jeans-femme-maje-pantalon-droit-beige
Effective URL: https://www.suzanneparde.com/collections/pantalons-jeans-femme-maje-pantalon-droit-beige/
Submission: On August 19 via api from US — Scanned from CA
Effective URL: https://www.suzanneparde.com/collections/pantalons-jeans-femme-maje-pantalon-droit-beige/
Submission: On August 19 via api from US — Scanned from CA
Form analysis
5 forms found in the DOMhttps://www.suzanneparde.com/
<form role="search" class="header-search-modal header-search-form" action="https://www.suzanneparde.com/">
<label>
<span class="screen-reader-text">Search for:</span>
<input type="search" class="search-field" placeholder="Search ..." value="" name="s" title="Search for:">
</label>
<button type="submit" class="search-submit" aria-label="submit search">
<svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21">
<path fill="currentColor" fill-rule="evenodd"
d="M12.514 14.906a8.264 8.264 0 0 1-4.322 1.21C3.668 16.116 0 12.513 0 8.07 0 3.626 3.668.023 8.192.023c4.525 0 8.193 3.603 8.193 8.047 0 2.033-.769 3.89-2.035 5.307l4.999 5.552-1.775 1.597-5.06-5.62zm-4.322-.843c3.37 0 6.102-2.684 6.102-5.993 0-3.31-2.732-5.994-6.102-5.994S2.09 4.76 2.09 8.07c0 3.31 2.732 5.993 6.102 5.993z">
</path>
</svg>
</button>
<input type="hidden" name="post_type" value="product">
</form>
https://www.suzanneparde.com/
<form role="search" class="header-search-modal header-search-form" action="https://www.suzanneparde.com/">
<label>
<span class="screen-reader-text">Search for:</span>
<input type="search" class="search-field" placeholder="Search ..." value="" name="s" title="Search for:">
</label>
<button type="submit" class="search-submit" aria-label="submit search">
<svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21">
<path fill="currentColor" fill-rule="evenodd"
d="M12.514 14.906a8.264 8.264 0 0 1-4.322 1.21C3.668 16.116 0 12.513 0 8.07 0 3.626 3.668.023 8.192.023c4.525 0 8.193 3.603 8.193 8.047 0 2.033-.769 3.89-2.035 5.307l4.999 5.552-1.775 1.597-5.06-5.62zm-4.322-.843c3.37 0 6.102-2.684 6.102-5.993 0-3.31-2.732-5.994-6.102-5.994S2.09 4.76 2.09 8.07c0 3.31 2.732 5.993 6.102 5.993z">
</path>
</svg>
</button>
<input type="hidden" name="post_type" value="product">
</form>
POST https://www.suzanneparde.com/collections/pantalons-jeans-femme-maje-pantalon-droit-beige/
<form class="cart" action="https://www.suzanneparde.com/collections/pantalons-jeans-femme-maje-pantalon-droit-beige/" method="post" enctype="multipart/form-data">
<div class="custom_options">
<!-- Product Options Start-->
<div class="fmecustomgroup">
<label> Taille <span class="required">*</span> :- </label>
<select type="select" class="fma fmeop fmeinput" name="product_options[taille]">
<option data-price="" value="34"> 34 </option>
<option data-price="" value="36"> 36 </option>
<option data-price="" value="38"> 38 </option>
<option data-price="" value="40"> 40 </option>
<option data-price="" value="42"> 42 </option>
</select>
</div>
<!-- Product Options End-->
</div>
<div class="price_total">
<div id="product_options_total" product-type="simple" product-price="59.9"></div>
</div>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(this).on('change', 'input:text, select, textarea, input.qty', function() {
ProductCustomOptions();
});
ProductCustomOptions();
function ProductCustomOptions() {
var option_total = 0;
var product_price = $('#product_options_total').attr('product-price');
var product_total_price = 0;
var final_total = 0;
$('.fmeop').each(function() {
var option_price = 0;
if ($(this).attr('type') == 'select') {
option_price = $("option:selected", this).attr('data-price');
} else if ($(this).attr('type') == 'mselect') {
var sum = option_price;
$("option:selected", this).each(function() {
str = parseFloat($(this).attr('data-price'));
sum = str + sum;
});
option_price = sum;
} else {
option_price = $(this).attr('data-price');
}
var value_entered = $(this).val();
if (value_entered != '' || option_price == 0) {
option_total = parseFloat(option_total) + parseFloat(option_price);
}
});
var qty = $('.qty').val();
if (option_total > 0 && qty > 0) {
option_total = parseFloat(option_total * qty);
var price_form = "left";
var op_price = '';
if (price_form == 'left') {
op_price = accounting.formatMoney(option_total, {
symbol: "€",
format: "%s%v"
}, "2", ".", ","); // €4.999,99
} else if (price_form == 'left_space') {
op_price = accounting.formatMoney(option_total, {
symbol: "€",
format: "%s %v"
}, "2", ".", ","); // €4.999,99
} else if (price_form == 'right') {
op_price = accounting.formatMoney(option_total, {
symbol: "€",
format: "%v%s"
}, "2", ".", ","); // €4.999,99
} else if (price_form == 'right_space') {
op_price = accounting.formatMoney(option_total, {
symbol: "€",
format: "%v %s"
}, "2", ".", ","); // €4.999,99
}
if (product_price) {
product_total_price = parseFloat(product_price * qty);
}
final_total = option_total + product_total_price;
var fi_price = '';
if (price_form == 'left') {
fi_price = accounting.formatMoney(final_total, {
symbol: "€",
format: "%s%v"
}, "2", ".", ","); // €4.999,99
} else if (price_form == 'left_space') {
fi_price = accounting.formatMoney(final_total, {
symbol: "€",
format: "%s %v"
}, "2", ".", ","); // €4.999,99
} else if (price_form == 'right') {
fi_price = accounting.formatMoney(final_total, {
symbol: "€",
format: "%v%s"
}, "2", ".", ","); // €4.999,99
} else if (price_form == 'right_space') {
fi_price = accounting.formatMoney(final_total, {
symbol: "€",
format: "%v %s"
}, "2", ".", ","); // €4.999,99
}
html = '';
html = html + '<div class="tprice"><div class="leftprice">Options Total:</div><div class="rightprice optionprice">' + op_price + '</div></div>';
if (final_total) {
html = html + '<div class="tprice"><div class="leftprice">Final Total:</div><div class="rightprice finalprice">' + fi_price + '</div></div>';
}
html = html + '</dl>';
$('#product_options_total').html(html);
} else {
$('#product_options_total').html('');
}
}
});
</script>
<script>
var URL = "https://www.suzanneparde.com/wp-content/plugins/fma-product-custom-options/";
</script>
<div class="quantity">
<label class="screen-reader-text" for="quantity_66c3749dc37b1">quantité de Pantalons & Jeans | Femme Maje Pantalon Droit Beige</label>
<span class="input-qty-pm"><button type="button" class="input-pm-act input-pm-minus">-</button><input type="text" id="quantity_66c3749dc37b1" class="input-text qty text" step="1" min="1" max="" name="quantity" value="1" title="Qté" size="4"
placeholder="" inputmode="numeric" autocomplete="off"><button type="button" class="input-pm-act input-pm-plus">+</button></span>
</div>
<button type="submit" name="add-to-cart" value="18320" class="single_add_to_cart_button button alt">
<span class="button-label"> Ajouter au panier </span>
</button>
</form>
POST https://www.suzanneparde.com/?na=s
<form method="post" action="https://www.suzanneparde.com/?na=s">
<input type="hidden" name="nr" value="widget"><input type="hidden" name="nlang" value="">
<div class="tnp-field tnp-field-email"><label for="tnp-1">Email</label>
<input class="tnp-email" type="email" name="ne" id="tnp-1" value="" required="">
</div>
<div class="tnp-field tnp-field-button"><input class="tnp-submit" type="submit" value="Subscribe">
</div>
</form>
https://www.suzanneparde.com/
<form role="search" class="header-search-form " action="https://www.suzanneparde.com/">
<div class="search-form-fields">
<span class="screen-reader-text">Search for:</span>
<input type="search" class="search-field" placeholder="Search ..." value="" name="s" title="Search for:">
</div>
<button type="submit" class="search-submit" aria-label="Submit Search">
<svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21">
<path fill="currentColor" fill-rule="evenodd"
d="M12.514 14.906a8.264 8.264 0 0 1-4.322 1.21C3.668 16.116 0 12.513 0 8.07 0 3.626 3.668.023 8.192.023c4.525 0 8.193 3.603 8.193 8.047 0 2.033-.769 3.89-2.035 5.307l4.999 5.552-1.775 1.597-5.06-5.62zm-4.322-.843c3.37 0 6.102-2.684 6.102-5.993 0-3.31-2.732-5.994-6.102-5.994S2.09 4.76 2.09 8.07c0 3.31 2.732 5.993 6.102 5.993z">
</path>
</svg>
</button>
<input type="hidden" name="post_type" value="product">
</form>
Text Content
Skip to content Menu Close * * * * * * Nouvelles Arrivées * Vêtements * Robes * Pulls & Cardigans * Manteaux * Pantalons & Jeans * Vestes & Blousons * Tops & Chemises * Jupes & Shorts * T-Shirts * Combinaisons * Sacs * Cabas & Paniers * Petite Maroquinerie * Chaussures * Bottines & Bottes * Escarpins & Sandales * Accessoires * Ceintures * Bijoux * Foulards & Écharpes * Bonnets & Casquettes * Lunettes de soleil * Mon Compte * Mes Préférés Search for: Cart/€0,00 0 PANIER No products in the cart. Search for: Menu Home Produits Pantalons & Jeans | Femme Maje Pantalon Droit Beige by Fmeaddons 🔍 Promo ! 1. 2. 3. 4. 5. AccueilVêtementsPantalons & JeansPantalons & Jeans | Femme Maje Pantalon Droit Beige PANTALONS & JEANS | FEMME MAJE PANTALON DROIT BEIGE €74,88 €59,90 Guide des tailles Vêtements CORRESPONDANCE DES TAILLES FR / EU 34 36 38 40 42 0 1 2 3 4 US XS S M L XL UK / IE 6 8 10 12 14 DE 32 34 36 38 40 IT 38 40 42 44 46 MENSURATIONS TOPS, PULLS, VESTES & BLOUSONS Tour de poitrine 82 cm 86 cm 90 cm 92 cm 96 cm Tour de taille 62 cm 66 cm 70 cm 76 cm 82 cm Tour de bassin 90 cm 94 cm 98 cm 104 cm 110 cm MENSURATIONS PANTALONS, JUPES ET JEANS Tour de bassin 90 cm 94 cm 98 cm 104 cm 110 cm Longueur de jambes 106 cm 108 cm 109 cm 110 cm 112 cm À l'occasion de la nouvelle collection, les pièces intemporelles se twistent d'une élégance britannique et d'une touche preppy romantique…. Taille * :- 34 36 38 40 42 quantité de Pantalons & Jeans | Femme Maje Pantalon Droit Beige -+ Ajouter au panier Ajouter à la liste de souhaits UGS : 56JXY8KDAKY26486 Catégories : Pantalons & Jeans, Vêtements Étiquettes : Beige, Femme, Maje * Description * Avis (0) * Contactez-nous * Livraison À l'occasion de la nouvelle collection, les pièces intemporelles se twistent d'une élégance britannique et d'une touche preppy romantique. La fille Maje se révèle dans toute sa poésie, sublimée par des nuances naturelles qui sont mises à l'honneur cette saison. Idéal pour vos tenues de jour comme au bureau, ce pantalon droit taille mi-haute allie confort et style. Muni de larges passants à la ceinture et d'une fermeture crochet zippée, il dévoile des plis cassés, deux poches à l'avant et une passepoilée au dos.Facile à mixer, associez-le à une chemise et un bomber signature. Ponctuez votre allure d'une ceinture, une paire d'escarpins et des lunettes de soleil. AVIS Il n’y a pas encore d’avis. Soyez le premier à laisser votre avis sur “Pantalons & Jeans | Femme Maje Pantalon Droit Beige” Annuler la réponse Vous devez être connecté pour publier un avis. Votre nom (obligatoire) Votre e-mail (obligatoire) Sujet Votre message * Livraison gratuite sur toutes les commandes de plus de € 60 * Paiement sécurisé par le protocole SSL * Retour gratuit sous 20-30 jours * Paiements: PRODUITS SIMILAIRES * Promo ! MANTEAUX | FEMME MAJE MANTEAU LONG SHEARLING CAMEL €84,24 €58,97 Pour cette nouvelle collection, le studio puise son inspiration dans l'élégance du vestiaire britannique pour revisiter les pièces classiques avec… Choix des options * Promo ! PULLS & CARDIGANS | FEMME MAJE CARDIGAN VESTE EN MAILLE NOIR / ECRU €74,88 €52,42 Maje puise son inspiration dans l'univers urbain pour revisiter avec audace des pièces sages et intemporelles dans une nouvelle collection inédite… Choix des options * Promo ! ROBES | FEMME MAJE ROBE À SEQUINS ARGENT €74,88 €52,42 Cette saison, le studio imagine un vestiaire preppy romantique, puisant son inspiration dans la mode anglaise. La fille Maje s'exprime avec poésie… Choix des options * Promo ! T-SHIRTS | FEMME MAJE TEE-SHIRT CLOVER BLANC €80,03 €64,02 À l'occasion de la nouvelle collection, le studio puise son inspiration dans l'élégance british pour twister les pièces classiques. Il est de… Choix des options SUZANNE PARDE * Livraison gratuite sur toutes les commandes de plus de € 60 * Paiement sécurisé par le protocole SSL * Retour gratuit sous 20-30 jours * Paiements: PRODUITS * Robes | Femme Maje Robe Longue En Maille Noir €84,24 €67,39 * Pulls & Cardigans | Femme Maje Pull Boutonné En Maille Ecru €84,24 €67,39 NOS SERVICES * Contactez-nous * Privacidad * Livraison * Suivi de commande * Méthodes de payement NEWSLETTER Email Copyright © 2024 suzanneparde.com - Tous les droits sont réservés. CHAT ME Email Phone Continue Search for: * Nouvelles Arrivées * Vêtements * Robes * Pulls & Cardigans * Manteaux * Pantalons & Jeans * Vestes & Blousons * Tops & Chemises * Jupes & Shorts * T-Shirts * Combinaisons * Sacs * Cabas & Paniers * Petite Maroquinerie * Chaussures * Bottines & Bottes * Escarpins & Sandales * Accessoires * Ceintures * Bijoux * Foulards & Écharpes * Bonnets & Casquettes * Lunettes de soleil * Mon Compte * Mes Préférés * * * * * Button