Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    2,027
  • Joined

  • Last visited

  • Days Won

    175

Everything posted by wakabayashi

  1. Just downvoting my answer surely doesn't help 😂
  2. I would guess thats the following line: https://github.com/thirtybees/thirtybees/blob/1.1.x/pdf/invoice.product-tab.tpl#L38 but not completly sure.
  3. With this infos its probably not possible to help. Are you using an external module that is handling the invoice? Otherwise you need to change your theme pdf templates... Which theme do you use?
  4. No. He is probably using attributes...
  5. Probably you should use this: https://stackoverflow.com/questions/7373058/changing-the-selected-option-of-an-html-select-element/7373115
  6. Your code is very unclear to me... What is count? Not sure but maybe you also need something like document.getElementById('group_1').selectedIndex = count;
  7. I am no JS Expert. I normally work with Jquery. But Vanilla JS is completly fine. Maybe a link to the site makes it easier to understand...
  8. This custom code isn't the right place, to add new functionality. This is made for adding external js files (like Google Analytics or so). You can add the js code also in product.tpl. Just use something like: {literal}<script>Your code...</script>{/literal}
  9. It happened to me multiple times, thats why I wrote it 😅
  10. I would say you either look at a test db or an external module is doing a very bad override...
  11. Actually it really should be updated as it's working. Have you sorted by id_order and checked, what the newest value is?
  12. No problem. I understand. You need to adjust your theme. What theme are you using? Edit: you use community-theme-default. Have you tried to update your store to bleeding edge? Search the menu "core updater" and select "bleeding edge" and "1.1.x". Then upgrade. That way you get a lot of bugfixes.
  13. Hello. You should use forum search, before asking such a question. This issue has been reported many times before:
  14. @datakick Sorry. I was wrong. It's working here too...
  15. Same here. Not sure if this was dropped or if it's just a bug.
  16. What is this all about? :S
  17. I can confirm that. I had never a single issue on anyting with php. Of course when you develop on js and use ajax you need to be a bit careful to delete the cache. But in general I am very happy with cloudflare.
  18. From this screenshot I have no idea, where it comes from. Please show a bigger screenshot. So expierenced user will know, which module is relevant.
  19. I will look again into this. But IMO this is not the case. It's true that 'updateShipping' is called always. This is because you can set a fixed amount of shipping. If you don't change this value and don't select recalculate, there is an update but with just the same values as you already had in DB. In my country this is a bit different. But I am aware that this can be an issue. That's why I created the form in the second commit. The form allows me to add an "invoice select". So every merchant can select the invoice, which should be updated. Right. I completly forgot about this shitty id_carrier change. But I believe, if I just add the "deleted/changed" carrier to the selector as well, this should be solved.
  20. I understand ofc. We are already using it in our live store, but ofc other testers are needed. You mean in AdminLogs or something new? If it would be new, I believe we would better make a order history concept, that shows everything (like order status change, emails sent, customer messages, customer service cases) in a nice history tree or so. Have you briefly looked at the concept. How do you think about this: "Technically a new cart is created based on the order values. The cart is used then to recalculate the shipping cost."
  21. Oh sorry, I can't help with this issue. I don't use this module.
  22. @Briljander thanks a lot for your response! Is it this module? https://addons.prestashop.com/de/bestands-lieferantenmanagement/22049-advanced-order-processing.html Does this module just allow to set a fixed amount of shipping or does it also offer the "recalculate" feature?
  23. https://www.payfast.co.za/integration/shopping-carts/prestashop download the older version for ps 1.6 and check, if it works.
  24. I have invested another day. It's now possible to add fixed a fixed amount/weight. Also the hardcoded transit email can be fixed that way. Still my code is not totally finished: There needs to be validation check in the new updateShipping function. RMA seems to use "submitShippingNumber" as well. That's maybe not problematic. I don't use RMA at all. So no idea what this should do. After a click on edit, the form looks like this: Btw: For me this project is quite evident. My goal is clearly to push this into the core (after careful validations with merchants). If this doesn't workout, I won't supply anything in the future. Cause developping things for core, which doesn't get applied, is too costly: I invest a lot of time to be consistent with the core, if it's only for my own store, all is much faster and simpler. After a modification get declined, I have to rewrite again, since I need to use the code in an internal module instead of core. If this important (and much wanted) feature can't be implemented, I lose faith, that there will come any real progess on other topics (like asm, attributes on bundles/virtualProducts and so on...).
  25. I don't have this file in my theme... But what about $order->payment
×
×
  • Create New...