import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.RestController; import java.util.*; @RestController public class CheckoutController { @GetMapping("/checkout") public Map checkout( @RequestParam String products, @RequestParam(required = false) String coupon) { // Parse products Map productQuantities = new HashMap<>(); for (String productEntry : products.split(",")) { String[] parts = productEntry.split(":"); productQuantities.put( parts[0], // Product ID Integer.parseInt(parts[1]) // Quantity ); } // Build result Map result = new HashMap<>(); result.put("products", productQuantities); result.put("coupon", coupon != null ? coupon : "No coupon applied"); return result; } }
top of page
To Be a Rock and Not to Roll – Led Zeppelin Inspired All-Over Print T-Shirt

To Be a Rock and Not to Roll – Led Zeppelin Inspired All-Over Print T-Shirt

$29.99Price
A tribute to the eternal wisdom of rock.
This premium tee captures one of the most iconic lines from Led Zeppelin’s “Stairway to Heaven”:
“To be a rock and not to roll.”

It’s more than a lyric — it’s a philosophy.
A reminder to stay grounded, to keep your essence unshaken no matter how wild life gets.
Minimalist on the front with a symbolic triangle design, and powerful on the back with bold, vintage-style lettering that channels pure 70s energy.

Made with a premium cotton-touch polyester jersey, it’s smooth, durable, and vibrant — perfect for everyday wear, jam sessions, or festival nights.

Details:
-Premium knit mid-weight jersey
-Soft 2-way stretch fabric
-Fade-resistant all-over print
-Regular fit for all-day comfort
-OEKO-TEX 100 certified fabric — safe for skin and the planet

Fabric composition:
EU: 96% polyester, 4% spandex (215 g/m²)
US: 93% polyester, 7% spandex (240 g/m²)

Perfect for: classic rock lovers, vintage souls, and those who live by the rhythm of freedom.

Original artwork inspired by Led Zeppelin; not affiliated with or endorsed by any artist or brand.

• Traceability:
- Knitting—Lithuania
- Dyeing—Poland
- Manufacturing—Latvia
• Contains 0% recycled polyester
• Contains 0% dangerous substances
• This item releases plastic microfibers into the environment during washing

Age restrictions: For adults
EU Warranty: 2 years
Other compliance information: Meets the formaldehyde and zo dyes level requirements.

In compliance with the General Product Safety Regulation (GPSR), Oak inc. and SINDEN VENTURES LIMITED ensure that all consumer products offered are safe and meet EU standards. For any product safety related inquiries or concerns, please contact our EU representative at gpsr@sindenventures.com. You can also write to us at 123 Main Street, Anytown, Country or Markou Evgenikou 11, Mesa Geitonia, 4002, Limassol, Cyprus.
Quantity
    bottom of page