Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    1,990
  • Joined

  • Last visited

  • Days Won

    164

Everything posted by wakabayashi

  1. I happens on my phone too, but not on desktop. Well try it with the original product.tpl. I guess it's theme related...
  2. Not sure if I understand the problem right. One question: do you have quick view enabled? If yes, try to disable it and compare.
  3. Ok dann musst du genau vergleichen mit der ps sanitize Funktion. Es passiert zu 99% in dieser Funktion...
  4. Ich bin selber nicht ganz sicher, da ich mich mit regulären Ausdrücken nicht auskenne :D. Ich würde einfach die ganze Zeile entfernen. Schliesslich wurde einfach diese Zeile hinzugefügt... Am sinnvollsten mittels Override, damit du bei einem Update nicht wieder das gleiche Problem bekommst.
  5. Habs mir jetzt genauer angesehen. Der Grund liegt wohl darin: https://github.com/thirtybees/thirtybees/commit/2fee5fe47a63901c7103c92d22abdbce6ee8034a#diff-4d2b8c521b121179fd17f512b9ffaebc Wenn du das file einfach ganz überschreibst, wird das bei jedem Update verloren gehen...
  6. I dont believe, there is a quick solution. I remember how I did it: You generate all urls with the old structure. Copy them into Excel You generate all urls with the new structure. Copy them into Excel Now you generate in Excel a new column with the correct htacces/nginx redirect. Maybe somebody has a better solution. Of course you can only achieve it, with some SQL knowledge.
  7. Du könntest folgendes versuchen $words = explode(' ', Search::sanitize($expr, $idLang, false, $context->language->iso_code)); mit $words = explode(' ', pSQL($expr)); ersetzen.
  8. Das es unter Prestashop funktionierte, überrascht mich. Ich denke man müsste in der Search.php Class die funktion find() unter die Luppe nehmen.
  9. Ich denke die Bindestriche sind das Problem... Wenn man nur nach "SIGEDHLM" sucht, funktioniert es... Ich bin persönlich gar kein Fan von Sonderzeichen in Artikelnummern. Das macht immer Probleme... Wir verzichten auch auf Buchstaben...
  10. @AndyC thats an interesting question. I am thinking of using tags extensively in future. The way it set up right now, cant help you in seo reason. My plan is to use tags similair as categories. Why not use categories instead? It would get messy if you have like 500 categories... The customer does benefit with tags. We sell more than 1000 jigsaw puzzles. Imagine we tag all images where a wolve is on. If the customer wants to buy a wolve puzzle, he just clicks on the tag and sees every fitting puzzle.
  11. I am sure its possible to achieve your wanted result. Maybe there is a clean way by changing your product.tpl, but I dont use your theme and dont use tabs so I am not 100%. Otherweise it should be possible, to move it by javascript...
  12. What do you mean with accessoires? I dont see any on your product page...
  13. There was an error in my html markup, which caused this problem. I could fix it in my theme. Thanks for your help @datakick
  14. Ah here you are working on I didn't know this was still going on. Good luck with the sales
  15. @Briljander Nice catch! There is indeed such a statistic.
  16. In my opinion the best approach is: use as few modules as possible. I always ask myself: Do I really need this? If there is not a clear yes to this answer, I won't install a module. In genereal you should ask: what will help me to get visitors? What will transform visitors into customers? What will transform a customer into a rebuying customer? I agree with @30knees that reviews are very helpful and there datakicks module is the way to go. You should also have a blog module (or something similair) to produce content.
  17. Now I am completly puzzled. I check source code always with inspection tool. Thats not the same? 😮 But still the http://schema.org/Review is between the <div itemscope itemtype="http://schema.org/Product">
  18. I believe you could use either SQL Manager, if you know (MySQL) or yeah probably getdatakick module can do it. Maybe @datakick can confirm it!?
  19. Thanks for your answer. I am not sure what the exact problem is, but there is something strange going on. https://search.google.com/structured-data/testing-tool/u/0/?hl=de#url=https%3A%2F%2Fwww.spielezar.ch%2Fwuerfelspiele%2Fnations-das-wuerfelspiel You see that my test gives Product, Review and AggregatRating as separate blocks. Same Test with yours https://search.google.com/structured-data/testing-tool/u/0/?hl=de#url=https%3A%2F%2Fdemo.getdatakick.com%2Fen%2Fpaid-modules%2Fdatakick-data-management and we see all structured under product. So it seems that you are right with the div thing. But I am not sure... I have the div Product correct around everything. I believe that somehow the loading doesn't work correctly here. Please check my source code shortly for https://www.spielezar.ch/wuerfelspiele/nations-das-wuerfelspiel. You will see that there is no http://schema.org/Review at all. But very strangely Google can manage to find it in it's test tool. How is it possible?
  20. I just tried to open the link on my phone, but it doesnt work. Is this question solved?
  21. Are you using asm? In genereal i would just download all stock quantities and all values. Then calculate it in excel. Actually what value do you want to use? Wholesale price?
  22. Do you know when the next version (pro) will be released? I noticed today that google says, that rich snipped for review is not complete. I believe that "itemReviewed" is missing...
  23. Welcome in the fourm @LBPC. Oh thats of course bad, it's good that you write here. @lesley Can you please look at this?
  24. @devjunckie I just tested this again. You have to change the folder of the subdomain in plesk (in cpanel probably too). Normally when adding a subdomain the system will add a folder like subdomain.example.com. This folder if of course empty and it won't work. The subdomain needs to have the correct root folder (where the tb files are).
  25. I wouldn't do it for every visitor, as most visitor don't like it. I think order confirmation would be the right place to ask it. I once planned to write a survey module. But to be honest: it's very low on my priority list. If you really need only one question, that would be a very small module and wouldn't cost much, if you ask a dev to do it.
×
×
  • Create New...