Jump to content
thirty bees forum

led24ee

Gold member
  • Posts

    415
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by led24ee

  1. Is there any plan to add slider option to this filter ? In PS forums user are "crying" about this more than 10 years. Problem is that values in database are stored as text (except price, weight which are automatically stored as number and slider option is hard coded for these). So it is pretty much pointless to put slider. Solution can be when values are stored numbers. But this lead to database changes and this is mostly source for all kind of problems. In other hand, if You can't store values as numbers then there is no need for a slider also. So there can be some kind check which tells You, can You use values for slider or not. Another way is create another table where values are stored as numbers. This again lead to way when installing this module there is also "converter" which creates values to this extra table. An then there will be many extra tables, depends how many slider filter are needed. Or maybe there are some other solutions ? Anyway, I still need this. Is there anybody who can make solution ?
  2. This is not TB1.4 originated. This is PHP8 caused situation. So TB can only put warning that some modules can't work and it is very good when they put also short summary about problems, but don't expect that TB will solve these problems. I agree it is hard to understand, but this feels like touchscreen phone with round dialpad, completely useless and completely pointless. I have now little bit more time and i try TB1.4 to find out how many modules will still work. But when they will not work then this is my problem because sooner or later PHP7 will be "out of stock". Shorty don't cry, try to find another module or someone who can make these modules work again. At least I would.
  3. I'm not sure but this can be related with PHP8. When I remember correctly then in PHP8 there are some things with are in conflict with PS and TB earlier version. But since PHP8 there wasn't conflict because they was using different names for items. Now PHP8 uses one thing with the same name as it is present in PS and TB. I have no idea about PS, but in TB1.4 this problem is somehow solved. If I'm correct then this module isn't compatible with PHP8 and also it is not compatible with TB1.4. But once again, maybe I understand it all wrong.
  4. Well, as I understand Datakick is so busy that he can't done all things even if he is present in 4 person. So there isn't much hope for relative fast solutions every time.
  5. TB1.4 (PHP8.1.7 / Cisero) Result is error500 Following is message count(): Argument #1 ($value) must be of type Countable|array, bool given in file classes/Language.php at line 1242 Decrypted message : 1241: $files = @scandir(_PS_MODULE_DIR_.$mod.'/mails/'); 1242: if (count($files) <= 2) { 1243: Tools::deleteDirectory(_PS_MODULE_DIR_.$mod.'/mails/');
  6. Honestly, this was for future need. Right now there isn't strong need for this. I was somehow sure that TB team can handle this. (Yes, silly me). But unfortunately they are doing some weird things, which are for people who can't use all possibilities that already exist. But about this module, maybe I need to pay for someone extra because my skills aren't so good. And this keeps me thinking about this : why I'm supporting this project at all when I need to pay extra if there is some problem.
  7. Hi, Theo I don't have this module. So I have no experience or any info at all about this module.
  8. I can't use Filesystem cache, because I run out of inodes. I just disabled cache at all. Ans i f i look my log files then more than week almost every day there is one or two try to put something in some database.
  9. Another module for leasing ? Thanks, but no, thanks.
  10. These are random IP-s. With more anonymous server this problem only grows. Many big platform have similar problems and there are restrictions like temporary ban or time delay between operations.
  11. I have still this abandoned cart problem. Some hundred in one day. Is there any solution for this ? Is there any simple solution to temporary ban IP witch only purpose is just make shit in shop ?
  12. led24ee

    .00 possible?

    Erm ... What's the point of this ? If price with VAT is given then rounding price without VAT is BS. But there are some settings for every current. Maybe this is what You need.
  13. Why is this necessary ? If someone can make stock quantity for combinations working right then it is good. But technical data with multiple values ? It is like nut with M2 or M3 thread and in reality You need to ask every time with what thread this thing really is. At least can You make this thing so that layered navigation module can use slider with these values ? At the moment there is slider possible only with price. None of other things, even when data is present with numbers only.
  14. Two developers for core can be not much, but other side, they know exactly what is done already and what must be do. If there are too many people for one thing then usually the result isn't stable because there are too many ways to do things and there is much more possibility for discord.
  15. Have You found any solution and/or cause of problems ?
  16. There was problem put filters in order. Somehow this was messed up every time when you need to modify existing filter. So when filter items are ready then You need to put these in exact order before "Save" button. But next time when you need to edit this order is gone. I don't remember exactly but in my case I ended up sorting this in database. Table was ...layered_filter, if i remember correctly.
  17. Not currently used. I haven't even been able to upgrade to version 1.3
  18. You can try "Prestools Suite" for bulk actions for products.
  19. I don't get it. For example thememaster module. I have found many of them, some are many years ago, size is different, but they are all v1.0.0. How the hell someone supposed to know which one is working ? Now there is thememaster-master.zip and TB1.3 shows me that this module install is done. And yes ... there is again Thememaster v1.0.0. not thememaster-master. Or I understand something wrong ?
  20. Well You can't make things compatible each other forever. But other side if there will be some clever solution then it is useful next time too in case some next PHP version will create similar problem. About this PHP 8. I have heard this long time and was sure there will be no problem. I try to pay more attention.
  21. Damn it. I spend almost whole night to find this out. Can You next time put this kind info with BIG LETTERS somewhere in the beginning ? Why ? Because I found Your letter almost year ago, that this issue will be fixed and I think that it is done. Also my host offers PHP 7.4 and I have no idea how long this will be. Last year was also 5.6, but now this isn't available anymore. Do You have any clue when this PHP8 version is ready ? Year ? Month ? Day ? Something else ? Thank you
  22. I'm trying to install 1.3 but (PHP 8.1) there is error message SQLSTATE[42S02]: Base table or view not found: 1146 Table 'xxxx_attribute' doesn't exist. Any suggestion how to force install to create this table ? I've tried more than 10 times. Always the same result. So far i tried: multiple times upload again all files via ftp (maybe there was error when uploading files to server) and then start install process again Any suggestion ?
  23. I will not even try this.
  24. I use Block Layered Navigation. There are many ways to filter. But slider is available only with prices and wight. I tried to find out how to solve this but it is not easy for me. Shortly, the problem is that database store all values as text, except length and price. Even if other values are given only with number. Slider type only works when input is number. So my guestion is how I convert this text to numbers ? For example length. I can put all values like numbers. So theoretically TB can convert these to numbers because there isn't any unit and there is no need to replace unit to something else. But I don't know how to tell this to Layered Navigation. Or maybe there is working solution already ? I use TB 1.1
  25. That's delicious
×
×
  • Create New...