Go to file
luklpz 9926f37015 fix: add missing PS shop association fields in product XML
Products created via PS Webservice were missing the ps_product_shop
table entry, causing them to be invisible in PS admin (which queries
products with INNER JOIN ps_product_shop). Adding id_shop_default=1
forces PS to create the shop association on product create/update.

Also add available_for_order, show_price, and visibility=both to
ensure products are fully configured for catalog display.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17 17:54:59 +02:00
android-app feat: add Android client app (Kotlin + Jetpack Compose) 2026-05-15 12:48:54 +02:00
javafx-client Code Debloat 2026-05-15 17:21:20 +02:00
sync-service fix: add missing PS shop association fields in product XML 2026-05-17 17:54:59 +02:00
.gitignore feat: add sync-service Spring Boot middleware 2026-05-14 14:09:46 +02:00