Jump to content
thirty bees forum

BlindPenguin

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by BlindPenguin

  1. @snowycat said in New General Data Protection Regulation 2018-05-25: will be overflowing the whole forum with "hooray the GDPR module is done!" posts. Probably very happily. :D
  2. I don't think there are shopping bots. It's just some random bots, that keep following links. If your theme has "Add to Cart" links, then they will follow it. Most of the time it's the button in category view. Those bots ignore "no-follow" and "robots.txt". Blocking them will not help, because there are thousands, if not millions of them. The only way to stop it, is to remove Add-to-Cart Buttons that are defined as links or replace them with a JS based button.
  3. @dosbiner With css grid you will have the problem with browser support. There are still those strange people out there, who are using something like IE11 or worse. Wouldn't recommend that. Bootstrap is just fine. Everyone knows it, so there are plenty of people who can modify it without much to learn. Also it is a mature framework, hat just works everywhere. It only needs an update. Maybe there is some kind of modernizer script, that can make it backwards compatible. Like jquery-migrate or modernizer.js.
  4. Pls no. Not that Material or Windows Hype themes. I rather prefer a neutral theme, that can be customized easily. Something like Gambio. Or maybe Generatepress from Wordpress. For anything else there are still commercial themes.
  5. Jemand hatte das 1.7er Modul installiert. Allerdings muss man da einiges nacharbeiten und das Ergebnis ist eher gemischt... Lieber auf das offizielle Teil warten. Kann gut sein, dass es etwas knapp wird. Immerhin gibt es hier wahrscheinlich nicht so viele Programmierer wie bei PS. :)
  6. Credentials. :) The module needs to be able to login to the PayPal API. It's the "CLIENT ID" and "SECRET" in the configuration page of the module. Make sure you have the right ones, because there are one for Sandbox and one for Live use. You can find those in developer.paypal.com
  7. Never noticed there is a menu. I usually use keyboard shortcuts for copy+paste actions. The menu is quite nice. The only thing i would wish for, is a configuration page for the editor.
  8. Did you try change the cache lifetime setting in the module itself? You can set it in minutes. Theoretically it should refresh itself then.
  9. Did you activate one of those modules in the configuration page of the plugin?
  10. Good thing i did a backup before the change. So far everything is working as expected. I also removed the foreign key stuff in the second currency related table. I only left the relations for Euro. I may not be a fully fledged developer, but i learned enough SQL in my apprenticeship to know what's going on. ;) You're right, there is a column for soft-delete. In that case i think it's a bug in the template i'm using. I'd say it's a fixed for now. How do i mark this as resolved?
  11. Ok, i just jumped into phpmyadmin and deleted those currencies manually. Why don't they get deleted, if i remove them from the TB interface?
  12. I tried. I even tried to deactivate or delete those currencies. For some weird reason i now have those currencies twice. This is the only place where they are shown. Everything else is just fine.
  13. Hi, is it possible to allow only one currency for bank transfer? While doing a test order, i noticed that the customer could choose between Dollar, Euro and GBP. Since this payment method is only available for customers from germany, i only want to allow Euro. Everyone else uses PayPal anyway. thx
  14. Hi there, while working with multiple languages, i noticed that some E-Mails can't be sent because of an error like this: Error - The language file is missing for: de It would be quite nice if TB would just fallback to the english language files, if it can't find anything else. This would be better instead of just crashing or showing a generic error. That "language file missing" error only shows up in debug mode.
  15. This version is amazing. It solved plenty of problems i had at the beginning. The only thing i'm missing is the possibility to add multiple features. For example at products, that have multiple colors. It would make filtering them simpler.
  16. Looks like i'm a bit late, but for anyone interested: I also had this problem on a regular basis on my old shop. Bots usually follow links. If you get abandoned carts, it means that somewhere in your theme the "Add to Cart" buttons are defined as a link. Most of the time it's the list view on the front page or category pages. To prevent them from following those links, you should change them to buttons and call them via javascript. Just like in the product view page in the default theme. Alternatively you could remove those buttons from list view completely. I don't think people would add anything to cart from a list view. Well, i wouldn't.. don't know about anyone else.
  17. Ok, false alarm. It stopped working and the replace tag didn't do anything. Not sure why it worked at all... I found out, that one script is missing in product page: ``` ``` This one appears in the product listing pages, but not in product pages. According to "position" it should be in the head section. I thought the head section is used at every single page? Anyways, as a quick and dirty fix, i put it into the product.tpl. Let's see how long that one works...
  18. I don't know why i didn't think earlier of this, but i've got a simple idea. create new category, call it e. g. "Catalogue" or whatever you want move all other categories to the new "Catalogue" category go to the menu settings and put this category in the menu Done. I feel dumb now... Maybe i should get more sleep. I just don't understand why every forum thread on the internet goes the complicated way of creating a new module and a front controller. Would it be possible to add this to the documentation as a little hint?
  19. In PS 1.7 it is possible to set a manual link to the main category, so it shows all available products. Is something similar possible with TB? I want the customer to be able to browse through the shop without selecting a specific category. Thanks.
  20. This: http://imgur.com/a/mFS0B The link below the product price leads to the strange page. After adding the replace command it works fine. I'm modifying the theme anyway. Adding additional templates shouldn't be hard, i just need to find out how it works. I'm still new to this system...
  21. Kind of, yes. I just threw this "replace:'&content_only=1':''" into the module view and now it shows in a modal window. Your link is for the shopping cart. Will this change also be made to the EU compliance plugin, specifically for product page? And if i may ask: Is it possible to override the style of the compliance plugin? The theme doesn't seem to have styles for that.
  22. Hi there again, i'd like to modify the link for shipping on the product page. Currently it's pointing to https://aurosis.de/de/info/versand-und-zahlung?content_only=1 Which leads to a page without navigation. It would be nice if i could set it to a new tab or a modal. Since i made some changes to the theme, it looks pretty broken as well. I tested it with a fresh installation in my test environment and there it also only leads to a separate page without navigation. Although it looks nicer in the default theme, it's still pretty bad if the customer can't navigate back...
  23. Hi there again, Apparently the filter feature only sees predefined features and variants. It would be nice if we could add those features while creating a new product. Currently i need to change between several pages back and forth to add something i forgot.
  24. Ah, found it. Well, my username checks out. :D Thank you.
×
×
  • Create New...