www.wed2b.com Open in urlscan Pro
151.101.2.132  Public Scan

URL: https://www.wed2b.com/
Submission Tags: sansec.io magecart Search All
Submission: On February 17 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

GET https://www.wed2b.com/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://www.wed2b.com/catalogsearch/result/" method="get">
  <div class="field search">
    <label class="label" for="search" data-role="minisearch-label">
      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38.88 38.88" style="enable-background:new 0 0 38.88 38.88" xml:space="preserve">
        <circle cx="16.27" cy="15.42" r="14.28" style="fill:none;stroke:#000000;stroke-width:1.25;stroke-linejoin:round;stroke-miterlimit:10"></circle>
        <path style="fill:none;stroke:#000000;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" d="M37.19 37.75 25.97 25.89"></path>
      </svg>
      <span>Search</span>
    </label>
    <div class="control">
      <section class="amsearch-input-wrapper -dynamic-width" data-bind="
            css: {
                '-dynamic-width': data.isDynamicWidth,
                '-match': $data.readyForSearch(),
                '-typed': inputValue &amp;&amp; inputValue().length
            }">
        <input type="text" name="q" placeholder="Search" class="amsearch-input" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off" aria-expanded="false" data-amsearch-block="input" data-bind="
                afterRender: initInputValue,
                hasFocus: focused,
                value: inputValue,
                event: {
                    keypress: onEnter
                },
                valueUpdate: 'input'">
        <!-- ko template: { name: templates.loader } -->
        <section class="amsearch-loader-block" data-bind="visible: loading" style="display: none;"></section>
        <!-- /ko -->
        <button class="amsearch-button -close -clear -icon" style="display: none" data-bind="
                event: {
                    click: inputValue.bind(this, '')
                },
                attr: {
                    title: $t('Clear Field')
                },
                visible: inputValue &amp;&amp; inputValue().length" title="Clear Field">
        </button>
      </section>
      <div class="close-search">
        <hr>
        <hr>
      </div>
      <section class="amsearch-result-section" data-amsearch-js="results" style="display: none;" data-bind="
            css: {
                '-small': $data.data.width < 700 &amp;&amp; !$data.data.fullWidth
            },
            afterRender: function (node) {
                initResultSection(node, 1)
            },
            style: resultSectionStyles(),
            visible: $data.opened()">
        <!-- ko if: !$data.match() && $data.preload() --><!-- /ko -->
        <!-- ko if: $data.match() --><!-- /ko -->
        <!-- ko if: $data.message() && $data.message().length --><!-- /ko -->
      </section>
      <div class="nested">
        <a class="action advanced" href="https://www.wed2b.com/catalogsearch/advanced/" data-action="advanced-search">
        Advanced Search    </a>
      </div>
    </div>
  </div>
  <div class="actions">
    <button type="submit" title="Search" class="action search" disabled="">
      <span>Search</span>
    </button>
  </div>
</form>

POST https://api.ometria.com/forms/signup

<form class="form subscribe" novalidate="novalidate" action="https://api.ometria.com/forms/signup" method="post" id="newsletter-validate-detail">
  <input type="hidden" name="__form_id" value="7982eaaff80d6763e452296ec94bba52">
  <input name="@account" type="hidden" value="96aa4d6e66bef0e6">
  <input type="hidden" name="email" value="" autocomplete="off">
  <div style="display:none !important">
    <input name="__email" type="email" value="" autocomplete="off">
  </div>
  <input name="@return_url" type="hidden" value="https://www.wed2b.com/">
  <input name="@subscription_status" type="hidden" value="SUBSCRIBED">
  <input name="properties.signup_source" type="hidden" value="UK">
  <input name="properties.signup_channel" type="hidden" value="Newsletter">
  <div class="field newsletter">
    <p class="footer-newsletter-title">Be in the know...</p>
    <label class="label" for="newsletter"><span>We’d love to keep in touch to tell you about the latest dress styles, wedding tips, competitions and inspiration ahead of your big day.</span></label>
    <div class="control">
      <input name="ue" type="email" id="newsletter" placeholder="Enter your email address" data-validate="{required:true, 'validate-email':true}">
    </div>
  </div>
  <div class="actions">
    <button class="action subscribe primary" title="Subscribe" type="submit">
      <span>Subscribe</span>
    </button>
  </div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.wed2b.com/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Text Content

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

 * 
 * Sign In
 * Create an Account

Basket
My Cart
Close You have no items in your shopping basket.
 * My Account
 * Wishlist
 * Sign In


Search

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------


Advanced Search
Search
 * Compare Products

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

 * Home
 * Wedding Dresses
   * All Wedding Dresses
   * Shop By Collection
     * Main Collection
     * Maternity
     * Platinum
     * Plus Size
     * Registry Office
   * Browse by Style
     * Beach
     * Boho
     * Classic
     * Destination
     * Modern
     * Plain & Simple
     * Princess
     * Vintage
   * Browse by Shape
     * A-Line
     * Ball Gown
     * Fit & Flare
     * Short
     * Mermaid
     * Sheath
 * Bridesmaids
 * Accessories
   * All Accessories
   * Veils
   * Hair Accessories
   * Jackets
   * Underskirts
   * Belts
   * Wunderskirt
   * Overskirts
   * Robes
 * Flower girls
 * Gifting
 * Holy Communion
 * Inspiration
   * All Inspiration
   * Blog
   * Guides
   * Real Brides
   * Our Brands
 * Bridal Shops
   * All Bridal Shops
   * United Kingdom
     * London
     * East
     * Midlands
     * North East
     * North West
     * Scotland
     * South
     * South East
     * South West
     * Wales
     * Yorkshire
     * Northern Ireland
   * Europe
     * Belgium
     * Germany
     * Ireland
     * Netherlands
     * United Kingdom
 * Wedding Suppliers
   * All Wedding Suppliers
   * Venues
   * Photographers
   * Cakes
   * Florist
   * Hair & Beauty
   * Entertainment
   * Wedding Planners
   * Stationery
   * Cars & Transport
   * Decorations
   * Gifts
   * Other
   * Catering
   * Videography
   * Seamstress
   * Music

 * 
 * 
 * 
 * 


ACCOUNT

 * Sign in
 * Create Account
 * My Orders
 * My Wishlist
 * FAQ's


HELP

 * Contact Us
 * Cookie Policy
 * FAQ's
 * Infinite Order Terms
 * Privacy Policy
 * Terms & Conditions


ABOUT WED2B

 * About Us
 * Blog
 * Bridal Brands
 * Career Opportunities
 * Corporate
 * Press
 * Competition
 * Competition T&C's


UK
 * UK
 * IE
 * BE
   * Nederlands
   * Français
 * NL
 * DE


BRIDAL DESIGNER OUTLET 1000'S OF WEDDING DRESSES
ACROSS OUR 40 STORES

View wedding Dresses


TRADITIONAL AND
TIMELESS STYLE

£699 - £799

View Collection
VI V A B RI D E


FEEL LIKE
A PRINCESS

£699 - £799

View Collection


CAREFREE
AND UNDERSTATED

£599 - £799

View Collection
SOFIA CRUZ S C


SIMPLISTIC
BEAUTY

£799 - £899

View Collection
MIAVALENCA


MAKE
A STATEMENT

£699 - £799

View Collection


LUXURIOUSLY
EMBELLISHED

£899

View Collection

NEW DESIGNS IN STORE NOW...

Zion
Zion
From £699
Latasha
Latasha
From £699
Lilium
Lilium
From £899
Oxsana
Oxsana
From £799
Matera
Matera
From £799
Valentin
Valentin
From £799
Raquel
Raquel
From £899
Sidonie
Sidonie
From £699
Miami
Miami
From £899
Erika
Erika
From £699
Leo
Leo
From £699
Catalina
Catalina
From £899
Zion
Zion
From £699
Latasha
Latasha
From £699
Lilium
Lilium
From £899
Oxsana
Oxsana
From £799
Matera
Matera
From £799
Valentin
Valentin
From £799
Raquel
Raquel
From £899
Sidonie
Sidonie
From £699
Miami
Miami
From £899
Erika
Erika
From £699
Leo
Leo
From £699
Catalina
Catalina
From £899
Zion
Zion
From £699
Latasha
Latasha
From £699
Lilium
Lilium
From £899
Oxsana
Oxsana
From £799
Matera
Matera
From £799
 * 1
 * 2
 * 3

Bridesmaids Dresses

--------------------------------------------------------------------------------




BRIDESMAIDS’ STYLES £119.99 - £149.99

10 STYLES, 19 COLOURS ACROSS OUR TWO COLLECTIONS, SHOP ONLINE OR IN-STORE

View Dresses

Styling

--------------------------------------------------------------------------------




BRIDAL ACCESSORIES FROM £19.99

Tiaras, veils, underskirts, shop online and in-store

View Collection

Bridal Party

--------------------------------------------------------------------------------


FLOWER GIRLS FROM £89.99

Shop online or in-store

View collection

Bridal

--------------------------------------------------------------------------------


PLUS SIZE GOWNS

Try on dresses in-store in your size

View Dresses

About Us

--------------------------------------------------------------------------------


OUR STORY

Find out more about WED2B

Read More


INSPIRATION

--------------------------------------------------------------------------------

 * NIKKI AND SAM’S CHARMING NANTWICH WEDDING VENUE
   
   These newlyweds had a delightful fusion day, combining Indian and English
   elements, at their Nantwich wedding venue. Our WED2B Real Weddings feature
   reveals more…
   
   Read More

 * CHARLOTTE AND ASHLEY’S RUSTIC WEDDING IN CUMBRIA
   
   If you’re looking for wedding venues Cumbria then you’ll love this rustic day
   in Barrow-in-Furness. Our WED2B Real Weddings feature reveals more…
   
   Read More

 * CARLY AND ROBERT’S NAVY AND YELLOW AUGUST WEDDING
   
   A beautiful waterside venue was just the setting for this August wedding. Our
   WED2B Real Weddings feature reveals more…
   
   Read More

 * GILLIAN AND LUKE’S STYLISH CANADIAN WEDDING
   
   These well-travelled newlyweds met in Spain, live in the UK and had a
   fabulous Canadian wedding. Our WED2B Real Weddings feature reveals more…
   
   Read More


SHAPES & STYLES

--------------------------------------------------------------------------------


A-Line

Diverse bridal gowns, tailored to flatter all figures, are available in a range
of fabrics and styles.

View A-Line Dresses

Boho

Delicate beading, luxurious lace, and soft fabrics, are perfect for outdoor or
rustic-themed weddings.

View Boho Dresses

Plain & Simple

Perfect for accessorising to suit unique styles, complementing any wedding
theme.

View Plain & Simple Dresses

Sheath

Fitted across the bust, waist, and hips, highlight curves, and flow effortlessly
into a statement train.

View Sheath Dresses

Mermaid

Flattering mermaid gowns, fitted across the bust, waist, and hips, then flaring
from the knee.

View Mermaid Dresses

Princess

Sparkling and waist-enhancing, perfect for a dramatic, fairy tale wedding
appearance.

View Princess Dresses

Classic

Detailed and luxurious, available in various silhouettes, ideal for vintage or
modest themes.

View Classic Dresses

Fit & Flare

Fitted at the bust and waist, then flaring from the hips, enhancing curves and
elongating the body.

View Fit & Flare Dresses

Beach

Lightweight and detailed, perfect for tropical weddings, and easy to transport.

View Beach Dresses

Ball Gown

Traditional ball gown wedding dresses, fitted at the bust and waist with a
dramatic full skirt.

View Ball Gown Dresses

Vintage

Elegant, flattering, and timeless, offer a classic, feminine look.

View Vintage Dresses

Modern

High-quality fabrics and daring silhouettes, suitable for every bride seeking a
contemporary look.

View Modern Dresses

Short

Fitted at the bust and waist with a full skirt, suitable for any venue or as a
second dress.

View Short Dresses

Destination

Perfect for various settings, ensuring sublime looks for any wedding abroad.

View Destination Dresses

FIND A WED2B NEAR ME

Store Finder

Excellent

4.92 average
32,433 reviews

Danni Chandler

Really friendly and knowledgeable staff
9 hours ago
Jessie Wilde

Had such a fantastic experience. All the staff were lovely and Lorna, who was my
consultant, was amazing. I felt listen to and under no pressure at all. She was
there for me and making sure I felt comfortable. I am so pleased about the dress
I chose and now super excited to get married in it!
11 hours ago
Hannah

Khadijat at the Nottingham branch was amazing! She really listened to what I
wanted and we managed to find the perfect dress really quickly. She was really
attentive and made me really comfortable trying on different dresses
11 hours ago
Cheryl Mills

What a fantastic experience I had at Wed2Be Drumcondra. Every member of staff
was so lovely, informative and helpful. A special thank you to Abigail who
helped me find my perfect dress. Abigail was just so on the ball!! She knew
exactly what to choose me and after just three dress fittings I found the one!
She was so helpful adding the extra touches like the veil and hairpiece and made
it a really special experience for me and my family who came to see me. It
wasn't at all rushed we had plenty of time and attention. I was happy with the
overall price I thought it was really affordable for the amazing quality of the
dress. I was so delighted to walk away with my dress and accessories in hand on
the day! I would highly recommend this shop to anyone looking for their perfect
dress. Thank you ladies.
12 hours ago
Katie Mck

Chloe served me back in November to help me find my original dress, she was so
helpful and made me feel so comfortable. I went with a dress in mind and thought
that it was going to be the one, once I tried it on it was everything I didn’t
want so Chloe went through my likes and dislikes of all the dresses untill she
found me the perfect one! The staff don’t rush you or pressure you everything is
your choice and they make you feel like the experience is all about you! I have
had two lovely experiences can’t thank you enough!
14 hours ago
Steph

The moment I walked in, everyone was very friendly and professional. I received
help from Cynthia Rose, she made me feel comfortable and she was extremely
patient with me! I tried soooo many dresses and she was super kind about it.
While I didn’t find a dress, there were quite a few I really liked.
Unfortunately, I came at peak season and all the dresses I saw online were gone
completely or they no longer had my size. I highly recommend this place. They
were quick and efficient (because I told them I only had 2 hours due to parking)
we finished in an hour and I tried about 15 dresses😳. In other bridal shops,
you do not get that time!
23 hours ago
Anonymous

My mum and I had a lovely experience at the Derby store. We were welcomed at the
till, where the assistant let us know how the store worked and when we would
likely be seen to. The store was spacious and not too busy. It was Sam who I had
my appointment with and I felt straight away like she was genuinely interested
in my wedding day and understood the vision I had of it. She actually picked out
my dream dress on the first go and I bought it that day! I also thought that the
prices were quite reasonable for how nice the dresses all were. I felt supported
but not pressured and the dress care/alterations process was explained clearly
as well.
1 day ago
Tara

Girls were stunning, really really nice. Super helpful and kind! Emma and Vicky
were absolutely great!!
1 day ago
Katie

I had the pleasure of having the amazing Nisha help me during my experience with
dress shopping, she was patient, calm and very easy going, her friendly
personality quickly put me at ease with how anxious I felt going into the
experience. All the staff was very friendly, helpful and all round lovely women.
1 day ago
Lana Osman

Chelsea was a great help. She was really patient with me and worked with me to
find the dream dress. She gave me really good advice on what to do with the
dress. I can’t thank her enough for all her help.
1 day ago
Jessica Henderson

Rebecca has been a great help and not phased by lack of direction definitely
helped me find my style
1 day ago
Kit Henderson

They listened and invisioned my ideas and produced exactly what was wanted
1 day ago
Chloe

Rosa was very supportive and patient throughout the appointment. She made the
moment of finding THE dress special and memorable for the right reasons. I
cannot thank her enough!
1 day ago
Von

Visited the Camberley store today. Michelle helped my daughter find her dream
dress, she was absolutely fantastic very friendly and knowledgeable. From start
to finish Michelle made us all feel like we were the most important clients to
ever walk through the door. I have nothing to suggest to make the experience any
better. Michelle you were just amazing. Thank you X
1 day ago
Maz

I was surprisingly nervous when arriving at the shop today but instantly
Charlotte was so friendly and welcoming I was instantly put at ease. We went
through my likes and dislikes as this was my first experience of trying on
dresses. The dress I came home with was actually the first one Charlotte picked
out for me. We tried on several but always came back to the original. Thoroughly
enjoyed my experience and will recommend you to any of my friends.
1 day ago
Emily Ward

Alysia was extremely helpful friendly and knowledgeable she put me at ease
throughout All the dress options especially as I'm a very self conscious person
but with the experience and knowledge she gave me I said Yes to the dress.
1 day ago
Susan Hudgeon

I was extremley happy with the service I received when I went to choose my
wedding dress on the 13th February. Alice was so very helpful, professional and
basically spotted what I did & didnt want so that I ended up getting my pefect
dress. The set up of the shop is wonderful too & I would highley recommend.
1 day ago
Emma

Alysia was fantastic and knew exactly what would suit me. She made the whole
experience really relaxed and enjoyable. I am so pleased with my dress.
1 day ago
Ashleigh

Ladies were lovely help with everything, and o finally found my dress x
1 day ago
Nicole

Very helpful and accommodating.
1 day ago
We use cookies on our website to make your experience better. You can click here
to update your settings. Otherwise, we'll assume you're OK to continue.
Allow non-essential cookies to collect information for marketing reports

If you would like further information about how we use your data, please read
the privacy policy

Confirm







Hello. How can we help?

Search for help


Send us a message

We will come back to you shortly




Message



FAQs



5 Topics

Articles


Home

Message

FAQs

Newsletter

Be in the know...

We’d love to keep in touch to tell you about the latest dress styles, wedding
tips, competitions and inspiration ahead of your big day.

Subscribe

Your details will not be shared with anyone in accordance with our privacy
policy.

Quick Links

 * Home
 * Wedding Dresses
 * Bridesmaids
 * Flower Girls
 * Accessories
 * Bridal Shops

Help

 * Contact Us
 * Cookie Policy
 * FAQ's
 * Infinite Order Terms
 * Privacy Policy
 * Terms & Condition
 * Wedding Checklist

Careers

 * Career Opportunities
 * Search For Jobs
 * Register For Job Alerts

Company Information

 * About Us
 * Blog
 * Designer Collections
 * Corporate
 * Press
 * Wedding Suppliers

Competition Information

 * Competition
 * Competition T&C's

 * 

 * Home
 * Wedding Dresses
 * Bridesmaids
 * Flower Girls
 * Accessories
 * Bridal Shops

 * Privacy Policy
 * Cookie Policy
 * Terms & Conditions
 * Contact Us
 * About Us
 * Wedding Checklist

 * Competition
 * Competition T&C's
 * Infinite Order Terms
 * Career Opportunities
 * FAQ's

 * Corporate
 * Press
 * Wedding Suppliers
 * Designer Collections
 * Blog

LIVE CHAT OFFLINE
 1. Start A Live Chat Now
    
 2. Speak To Our Bridal Experts
    
 3. Submit Your Enquiry
    


© 2024 WED2B Limited. Registered in England 06969366. VAT No. 329030623.
 * 
 * 
 * 
 * 

Close

Enter now

Exit

Close
Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create an Account
Checkout using your account

Email Address

Password

Sign In
Forgot Your Password?