www.aude-parcelier.com Open in urlscan Pro
2606:4700:3036::6815:30d2  Public Scan

Submitted URL: http://www.aude-parcelier.com/sale/finesse-tops-rosella-olive-satin-twist-top-womens/
Effective URL: https://www.aude-parcelier.com/sale/finesse-tops-rosella-olive-satin-twist-top-womens/
Submission: On February 10 via api from US — Scanned from US

Form analysis 4 forms found in the DOM

GET https://www.aude-parcelier.com/

<form role="search" method="get" class="search-form" action="https://www.aude-parcelier.com/">
  <label>
    <input type="search" class="search-field" placeholder="Search..." value="" name="s">
  </label>
  <input type="submit" class="search-submit" value="Search">
</form>

POST

<form class="cart" method="post" enctype="multipart/form-data">
  <div class="custom_options">
    <!-- Product Options Start-->
    <div class="fmecustomgroup">
      <label> Size <span class="required">*</span> :- </label>
      <select type="select" class="fma fmeop fmeinput" name="product_options[size]">
        <option data-price="" value="XS"> XS </option>
        <option data-price="" value="S"> S </option>
        <option data-price="" value="M"> M </option>
        <option data-price="" value="L"> L </option>
        <option data-price="" value="XL"> XL </option>
        <option data-price="" value="1X"> 1X </option>
        <option data-price="" value="2X"> 2X </option>
        <option data-price="" value="3X"> 3X </option>
      </select>
    </div>
    <!-- Product Options End-->
  </div>
  <div class="price_total">
    <div id="product_options_total" product-type="simple" product-price="22"></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_space";
          var op_price = '';
          if (price_form == 'left') {
            op_price = accounting.formatMoney(option_total, {
              symbol: "&#36;",
              format: "%s%v"
            }, "2", "", "."); // €4.999,99
          } else if (price_form == 'left_space') {
            op_price = accounting.formatMoney(option_total, {
              symbol: "&#36;",
              format: "%s %v"
            }, "2", "", "."); // €4.999,99
          } else if (price_form == 'right') {
            op_price = accounting.formatMoney(option_total, {
              symbol: "&#36;",
              format: "%v%s"
            }, "2", "", "."); // €4.999,99
          } else if (price_form == 'right_space') {
            op_price = accounting.formatMoney(option_total, {
              symbol: "&#36;",
              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: "&#36;",
              format: "%s%v"
            }, "2", "", "."); // €4.999,99
          } else if (price_form == 'left_space') {
            fi_price = accounting.formatMoney(final_total, {
              symbol: "&#36;",
              format: "%s %v"
            }, "2", "", "."); // €4.999,99
          } else if (price_form == 'right') {
            fi_price = accounting.formatMoney(final_total, {
              symbol: "&#36;",
              format: "%v%s"
            }, "2", "", "."); // €4.999,99
          } else if (price_form == 'right_space') {
            fi_price = accounting.formatMoney(final_total, {
              symbol: "&#36;",
              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.aude-parcelier.com/wp-content/plugins/fma-product-custom-options/";
  </script>
  <div class="quantity">
    <input type="number" class="input-text qty text" step="1" min="1" max="1319" name="quantity" value="1" title="Qty" size="4" pattern="[0-9]*" inputmode="numeric">
  </div>
  <button type="submit" name="add-to-cart" value="263034" class="single_add_to_cart_button button alt">Add to cart</button>
</form>

POST /sale/finesse-tops-rosella-olive-satin-twist-top-womens/#wpcf7-f266868-p263034-o1

<form action="/sale/finesse-tops-rosella-olive-satin-twist-top-womens/#wpcf7-f266868-p263034-o1" method="post" class="wpcf7-form" novalidate="novalidate">
  <div style="display: none;">
    <input type="hidden" name="_wpcf7" value="266868">
    <input type="hidden" name="_wpcf7_version" value="4.6.1">
    <input type="hidden" name="_wpcf7_locale" value="en_US">
    <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f266868-p263034-o1">
    <input type="hidden" name="_wpnonce" value="6aedc19b00">
  </div>
  <p><label> Your Name (required)<br>
      <span class="wpcf7-form-control-wrap your-name"><input type="text" name="your-name" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false"></span> </label></p>
  <p><label> Your Email (required)<br>
      <span class="wpcf7-form-control-wrap your-email"><input type="email" name="your-email" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email" aria-required="true"
          aria-invalid="false"></span> </label></p>
  <p><label> Subject<br>
      <span class="wpcf7-form-control-wrap your-subject"><input type="text" name="your-subject" value="" size="40" class="wpcf7-form-control wpcf7-text" aria-invalid="false"></span> </label></p>
  <p><label> Your Message<br>
      <span class="wpcf7-form-control-wrap your-message"><textarea name="your-message" cols="40" rows="10" class="wpcf7-form-control wpcf7-textarea" aria-invalid="false"></textarea></span> </label></p>
  <p><input type="submit" value="Send" class="wpcf7-form-control wpcf7-submit"><span class="ajax-loader"></span></p>
  <div class="wpcf7-response-output wpcf7-display-none"></div>
</form>

POST https://www.aude-parcelier.com/?na=s

<form method="post" action="https://www.aude-parcelier.com/?na=s" onsubmit="return newsletter_check(this)">
  <input type="hidden" name="nr" value="widget">
  <div class="tnp-field tnp-field-email"><label>Email</label><input class="tnp-email" type="email" name="ne" required=""></div>
  <div class="tnp-field tnp-field-button"><input class="tnp-submit" type="submit" value="Subscribe">
  </div>
</form>

Text Content

Skip to content



AUDE-PARCELIER

Aude-Parcelier

Menu
 * New Arrivals
 * Womens Clothing
   * Outerwear
   * Jumpsuits & Rompers
   * Dresses
   * Sets
   * Tops
   * Bottoms
 * Womens Shoes & Accessories
 * Womens
 * Finesse
 * Wishlist



Home / Womens Clothing / Tops / Finesse Tops | Rosella Olive Satin Twist Top –
Womens

by Fmeaddons

Sale!



FINESSE TOPS | ROSELLA OLIVE SATIN TWIST TOP – WOMENS

$ 50.40 $ 22.00

Size Guides

Size Guides

CLOTHING

Size US Bust Waist Hips XS 0-2 32.5'' 25.5'' 35.5'' S 4-6 34'' 27'' 37'' M 8.10
36'' 29'' 39'' L 12-14 38'' 31'' 41'' XL 14-16 40'' 33'' 43'' 1X 16-18 44'' 37''
47'' 2X 18-20 46'' 39'' 49'' 3X 20-22 48'' 41'' 51''

Elevate your style and attitude in this olive twist top made from a satin
fabric, and complete with a flower lace trim on the straps, twist details, and
an open front style 😍  Made for our babes who like…

In stock

Size * :- XS S M L XL 1X 2X 3X


Add to cart
Add to Wishlist
Product added Browse wishlist
Product already in wishlist Browse wishlist



SKU: T9746-CQ4441 Categories: Tops, Womens Clothing Tags: Finesse, Tops, Womens
 * Description
 * Reviews (0)
 * Delivery
 * Contact


DESCRIPTION

Elevate your style and attitude in this olive twist top made from a satin
fabric, and complete with a flower lace trim on the straps, twist details, and
an open front style
😍
 Made for our babes who like to keep things sweet, but fierce 
💚


REVIEWS

There are no reviews yet.

Be the first to review “Finesse Tops | Rosella Olive Satin Twist Top – Womens”
Cancel reply

You must be logged in to post a review.


 * 100% Secure Shopping
 * Free Shipping Over $ 60
 * Secure Shopping SSL Encryption
 * 20-30 Days Return Guarantee
 * Payment Methods:  

Your Name (required)


Your Email (required)


Subject


Your Message









RELATED PRODUCTS

 * Sale!
   
   
   FINESSE SETS | VIANKA VIVACIOUS SET – WOMENS
   
   $ 94.50 $ 46.00 Select options
 * Sale!
   
   
   FINESSE SETS | RIYA REJUVENATING SET – WOMENS
   
   $ 105.60 $ 45.00 Select options
 * Sale!
   
   
   FINESSE SETS | PRIYA PRECIOUS SET – WOMENS
   
   $ 90.20 $ 42.00 Select options
 * Sale!
   
   
   FINESSE SETS | AYLA INVIGORATING SET – WOMENS
   
   $ 97.50 $ 40.00 Select options


ARCHIVES

 * 0


META

 * Log in



CUSTOMER SERVICE

 * Order Tracking
 * Contact
 * Privacy
 * Shipping
 * My Account

AUDE-PARCELIER

 * 100% Secure Shopping
 * Free Shipping Over $ 60
 * Secure Shopping SSL Encryption
 * 20-30 Days Return Guarantee
 * Payment Methods:  

NEW PRODUCTS

 * Finesse Dresses | Farida Red Strapless Mini Dress - Womens $ 82.50 $ 34.00
 * Finesse Tops | Novo Black Vegan Leather Top - Womens $ 38.40 $ 25.00

NEWSLETTER

Email


Copyright © 2023 aude-parcelier.com | All Rights Reserved.




X