Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    1,990
  • Joined

  • Last visited

  • Days Won

    164

Everything posted by wakabayashi

  1. For me it's always very difficult to answer a question like: Do you use an "OMS", "ERP", "CRM" or whatever. I think in functions/features. In general we try to automate a lot of stuff...
  2. Are you sure, that you have done that properly? I have to download a file and then upload it. Btw which tb version are you using?
  3. Oh nice! That reminds me on my own start with coding. Keep going 😉 I am not sure, what the variable $page_name is. Maybe this is working: {if $smarty.get.id_cms_category} {if in_array($id_cms_category, array(2))} {$content|escape:nofilter} {/if} {/if} I for myself would rather check CmsController and go for something like {if isset($cms_category) && in_array($cms_category->id, array(2))} {$content|escape:nofilter} {/if} But I haven't tested it... Just wrote it 😅 Just when rethinking it. Maybe this is not working, since it's another column. Maybe you have to use $smarty.get.cms_category. Please confirm if some of my lines are working ^^
  4. @Traumflug sehr gut. Die Preise muss man ändern, wenn man die Steuersenkung selber einsacken will. Man ändert also die Steuersätze und setzt die Bruttopreise wieder auf das Niveau von vorher. Dazu muss natürlich der Nettopreis nach oben. Ist aber ein simpler Dreisatz 🙂
  5. Ich kenne mich mit dem Deutschen Gesetz nicht aus, aber was ist das Problem mit folgendem Ablauf: neue Steuersätze anlegen Mit foreach Schleife Steuersätze für alle Produkte anpassen und gleichzeitig neue Nettopreise berechnen (falls Bruttopreis gleichbleiben soll)
  6. I dont understand this. Sounds to me like a different problem. In general TB often forces a payment in order to add an order. Since we ship a lot of unpaid orders. I wanted to create orders with payment equal 0.00. This was not possible as the order wasn't created. That's why I assume the same problem here with the discount. Similar stuff was discussed here: https://github.com/thirtybees/thirtybees/issues/460
  7. I am not part of the new team. As the new team doesn't want to give recognition yet, I say something: Because I have private contact to all almost all big contributors of this project, I have quite a clear idea, who the new owner will be (ofc I won't reveal anything to anyone). The new team is not any mysterious investor, who is lacking of tb/ps expierence. If this deal will be done, all TB users will be better of... So please @all: relax 🙂
  8. Ok then I believe, that this is the problem. But I haven't tested it...
  9. What is the total amount of the order after subtracting the discount? 0.00?
  10. IMO we should all stay patient for a few weeks. This "group" seems to be close, to make a deal with the current owner. No need to bring back the old negotiations in this thread back...
  11. @veganline are you part of the new team or what is your post about?
  12. I dont use this module, but multistore as well (at least right now). I just checked shortly the code of the module: https://github.com/thirtybees/tbhtmlblock/blob/master/tbhtmlblock.php#L133 As there is no id_shop column anywhere, it would be a magic, if this module is multistore capable. If I were you, I would fill a github issue.
  13. Does is it mean that you bake cookies? 😍 🍪
  14. Great 😎 Good luck with your shop 😏
  15. Then it's probably a caching issue. When you save, does an open the module again in BO is the new version load or the old?
  16. This is probably content from a module. Search for "block" and checkout which one, you need to adjust. I would guess "blockcmsinfo" or "blockmyaccountfooter".
  17. 👏 great! Not even I, do it like that. But in general it's a shame how many stores are still on 1.0.x or on quite old 1.1.x versions. With PS is was something like 1 fix -> 1 new bug. Here it's probably something like 10 fix -> 1 new bug 😎
  18. Das war bestimmt die Idee davon 🤣 (Ich würde es wohl auch so machen) Ich würde wohl mit einer foreach schlaufe die preise anpassen. Ganz sicher vorher backups und in einem demoshop testen.
  19. @toplakd dont worry. If this account get's upgradded it was either by Lesley, Markus or Petr. 😏 Theoretically two more guys are admin, but I highly doubt they do even read this 😆
  20. wakabayashi

    Goodbye

    @Havouza for such issues there is a new service available: Merchant's Edition The rest is as it was some weeks ago. TB is awaiting its death, if nothing serious changes.
  21. wakabayashi

    Attributes

    @AndyC I just looked shortly at it. But this is not exactly the same. These are kind of dynamic attributes. In general you could set up the pizza example without the module, you "just" have to generate hundreds of combinations. Or am I wrong?
  22. I am no expert on this. But https://www.w3schools.com/html/html5_audio.asp shows a very simple way to add audio files as html code. You could try to add such a code on product description and see if it works out of the box. Otherwise a clean module with upload function in the BO and display option in the FO wouldn't be very complicated 🙂
  23. wakabayashi

    Attributes

    From a coding perspective attributes make things more complex 🙂 That's the cheap answer. In general I also don't like it. Not because of virtual products (we don't really use this), but in case of product packs. I seriously ended up to save all my packs as normal products and handle the stock by an own module. But that is something I would like to be changed in the core. It should be possible to use attributes on virtual products and packs. But as you notice, I use a lot of "would like" and "should". If there is not a owner of tb or a new fork, it will never come...
  24. @funnycamel congrats, that's great! Hopefully we can generate a lot more succes stories as yours 🙂
  25. Surely true. Maybe it's still worth to open a github issue with it. On the other hand I wonder, why would someone want to upload a file there and not at the product page?
×
×
  • Create New...