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
Rock ‘n’ Roll Santa – Psychedelic Guitar Acrylic Decoration, Retro Art Ornament

Rock ‘n’ Roll Santa – Psychedelic Guitar Acrylic Decoration, Retro Art Ornament

$12.99Price
Turn up the volume on Christmas with this Rock ‘n’ Roll Santa Ornament!
Featuring a groovy Santa Claus jamming on his electric guitar under glowing lights, this acrylic ornament brings pure retro energy to your holiday décor. It’s the perfect mix of festive and rebellious — for those who like their Christmas with a little rock attitude.

Made from high-quality, optically clear acrylic with a glossy finish, it catches the light beautifully. Printed with vibrant UV colors and paired with a red ribbon for hanging, it’s ready to steal the spotlight on your tree.

Product Details:
-Optically clear digital-grade acrylic
-Size diameter 3″ (7.8 cm)
-Thickness0 .25″ (6.35 mm)
-Technique: UV printing for vivid, lasting color
-One-sided print with glossy finish
-Comes with a red ribbon for hanging

Perfect for music fans, vintage souls, and anyone who believes Santa rocks harder than ever this season.

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