Casual Comfy Pull On Printed Shorts - Dallas General Wholesale
Casual Comfy Pull On Printed Shorts - Dallas General Wholesale
Casual Comfy Pull On Printed Shorts - Dallas General Wholesale
Casual Comfy Pull On Printed Shorts - Dallas General Wholesale
Casual Comfy Pull On Printed Shorts - Dallas General Wholesale
Casual Comfy Pull On Printed Shorts - Dallas General Wholesale
Casual Comfy Pull On Printed Shorts - Dallas General Wholesale
Casual Comfy Pull On Printed Shorts - Dallas General Wholesale
Casual Comfy Pull On Printed Shorts - Dallas General Wholesale
Casual Comfy Pull On Printed Shorts - Dallas General Wholesale
Casual Comfy Pull On Printed Shorts - Dallas General Wholesale
Casual Comfy Pull On Printed Shorts - Dallas General Wholesale

Casual Comfy Pull On Printed Shorts

C107-945
Please Log In To view Low Wholesale Prices

Cheap bulk wholesale of ladies summer fashion apparel; comfy casual pull on style shorts in color prints. These girls shorts are silky feel; super comfortable to wear in the hot summer days, with added fashion style of assorted prints. These shorts are featured with elastic waist line; making these shorts fit most body types. These women's pull on casual shorts are also featured with 2 front pockets for convenience.

Features

  • Colors: Blue, Brown, Yellow, White, Red, Tan, please refer to photo for prints
  • Colors will be assorted in your pack
  • Sizes: Medium/Large, X-Large/XX-Large
  • Sizes will be assorted accordingly in your pack
  • Material:65% Cotton & 35% Polyester
  • Summer fashion comfy casual pull on shorts for ladies and girls

QUESTIONS & ANSWERS

Have a Question?

Be the first to ask a question about this.

Ask a Question


document.addEventListener("DOMContentLoaded", function() { const notifyForm = document.getElementById("notify-me-form"); if (notifyForm) { notifyForm.addEventListener("submit", function(event) { event.preventDefault(); let email = document.getElementById("notify-email").value; let productId = "4413108518970"; fetch(`/admin/api/2023-04/products/${productId}/metafields.json`, { method: "POST", headers: { "Content-Type": "application/json", "X-Requested-With": "XMLHttpRequest" }, body: JSON.stringify({ metafield: { namespace: "notify_me", key: "emails", value: email, type: "json" } }) }) .then(response => response.json()) .then(data => { document.getElementById("notify-message").style.display = "block"; notifyForm.reset(); }) .catch(error => console.error("Error:", error)); }); } });