Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    2,011
  • Joined

  • Last visited

  • Days Won

    168

Everything posted by wakabayashi

  1. Under Modules -> Positions
  2. Maybe it works to remove the module from the "displayHomeTab" hook. (I haven't tested)
  3. I export a list with our stock values, then count it by hand and compare the values. Afterwards I make the corrections in the shop.
  4. I am not sure, what you exactly want. But maybe advanced stock management is worth to consider. There you have physical and real stock quantities... Physical is the stock you have at warehouse and real is the stock you still can sell.
  5. Hm ok. I don't know, if this will work well. Normally when people ask this, they just want to install a testshop. Then I always advise to use a subdomain.
  6. @datakick It works good on my site! Thx a lot. I just wondered if it would be a lot of work to add the same for profilling? When I try to optimize the speed of a website I turn this on. It gives quite nice information, but ofc it shouldn't be loaded for real visitors/customers.
  7. But will this shop use the same domain?
  8. Hm meine Version hat das nicht... Das könnte dann aber wirklich der Grund sein!
  9. Wenn ich mir das nochmals überlege. Das ganze ist aber absurd nicht? Warum beeinflusst der Versandsatus Mollie? Das ergibt für mich keinen Sinn :S
  10. Habt ihr eure Status korrekt konfiguriert? Dort kann man angeben ob eine Bestellung versandt wurde... PS: Du bist aber auch noch spät unterwegs 😋
  11. It's long ago I installed a shop as subfolder. It made me troubles too, but I don't remember it clearly. Why do you need it in the subfolder?
  12. For me its not clear, what your question is / what you want to achieve. As far as I understand now, you want to use this bool on product.tpl. Is this correct? In general I would prefer to go with a module instead of changing core files. You would just need a table with (id_product, your_bool) and then load a your custom hook on product.tpl.
  13. Yeah I just installed this version, which was there for tb. It works out quite good for us. So I didn't and don't want to change anything...
  14. In my BO log I have similair warning: Warenkorb kann nicht geladen werden. Eine Bestellung mit diesem Warenkorb ist bereits vorhanden. Thats not good, but I don't think it's the reason for the problem.
  15. Have you checked your cronJobs? Is it always exactly 25 days or does it differ? Does it happen always on the same hour or so?
  16. Could be hard to get an answer for this. Not a lot of people us ASM. We do, but only with one warehouse. So I can't tell 100% but I never have seen any setting to set this off. Are you sure its new in TB? Then it could be a bug. But it would surprise me a bit, since ASM wasn't touched a lot...
  17. I dont think it's Mollie. We are using this module and don't have any such issue.
  18. It could be a class issue. As far as I remember one can define a class, where the elasticsearch results are put in. Is this right? In general: Does the funcionality work out for you in elasticsearch? When I was looking at it, I had the feeling that the module wasn't finished.
  19. Nice to have the new forum! I agree with @DRMasterChief that the contrast should be higher.
  20. @hedgehog interesting finding. Ofc this can happen with other languages too...
  21. @RabbitZzZ thx a lot for looking that deep into it. You were right, I was wrong! Sorry for that. @datakick thx a lot for the fix.
  22. @Domas Sorry I don't have time now, to find a solution.
  23. Not sure. In general this sounds a bit strange to me. You have multiple times the same reference? I have just googled. Maybe this works: // get a list of sort columns and their data to pass to array_multisort $sort = array(); foreach($products as $k=>$v) { $sort['reference'][$k] = $v['reference']; $sort['location'][$k] = $v['location']; } // sort by event_type desc and then title asc array_multisort($sort['reference'], SORT_DESC, $sort['location'], SORT_ASC,$products);
×
×
  • Create New...