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
Jim Ornament – The Doors Psychedelic Christmas Decoration Ornament

Jim Ornament – The Doors Psychedelic Christmas Decoration Ornament

$12.99Price
Bring the spirit of The Doors to your Christmas tree with this Jim Morrison “Light My Holiday Fire” Ornament.
A psychedelic tribute to the Lizard King himself — bold colors, hypnotic patterns, and a fiery retro vibe that turns your holiday décor into a rock ’n’ roll statement piece. Perfect for free spirits, music lovers, and anyone who likes their Christmas ornaments with a little rebellion.

Made from premium, optically clear acrylic with a glossy finish that shines beautifully under the lights. Printed in vivid UV color and paired with a red ribbon, ready to hang and light up your holiday fire.

Details:
-Material Optically clear digital-grade acrylic
-Circle diameter 3″ (7.8 cm)
-Thickness: 0.25″ (6.35 mm)
-Technique: UV printing for high-definition color
-One-sided print, glossy finish
-Comes with a red ribbon for hanging

A must-have for The Doors fans who believe the holidays should be a little wild, mysterious, and full of soul.

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
SKU: 691A3D858C008_20250
    bottom of page