Jump to content
thirty bees forum

30knees

Trusted Members
  • Posts

    1,482
  • Joined

  • Last visited

  • Days Won

    45

Everything posted by 30knees

  1. I've had a couple of deletion requests that were processed and are no longer in the queue but the customer ID is still in the database. I'm assuming something didn't work or how does the hidden customer account actually work?
  2. Note:
  3. We use tiered pricing with combinations. It works - but it's per combination and not spread across multiple combinations. For the latter you would need a module, I think.
  4. The trigger is "New order created". Action is "Add free product to order".
  5. Hi @datakick, I woud like to add a free product whenever products from a manufacturer are bought. Under "conditions" I don't see "manufacturer" as an option (only manufacturer as an address). Is this correct and would it be possible to add it (same as "combinations")? Thanks!
  6. Currently messages submitted by customers as an order comment are not sent by email to the store owner but remain in the shop's customer service section. Is there a way for them to be sent by email?
  7. I also do this regularly. Customers could somehow be prevented from ordering as guests based on an email match.
  8. Turned out to be a file ownership issue!
  9. Has anybody gotten this error when trying to regenerate? Message: chmod(): Operation not permitted Location: classes/ImageManager.php line 513
  10. Would you need a solution in tb or an external one?
  11. 30knees

    Export CSV?

    Sorry to see you go. What do you want to export? There are a lot of modules that permit exporting data and even services that take data directly from one system to another shop system.
  12. Update: I’m using the Dingedi module. Unfortunately, custom prompts are extremely poor compared to using the same prompt in the web interface. The developers say it’s because API results can differ to the web interface and it’s not the module that is at fault but the prompts via API.
  13. Genau, XL! Und für die e-Rechnung siehe hier: Momentan werden nur die PDF-Rechnungen von tb an Lexoffice übermittelt.
  14. Thank you. So then we'd need something a library to convert PHP objects (is this what we have in tb?) to XML: https://github.com/easybill/zugferd-php https://www.mustangproject.org/zugferd/ https://github.com/horstoeko/zugferd Wrapper: https://github.com/Youniwemi/digital-invoice Overview of some libraries and tools: https://zugferd.org/materials/e-invoicing/1.0.0/index.html
  15. datakick hat die Lösung entwickelt. :)
  16. Update: Wir verwenden jetzt Lexoffice, Belege werden aus dem Shop per API übertragen und entsprechend buchhalterisch zugeordnet, auch für One Stop Shop-Zwecke und Zusammenfassende Meldung.
  17. I have some 1 cent problems for invoices compared to calculations in accounting software. What rounding options do you use? I had "round up away from zero" and "round each line". I'm now testing "round each item". I'm also asking what rounding system my accounting software uses.
  18. Is anybody here required to supply EU-compliant e-invoices, such as the faktur-x / ZUGFeRD standard? For example, in Germany they're obligatory in a B2B setting from January 1, 2025. Many European countries already have e-invoicing requirements when dealing with public authorities. I found one PHP library for factur-x: https://github.com/atgp/factur-x
  19. Thank you, I was looking for the bankwire status email. Where do I look for that? Is this something that you would be fine with having in the core? Then I could do a PR.
  20. Is it correct that I would need to update classes/module/PaymentModule.php to enable {invoice_number} to be used in emails, eg bankwire module? https://github.com/thirtybees/thirtybees/blob/main/classes/module/PaymentModule.php And then adding here: $params = [ '{voucher_amount}' => Tools::displayPrice($voucher->reduction_amount, $this->context->currency, false), '{voucher_num}' => $voucher->code, '{firstname}' => $this->context->customer->firstname, '{lastname}' => $this->context->customer->lastname, '{id_order}' => $order->reference, '{order_name}' => $order->getUniqReference(), ]; '{invoice_number}' => $order->invoice_number,
  21. GreenMouseStudio's login without password module can be modified to work with thirtybees. Contact the dev and he'll customise it for your theme and modify it for thirtybees. I'm using it successfully.
      • 1
      • Like
  22. They're called Active Design
  23. @the.rampage.radoI am using this one: https://addons.prestashop.com/en/sea-paid-advertising-affiliation-platforms/26226-full-affiliates.html It does its job. It is not amazing. Vouchers and different commissions are supported. The vouchers all have a prefix, though, eg AFF_CUSTOM. I came across this alternative service recently: https://goaffpro.com/
  24. I wanted to check what the status is. :) Will it become a module?
  25. @DRMasterChiefSend datakick a pm and ask :)
×
×
  • Create New...