Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    1,990
  • Joined

  • Last visited

  • Days Won

    164

Everything posted by wakabayashi

  1. To be honest: I don't understand the problem. Can you show me a link to the problem?
  2. @Traumflug I can confirm, that redirections work for us too. We use it in live environment.
  3. Why dont use the debug function? You can activate it under "performance"
  4. Why do you think it's wrong?
  5. Nice! I am using seobility as well :)
  6. 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?
  7. @x97wehner No idea about this. This doesn't seem to work for us too. But anyway: is this of any useful?
  8. @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.
  9. 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;} ```
  10. @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()
  11. I think you should add a link to your website and maybe show with a screenshot, what you want to achieve...
  12. 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?
  13. 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.
  14. 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".
  15. @cprats I guess, thats save. But @Traumflug can answer better. I never looked at this menu page for months - lol.
  16. Not sure. But I have (v1.0.3) this one:
  17. @AndyC did this resolve everything? If yes, please mark the topic as solved :)
  18. 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.
  19. @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.
  20. @AndyC Not sure if I got you right: you stay on Zencart because of the payment methods?
  21. 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...
  22. @Peter Not sure, if this has to be handled in the module or by Mollie.
  23. @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.
  24. @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)
  25. 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?
×
×
  • Create New...