Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    2,011
  • Joined

  • Last visited

  • Days Won

    168

Everything posted by wakabayashi

  1. Nice! I am using seobility as well :)
  2. I would say chances, that it works are about 90%. After the switch I had only one little issue, with the module I bought. Have you asked the dev, if he doesn't want to support tb as well?
  3. @x97wehner No idea about this. This doesn't seem to work for us too. But anyway: is this of any useful?
  4. @Steve You are welcome. There is a grey button "Topic Tools", where I can select it. But I am not sure, if you can too. Lately some guys said, they don't see it. So I just did it for you.
  5. Well you could add something like to global.css ``` shop-logo a { display: inline-block;} ``` If you still want the logo to be centered you should add as well: ``` shop-logo {text-align: center;} ```
  6. @lukewood actually that is exactly, what I did some weeks ago for our store. You should change the behaviour of product listings and internal search results... The files are classes: - Category.php -> getProducts() - Search.php -> find()
  7. I think you should add a link to your website and maybe show with a screenshot, what you want to achieve...
  8. I don't get it: 1. This is not prestashop forum 2. Why do you need a new conncection to the database in a module?
  9. I would make on override if I were you. Try this one: ``` class FrontController extends FrontControllerCore { public function getHrefLang($entity, $idItem, $languages, $idLangDefault) { return null; } } ``` Save it under \override\controllers\front\FrontController.php Dont forget to delete \cache\class_index.php on your server.
  10. I am fighting with similair things (title attribute)... In your case it's probably not too hard. You should take a look at FrontController.php. There is a function called "getHrefLang".
  11. @cprats I guess, thats save. But @Traumflug can answer better. I never looked at this menu page for months - lol.
  12. Not sure. But I have (v1.0.3) this one:
  13. @AndyC did this resolve everything? If yes, please mark the topic as solved :)
  14. I would be suprised if it works... Cause I believe you will see a payment method "Mollie" there and not the single ones, which would be needed.
  15. @vincentdenkspel thx! I always like to see you back here! I guess that you would need the same thing like @Peter. Options depending on the payment method. I have no idea if it's possible. But I guess the module should just reconigze from the API which payment methods are active. Then depending on the module settings handle (fees/discounts) or don't show them at all if country isn't activated.
  16. @AndyC Not sure if I got you right: you stay on Zencart because of the payment methods?
  17. Yes I guess thats actually the point. I believe (not an expert) that it's much more secure to go over to Mollies site. Handling cricital data like credit numbers on your own, sounds very risky...
  18. @Peter Not sure, if this has to be handled in the module or by Mollie.
  19. @MockoB the ps module is basically the same... It will surely depend on how many merchants are using it. I plan to go with Mollie, it looks great and the feedback here is also good.
  20. @Peter thanks a lot for your fast answer. Which PS module? The free one? I guess it's almost the same, since the dev were the same (Martijn and Michael)
  21. Hello Guys Who here is using the official Mollie module? https://github.com/mollie/thirtybees What are you experiences with the module? Does it work smoothly? What about Mollie in general? Is it a good company to accept payments?
  22. @Chiel what is your concrete question? I general my opinion is: ASM (and bundle management) should be redone from scratch. But you should try it out yourself. For some needs it works, for some not. If you find bugs, please report them.
  23. @datakick said in Full Page Cache - please do not use this feature: @wakabayashi said in Full Page Cache - please do not use this feature: @datakick I am still very confused about red and green? Did you change this mechanics? I am on 1.0.3 and there green means: always load the hook without cache! In 1.0.7, as a result of changing behavior from opt-out to opt in, the colors are inverted. Red color now means slow (non-cached) hook, green means fast / cached hook. I believe this is what everyone would expect, anyway. You are right, in previous versions the colors were inverted, the green meant slow and red was fast. Weird Thanks a lot for the clarification @datakick! I agree, that the new system is much better, as the old one confused 90% of the users!
  24. Normally it works for us, if I redo the order.
  25. @datakick I am still very confused about red and green? Did you change this mechanics? I am on 1.0.3 and there green means: always load the hook without cache!
×
×
  • Create New...