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
Jimi Ornament – Psychedelic Christmas Decoration, Retro Rock Acrylic Ornament

Jimi Ornament – Psychedelic Christmas Decoration, Retro Rock Acrylic Ornament

$12.99Price
Add some electric soul to your Christmas tree with this Jimi Hendrix Psychedelic Ornament!
Inspired by the energy of the ‘60s, this glossy acrylic ornament captures Hendrix’s fiery stage presence — reimagined with a groovy holiday twist. Perfect for rock lovers who like their Christmas decor loud, colorful, and unapologetically legendary.

Made from optically clear, premium-quality acrylic, it features a vibrant one-sided UV print that shines under the lights. Comes with a red ribbon for easy hanging and instant holiday rockstar vibes.

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

Perfect for gifting to any Jimi Hendrix fan, vintage collector, or anyone who believes Christmas should be as bold as a guitar solo.

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