Jump to content
thirty bees forum

vincentdenkspel

Silver member
  • Posts

    277
  • Joined

  • Last visited

  • Days Won

    6

vincentdenkspel last won the day on February 23

vincentdenkspel had the most liked content!

About vincentdenkspel

Recent Profile Visitors

6,017 profile views

vincentdenkspel's Achievements

Apprentice

Apprentice (3/14)

  • Conversation Starter
  • Reacting Well Rare
  • Dedicated Rare
  • First Post
  • Collaborator Rare

Recent Badges

78

Reputation

  1. I use abacus.ai. Although I like it, it although it has some disadvantage: you buy credits, but do not know how much credit a 'instruction' will cost.
  2. Maybe it would be interesting to create a special forum topic where people can share their with ai created modules if they want to
  3. What did you create ?
  4. I also created other modules. I use a dutch version of 'trustpilot' (keurmerk.info) The module I created with ai is twofold: 1) after the status of on order becomes 'delivered' the module will send a 'message' to keurmerk.info. Keurmerk.info will than send a review request to the customer. I the module I can set how much days after status 'delivered' the info is send to keurmerk.info. 2) the second part of the module is that I will display the last 5 reviews on my site in a slider. The third module I have created is a bulk-list-picker. With this module I select orders and the module will create a list of the stock locations of the ordered product. I can select 'per order' or 'bulk' This module has a bug in it, but I hope to sort this out very soon. consolidated_picking_list_20260223_123059.pdf
  5. I will. It is only on a test site. What I did: I uploaded the all Thirtybees 1.6.0 files in AI and had it analyse all the files. Based on the analysis I made AI create a 'Thirtybees module development guide' Whit this guide and my input I had ai create the module.
  6. Why not ? I'm not a developer. I just completed a giftcard module completely ai generated (claude sonnet 4.6). I'm still testing it, but as far as I can the functionality I wanted works. (including correct VAT calculation) How the module works: - Create a set number of gift card numbers. - Export the numbers to a CSV file for printing the gift cards. - Create a regular product (gift card) with 0% VAT. - Customer buys the product. - Link a gift card to the order. - Email the customer the PIN code. - Once the customer receives the physical gift card, they activate it with the PIN code on a special page. - After activation, the card can be used as a payment method. ----- GiftCardPayment โ€” ThirtyBees Module Version: 1.0.0 Author: denkspellenparadijs [with assistance from Claude Sonnet 4.6] License: MIT Compatibility: ThirtyBees 1.6.x | PHP 8.0+ ๐Ÿ“‹ Description The GiftCardPayment module adds a complete gift card system to ThirtyBees webshops. Customers can use physical gift cards (with unique code and PIN) as a payment method โ€” either fully or partially. In case of a partial payment, the remaining amount is automatically charged via the configured payment provider (Mollie or bank transfer). โœจ Features ๐ŸŽ Physical gift cards with unique codes and PIN protection ๐Ÿ’ณ Two-step payment flow: gift card + remaining amount via PSP ๐Ÿ”Œ PSP-agnostic: works with Mollie and bank transfer (extendable with custom adapter) ๐Ÿงพ VAT-correct handling for partial gift card payments ๐Ÿญ Bulk generation of gift cards via admin ๐Ÿ’ฐ Balance check via frontend widget ๐Ÿ”— Activation via email โ€” customer activates card via personal activation link ๐Ÿ”’ Blocking after too many failed PIN attempts ๐Ÿ“Š Full transaction history per gift card ๐Ÿ”’ Security PIN codes are stored as plaintext and as BCrypt hash (for validation) CSRF token validation on all AJAX endpoints Rate limiting on PIN attempts Cryptographically secure secure_key generation via random_bytes(32) ๐Ÿ“ฆ Installation See INSTALLATION.md for full installation instructions. Quick install: 1. Upload giftcardpayment_v1.0.0.zip via Modules โ†’ Upload a Module 2. Install the module 3. Clear the cache โš™๏ธ Configuration After installation: 1. Go to Modules โ†’ GiftCardPayment โ†’ Configure 2. Set the payment provider (Mollie, Bank Transfer, etc.) 3. Set the validity period (default: 24 months) 4. Set the maximum number of failed PIN attempts (default: 3) ๐Ÿ“ Structure giftcardpayment/ โ”œโ”€โ”€ classes/ # Core classes โ”‚ โ”œโ”€โ”€ GiftCard.php โ”‚ โ”œโ”€โ”€ GiftCardTransaction.php โ”‚ โ”œโ”€โ”€ GiftCardCart.php โ”‚ โ”œโ”€โ”€ GiftCardOrder.php โ”‚ โ”œโ”€โ”€ GiftCardPartialPayment.php โ”‚ โ””โ”€โ”€ providers/ # PSP adapters โ”‚ โ”œโ”€โ”€ MolliePaymentProvider.php โ”‚ โ””โ”€โ”€ BankWirePaymentProvider.php โ”œโ”€โ”€ controllers/ โ”‚ โ”œโ”€โ”€ admin/ # Admin controllers โ”‚ โ””โ”€โ”€ front/ # Frontend controllers โ”œโ”€โ”€ sql/ # Database scripts โ”œโ”€โ”€ views/ # Templates โ”œโ”€โ”€ translations/ # Translations โ”œโ”€โ”€ giftcardpayment.php # Main module file โ”œโ”€โ”€ config.xml โ”œโ”€โ”€ CHANGELOG.md โ””โ”€โ”€ INSTALLATIE.md ๐Ÿ“ Changelog See CHANGELOG.md for the full version history. ๐Ÿ“„ License MIT License โ€” free to use, modify and distribute with attribution. Developed by denkspellenparadijs with assistance from Claude Sonnet 4.6 (Abacus.AI / ChatLLM Teams)
  7. I'm a paying member. A In my opinion there are several 'problems' with TB: 1) Some basic modules such as a payment module (mollie) or shipping modules (myparcel, send cloud) are outdated. The modules or not updated for TB/PS 1.6 2) Lack of communication about the roadmap of TB (what can we expect in the near future from TB). "The team is working on a surprise. When they are ready, it will be revealed. ๐Ÿ™‚" Investors don't like surprises and uncertainty. I think the same applies to (potential) users of TB. For now TB still works for me but I think in the future I'm forced to with to another platform. Not because I wan't to, but because basic functions as mentioned above, don't work anymore. The 'membership' modules are nice to have, but are useless without good basic modules. We will see what the future brings
  8. @musicmaster I don't know where I found the module. It's possible I got I directly from mollie support. I using TB 1.6.0 on php 8 I can't remember I said I wanted another solution. However, I do wonder if the module will still work once the switch from iDeal to Wero becomes complete
  9. Hoi, Ik gebruik TB1.6.0 php 8.0 . Voor de betalingen gebruik ik de PS mollie module vs 4.5.4.
  10. I use the Mollie module v 4.5.4. on TB 1.6.0 with php 8.0
  11. Hi, Is there any update about the Mollie module ? What payment providers do other TB in the Netherlands use ?
  12. Looks like the stock value of Tesla
  13. @SmileDid you try to partner with Mollie ? Maybe the are willing to help funding the module. I know they also have a partnersnhip with Sylius and mollie is the 'official' payment module for Sylius
  14. Does somebody know if a order picking module exists for TB ?
  15. I'm not a developer, so this may be a silly question: Is it not possible to create a payment option that only accepts vouchers?
ร—
ร—
  • Create New...