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 Hendrix Quote Sticker | Knowledge Speaks Wisdom Listens | Psychedelic Rock

Jimi Hendrix Quote Sticker | Knowledge Speaks Wisdom Listens | Psychedelic Rock

$5.99Price
Bring a piece of Hendrix's legendary wisdom into your world with this bold, psychedelic sticker inspired by one of his most iconic quotes. Designed in groovy retro colors, it's perfect for musicians, free thinkers, and anyone who believes in the power of listening.

🌀 Durable vinyl
🌈 Vibrant psychedelic design
🎸 Ideal for laptops, journals, guitars, or water bottles
📏 Size: 5.5" x 5.5" kiss-cut
💜 Inspired by Jimi Hendrix’s timeless message of peace and presence

Let your style speak without shouting — just like Hendrix did.

Age restrictions: For adults
EU Warranty: 2 years

Age restrictions: For adults
EU Warranty: 2 years

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