Skip to content
FREE SHIPPING ON ORDERS $99 OR MORE
Welcome to our store
Clothing
Clothing
All Clothing
All Clothing
Bottoms
Blazers & Jackets
Tops
Dresses & Jumpsuits
Plus Size
Maternity
WOMENS CLOTHING
BOTTOMS
BOTTOMS
ALL BOTTOMS
ALL BOTTOMS
SHORTS
SKIRTS
PANTS
CAPRI
JEANS
BOTTOMS
TOPS
BLAZERS & JACKETS
BLAZERS & JACKETS
ALL BLAZERS & JACKETS
ALL BLAZERS & JACKETS
BLAZERS
JACKETS
BLAZERS & JACKETS
DRESSES
DRESSES
ALL DRESSES
ALL DRESSES
BANDAGE DRESSES
JUMPSUITS
DRESSES
Log in
Facebook
Pinterest
Instagram
Search
Clothing
All Clothing
Bottoms
Blazers & Jackets
Tops
Dresses & Jumpsuits
Plus Size
Maternity
WOMENS CLOTHING
BOTTOMS
ALL BOTTOMS
SHORTS
SKIRTS
PANTS
CAPRI
JEANS
BOTTOMS
TOPS
BLAZERS & JACKETS
ALL BLAZERS & JACKETS
BLAZERS
JACKETS
BLAZERS & JACKETS
DRESSES
ALL DRESSES
BANDAGE DRESSES
JUMPSUITS
DRESSES
Search
Cart
0
0 items
Log in
Item added to your cart
Check out
Continue shopping
Collection:
Men's Jackets
Sort by:
Featured
Best selling
Alphabetically, A-Z
Alphabetically, Z-A
Price, low to high
Price, high to low
Date, old to new
Date, new to old
Sort
0 products
No products found
Use fewer filters or
remove all
Cart
Your cart is empty
Choosing a selection results in a full page refresh.
$(document).ready(function(e){ console.log('ready call from GTM events') }) $(document).on('click','.template--collection .product-grid-container #product-grid .grid__item',function(e){ var prod_handle = jQuery(this).data("handle"); console.log('prod_handle '+prod_handle); dataLayer.push({ ecommerce: null }); jQuery.getJSON("/products/" + prod_handle + ".js", function(product) { var prod_id = product.id; var prod_name = product.title; var prod_vendor = product.vendor; var prod_price = (product.price/100); var prod_type = product.type; var prod_image = product.featured_image; var prod_variant_title = product.variants[0].title; var prod_sku = product.variants[0].sku; var prod_variant_id = product.variants[0].id; dataLayer.push({ event: "dl_select_item", ecommerce: { currencyCode: "USD", items: [ { affiliation : "Fame Fashion Distribution | Affordable Women's Clothing | Fashion for Women", item_id: prod_id, item_name: prod_name, item_brand: prod_vendor, price: prod_price, item_category: prod_type, currency: "USD", imageURL: prod_image, item_variant: prod_variant_title, shopify_handle: prod_handle, shopify_product_id: prod_id, shopify_sku: prod_sku, shopify_variant_id: prod_variant_id } ] } }); }); });