Games Island β
Code: gamesisland / gi
Region β
Germany + EU. Currency EUR. Site: games-island.eu.
JTL-Shop 5 store specialising in TCG / tabletop / board games (MtG, PokΓ©mon, Yu-Gi-Oh, Games Workshop, Marvel Crisis Protocol, etc.).
Sample CSVs β
Buy row β
csv
gi;https://games-island.eu/Marvel-Crisis-Protocol-Adam-Warlock-Moondragon;buy;1;50;3;you@mail.de;P4ss1234!;;DEThe URL is the product page β any games-island.eu/<slug> works. The article ID is parsed from the inline buy_form_<id> form.
Register row β
csv
gi;;register;1;0;0;new@mail.de;NewP4ss1234!;;DE;Max;Mustermann;Musterstrasse;12;10115;Berlin;+4915112345678reCAPTCHA
The register form is gated by reCAPTCHA v2 (checkbox), solved automatically via CapSolver using CAPSOLVER_KEY from config.ini.
Checkout β
- Shipping: default method offered by the shop for your delivery country
- Payment: Vorkasse / Bank Transfer (Γberweisung) β order is placed, pay via bank transfer using the details in the confirmation email. No 3DS / card auth needed.
Monitor + price check β
- Column 5 (
max_price) caps the buy price. Set0to buy regardless. - Column 6 (
delay) is the seconds between monitor re-checks. - The module prints the live price each tick and buys as soon as price β€ limit. On OOS / soft-404 it auto-retries with the CSV delay.
Known issues β
| Error | Cause |
|---|---|
Register failed β password too weak | Password doesn't meet JTL's policy; mix upper/lower/digit/symbol |
Login failed β credentials | Wrong email/password |
No article_id on page β check URL | URL isn't a valid games-island product page |
No Vorkasse/Bank-Transfer method found | Shop didn't offer bank transfer for your delivery country β pick a PL/DE address |
ATC refused β ... Menge ... | Out of stock β module auto-retries with CSV delay |
reCAPTCHA solve failed | CapSolver quota / wrong key β check config.ini |