Jump to content
thirty bees forum

vincentdenkspel

Silver member
  • Posts

    277
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by vincentdenkspel

  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. 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
  4. 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.
  5. 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)
  6. 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
  7. @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
  8. Hoi, Ik gebruik TB1.6.0 php 8.0 . Voor de betalingen gebruik ik de PS mollie module vs 4.5.4.
  9. I use the Mollie module v 4.5.4. on TB 1.6.0 with php 8.0
  10. Hi, Is there any update about the Mollie module ? What payment providers do other TB in the Netherlands use ?
  11. Looks like the stock value of Tesla
  12. @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
  13. Does somebody know if a order picking module exists for TB ?
  14. 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?
  15. @Mediacom87 on you site is stated : " Removal of compatibility with PrestaShop 1.5" Is it a matter of time before compatibility for PS1.6 /TB also will be removed ?
  16. Why not see if there would be interest in crowdfunding this ? BTW: What software are you currently using ?
  17. @colorful-ant Thank you for your help
  18. Hi all, When people visit my site they are shown the English version. I did set the language to Dutch in the backend (See screenshot) Can anybody tell me what i'm doing wrong ? Best regards, Vincent
  19. Hi, The theme looks nice. When i select a category and form within the category list click on 'add to cart' the product is added to the cart. It would be nice the the popup is show in which is confirmed that the product is added to the cart. You now have to scroll to the top in order to make sure it is addes. Hope you can add this. Will there be a free version and a paid version of the theme ? If so what will be the difference ?
  20. Hi, Hope somebody has some tips for me. On my productpages i have entered the meta title and meta-descritpion. When i search for products, i'm often listed on page 2. Does somebody have some tips for me what i can do to rank higher ? Thank you.
  21. Maybe this is something for you : http://www.myddleware.com/ I haven't tried it though
  22. Is it possible to have multiple selections in one category with the filter option in Elastic Search. If so, how do i configure this? Example. For the boardgames is sell i have entered multiple 'values' in the category skills. I want people to be able to filter in the category skills like skill A AND C AND F
  23. You can add me too
  24. You have made that very clear. However, the fact is: it is not your company. "Acceptable commercial fashion" This is just your opinion. Maybe someone else thinks it is run in the right way. I always tell my children: by screaming louder your point is not more valid.
ร—
ร—
  • Create New...