Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    2,011
  • Joined

  • Last visited

  • Days Won

    168

Everything posted by wakabayashi

  1. I believe, you try too hard on a simple topic. Why not just higher order reference? As far as I understand people don't want it, because competitors could read something from it. I really dont understand what this something should be. Especially as you are selling products in a range of 5$ and 5000$. In my module orderrefnum from Madman I can also define a value, on how much these number should rise. So you could set it there to "13" and pretend you sell 13 times as much as you really do.
  2. Funny: I just noticed now by chance, how it happens in our case. When you add a new product to an order, which already has an invoice. The already created invoice is selected and all is fine. The problem arises, if you immediately add a second product. The invoice isn't selected anymore and is not even selectable... Workaround: If you refresh the order after you added the first product, then you can add the second product...
  3. @datakick is right. Multiple invoices can arise on order edits. It happens here too, from time to time. I am not totally sure, but maybe it happens as well, when some of your products are out of stock and others are not. (We only allow to order when the product is in stock)
  4. can you show a screenshot of the email that is going out? Maybe it's hardcoded 😮
  5. I dont know about BO. I always edit the emails in the theme folder with a code editor. I guess you are looking for the order_return_state email template.
  6. As far as I understand. He doesn't like that an email address without a "." is accepted.
  7. Yes thats my fault. I will look at it and improve it for 2.0 version.
  8. It's the same with bundles... That forced me to develop an own erp module, so we can handle stocks. In our case we sell the bundles now as normal products. But thats no option for you ofc. And anyway it should just be possible. This feature request is really on my top 3.
  9. You can find all alias in hook_alias table. I tend, to use the hook name that is also executed in the php classes.
  10. @vincentdenkspel ah sure, there it makes sense. 🙂 But I won't add an affiliate system for now. It's kind of similair to referral and the referral already takes (too) much time to implement.
  11. Looking again at the posts here and thinking conccrete about it, I think this doesn't fit in the module. All loyalty poitns are turned into vouchers our expiring. Do you really want to make a bank transfer and give them money back?
  12. It is the date_add. But products are a bit messy IMO. I believe you neee to change it in product_shop table too.
  13. @Occam I can only find tests/golden_files/db_schema.sql. Is this the file you meant? This file looks correct to me. But obviously there shouldn't be an id_lang and an name column in @lixotuka table. No idea how it got there :S
  14. I dont use any of this modules, so I can't say anything. I hope, that somebody else is using this and can say something.
  15. Have you checked your browser console?
  16. @30knees you are welcome. Btw this is not a tb issue. The module would also not work on prestashop (at least not 1.6). The fact, that nobody reports, shows, that it isn't used a lot from ps merchants. As far as I can see they don't even have a topic there in the forum...
  17. Ok I played a bit around. I am still on 3.1.0. So I tried to update (on testshop ofc). It failed. Not sure where exactly as the error message from tb was somehow missleading. I also tried to uninstall the module and then reinstall complete. Of course it says it's sucessful. But actually as I expected there is no mol_countries table. In Short: This module is broken in both ways - update and clean install! If you have a working version stick on it.
  18. I believe the quality of this module went down, since it's no more maintained by Martijn and Michael: https://github.com/mollie/PrestaShop/commit/fb5bd9f287bae5d393a934c21e9244d9d30daa70#diff-a50a9e2177492d1e4d64e6d84a7f8ceb Here is the update, where it should happen. There arise multiple questions to me: Why is the prefix mol and not mollie (as mollie_payments table)? Why is the mol_countries not in the installer sql? Why was the table still not added, since you both upgraded? Well since I anway want to leave from mollie, I won't fix any of this ofc.
  19. Is the module just broken? What table should mol_country be? I have never heard of that... I also can't see it in the sql installer of mollie: https://github.com/mollie/PrestaShop/blob/master/sql/install.php
  20. @Theo Right now it's not possible. But you are right, that it's hard to maintain links like that. For our own shop I have created a little Shortcode System. Which replaces links in FO like [link blog="12"] or [link product="34"]. But this won't work on other system as it depends on blog module for example.
  21. I dont think this will work anywhere in the BO. TB has no such Shortcode System...
  22. Well it really depends on the context you want to generate such a link. It's different in smarty than in php file. I dont know what URL in Menu admin means.
  23. Not sure if I understand right. Why is /blog/myblogpostpage not working?
  24. Yeah you are right, this isn't the place to discuss it. Still I am sad to hear, that good merchant are suffering that much with their shop system.
  25. @vincentdenkspel that sounds bad and shouldn't be the case... Are these external module that are breaking?
×
×
  • Create New...