Search found 1 match
- 16 Jan 2025, 09:50
- Forum: Help
- Topic: Add product to basekt via custom php command
- Replies: 1
- Views: 3754
Add product to basekt via custom php command
i try to add a product to my basket with this code: I see a success message in postman, but its not added to my basket: http://127.0.0.1:8000/shop/basket I work with PHP 8.3.14 and aimeos 2024.10 on a mac. {"status":"success","message":"Product added to cart",...