Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    1,954
  • Joined

  • Last visited

  • Days Won

    149

Everything posted by wakabayashi

  1. I am not at all an expert on page load time. But nowdays modern browser show quite nicely, where the time is "spent" on. Often a website is slow, because of many requests. Every image (non cached) means a reqeuest to your server. This can have serious negative effects on your page load time. To deal with it, you can use "Lazy Loading" Plugins. Another way - which I like more - is to defer images. Yesterday I found the following article: https://varvy.com/pagespeed/defer-images.html IMO the artice is very easy to understand. If you want to implement it in your shop: You just need to adjust tpl files of your theme. The <script> part can be added in footer.tpl. The rest depends on what you want to achieve. As an example: https://www.spielezar.ch. The images on the footer (payment logo and facebook image) are loaded deferred. For the visitor there is no difference at all, as this images are not in the view when the page is loading. But the page just loads faster. If you have any questions about it, feel free to ask!
  2. Du kannst einfach auf die Buttons oben links "Tag", "Monat" und "Jahr" klicken. Funktioniert es denn jetzt?
  3. I was thinking on that too. I just want to say: Paypal doesn't allow such a charge. Only big companies with special contracts are allowed to do it... Maybe this "solves" your issue.
  4. Bei mir funktioniert das Modul. Was hast du oben rechts für ein Datum eingestellt? Hier wurde ein ähnliches Problem gemeldet:
  5. If you stop using redis, does the error go away?
  6. I am looking at this right now: https://wallee.com/ But I am in the lucky situation, that for me Mollie is still working. But I understand everyone, who gets angry when the payments doesn't work.
  7. I mean everybody can do, what fits him best 😉 But I won't recommend this service anymore. Especially when I read @Pedalman post.
  8. As a starter of this thread I have to apologize. You shouldn't use this sucker service anymore! They drop support without informing anyone...
  9. Ok I have looked deeper into it. Probably you are right. It happens when there are different warehouses. (At least some ps users reported this too). But it happens also when ASM is activated for some products in the order but for other products in the order asm is deactivated. When you use multistore, this things become even more tricky... In my case ASM was active for default shop, but not for the second shop... @arek_karnia do you use multistore too?
  10. I am quite sure, it has nothing to do with different warehouse...
  11. @arek_karnia have you found a solution? I noticed similair issues right now. Do you now when it occurs?
  12. Isn't this just the normal controller checkbox? This happens with all module controllers... I wish there would be a possibility to hook into the sitemap module, but I believe that's not possible right now.
  13. Oh thats really great @Traumflug. That would have solved the problem for @CoffeeGuy even easier 🙂
  14. I am surprised about this feedback. But thx anyway. Themes come often with their own modules. In general I would let the theme dev look at the errors. Maybe there is just a missing file or so.
  15. As I wrote you already in pn: https://github.com/thirtybees/community-theme-default/blob/30a27a8976f87917323a90e1bd43933398cd65fb/contact-form.tpl Just click on raw and save it.
  16. @Purity Was the topic in the old forum? The url structure changed and the redirects aren't done yet.
  17. @nickon yes and thats why I like the approach from Traumflug. He develops a new updater, that allows more stability for the future. He is testing stuff a lot before its released. Shouldn't we all focus mainly on stability? New features or design improvements should be second IMO. And for checkout: that's the most crucial part. I don't want a dev to rush there something. 😉
  18. Good point about the module form @datakick! I completly forgot about it. Is it still on progress? To hire a good dev, is more complicated than one might think. Have you ever tried it? I once tried it for the krona module. The result of this is: 3 years later I am a coder myself 😄 That's not the only example. Remember the elasticsearch module, which was crowdfunded? The dev know the system very well and was a talented coder. (Much better than mysel ofc). But who uses the module now in practice? For who is it working?
  19. @nickon I know that it's possible to customize a checkout with css & js. I have done it myself in an extensive way. But when we say, that we should improve checkout, everybody has it's own opinon, what is perfect. For example: @DRMasterChief says that 90% of his customers order by guest checkout. On our shop we don't even allow this. When you techically look at the checkout, you will see a mess. It's not easy to improve it for now. Thats why: Merchants should do it like you did. Improve their checkout with css and js, so that they have a decent checkout for now.
  20. The Problem with such topics is also the manpower. Traumflug is investing a lot of time into the new updater (which will be great). Lesley is doing Marketing stuff and did the new forum as you can see. Datakick helps, where he can (Forum & Bugfixes). There is not much left for now. With this situation you can not work on multiple big topics in my opinion. For now the updater & bugfixes has the priority.
  21. Schwer zu sagen. Ich hatte noch kein solches Problem. Welche Url Struktur nutzt du? Hast du mal versucht Externe Module und Overrides zu deaktivieren? Das kannst du bequem unter "Leistung" machen. So kannst du den Fehler eventuell eingrenzen.
×
×
  • Create New...