littleshop/TeleBot/TeleBot/Handlers
SysAdmin 91000035f5 Fix: HandleConfirmVariant now passes variant ID instead of null
Critical fix for £0 order bug:
- When users select a variant and click 'Add to Basket', the confirmvar: callback triggers HandleConfirmVariant
- This method was passing variantId: null to AddItem(), causing cart items to have no variant and price £0
- Now looks up selected variant by name, extracts its ID, and passes it to cart
- Added logging to track which variant is being used
- Also includes CSV variant conversion utility and sample fixed import file
2025-10-08 19:54:08 +01:00
..
CallbackHandler.cs Fix: HandleConfirmVariant now passes variant ID instead of null 2025-10-08 19:54:08 +01:00
CommandHandler.cs "Fix-BUTTON_DATA_INVALID-and-add-multi-buy-buttons" 2025-10-03 15:26:52 +01:00
MessageHandler.cs Feature: Add postal address memory with user preference 2025-10-06 00:38:47 +01:00