Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    2,042
  • Joined

  • Last visited

  • Days Won

    176

Everything posted by wakabayashi

  1. I don't use any cookie module myself, so I can't say much. In general I wouldn't spend too much time on such "details". Use it for important stuff like "product descriptions" or so :) Just my honest advise...
  2. @Angstony_2 it seems to me, that this module is relying on a external js file from cloudflare. Probably they are returning the html content with the blank attribute. But this is just my guess: after looking some minutes on the code.
  3. To be honest: I don't understand the problem. Can you show me a link to the problem?
  4. @Traumflug I can confirm, that redirections work for us too. We use it in live environment.
  5. Why dont use the debug function? You can activate it under "performance"
  6. Why do you think it's wrong?
  7. Nice! I am using seobility as well :)
  8. 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?
  9. @x97wehner No idea about this. This doesn't seem to work for us too. But anyway: is this of any useful?
  10. @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.
  11. 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;} ```
  12. @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()
  13. I think you should add a link to your website and maybe show with a screenshot, what you want to achieve...
  14. 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?
  15. 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.
  16. 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".
  17. @cprats I guess, thats save. But @Traumflug can answer better. I never looked at this menu page for months - lol.
  18. Not sure. But I have (v1.0.3) this one:
  19. @AndyC did this resolve everything? If yes, please mark the topic as solved :)
  20. 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.
  21. @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.
  22. @AndyC Not sure if I got you right: you stay on Zencart because of the payment methods?
  23. 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...
  24. @Peter Not sure, if this has to be handled in the module or by Mollie.
  25. @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.
×
×
  • Create New...