Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    2,027
  • Joined

  • Last visited

  • Days Won

    175

Everything posted by wakabayashi

  1. @Smile this was never on the top of the list... It's a huge work to implement a little erp system (like asm). An yeah it probably has to be redone. So I don't expect it to happen soon.
  2. @Pedalman yeah just use the test API. Basically with paypal you pay 10 cent per transaction. This you could save if you go directly with paypal. but as you already know, there are a lot of issues with it. I would recommend all € customers, to go with mollie.
  3. Then probably your override is not set up properly.
  4. Wie bereits im anderen Thread angetönt. Schau dir den Mollie Service an. Dieses Modul funktioniert bei uns einwandfrei...
  5. @Pedalman I dont use a paypal module. We use it only since a few weeks and its mollie. If you collect money in € its really good. For us its quite expensive, since everything is changed into swiss francs.
  6. I just switched the module on my live site. Here is an example: https://www.spielezar.ch/kartenspiele#footer_description
  7. @30knees I thought its done auto. If somebody unsubscribes in mailchimp it will be unsubscribed in BO too. That's just what I believe. Would be great, if you could check this cases...
  8. @dosbiner wrote you a pn!
  9. @30knees said in Sync all contacts not working: The sync appears to be one-way only, from shop to MailChimp. What's the best way to feed back to tb the unsubscribes and bounces that MailChimp receives? I'd like to keep the tb database current. Are you sure it's not done. I am quite sure, that I was testing it with @mdekker . @lesley I think it should be done, otherwise your get a complete mess as a shop owner.
  10. Hello Guys I am developing a little module for category pages. It will allow you to add a second description to a category page. Why is it helpful? That way you can use the core description as a little teaser at the top. My module will add a second description at the footer. This is extremly helpful if you are interested in SEO. Such en html edit tab will be added to every category in the BO. The module is multilang and multistore ready! @haylau Has created a blog post and a video about the module. It explains everything perfect. Please check out: https://blog.haylau-4-thirtybees.co.uk/genzo-category-free-module/.
  11. 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...
  12. @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.
  13. To be honest: I don't understand the problem. Can you show me a link to the problem?
  14. @Traumflug I can confirm, that redirections work for us too. We use it in live environment.
  15. Why dont use the debug function? You can activate it under "performance"
  16. Why do you think it's wrong?
  17. Nice! I am using seobility as well :)
  18. 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?
  19. @x97wehner No idea about this. This doesn't seem to work for us too. But anyway: is this of any useful?
  20. @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.
  21. 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;} ```
  22. @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()
  23. I think you should add a link to your website and maybe show with a screenshot, what you want to achieve...
  24. 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?
  25. 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.
×
×
  • Create New...