Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    1,952
  • Joined

  • Last visited

  • Days Won

    148

Everything posted by wakabayashi

  1. Maybe you should look into database. There are some informations stored there...
  2. In this case we went for a JS solution. <script> document.querySelector('#buy_block').addEventListener("click", function(event) { updateLabelsSelectedClass(); }); updateLabelsSelectedClass(); function updateLabelsSelectedClass() { var attributes_options = document.querySelectorAll('#attributes input'); if (attributes_options) { attributes_options.forEach(function (element) { var label = element.closest('li').querySelector('label'); if (label) { (element.checked) ? label.classList.add('labelSelected') : label.classList.remove('labelSelected'); } }) } } </script> It's not the cleanest solution, but it seems to work out well. In general this something that should be done in the theme and not by a module hack πŸ™‚
  3. Try this selector: #attributes .attribute_list li label:focus, #attributes .attribute_list li label:hover, #attributes .attribute_list li label:active, #attributes input[type="radio"]:checked+label, #attributes .attribute_list li div.radio span.checked+label Edit: thats probably not working. Need to rethink.
  4. Your html markup is not the same on mobile as on desktop. It seems, that you change the markup on desktop version by some Javascript. On desktop: <li class=""> <div class="radio" id="uniform-26" style="display: none;"><span class="checked"><input type="radio" class="attribute_radio" name="group_7" id="26" value="26" checked="checked"></span></div> <label for="26" class="radio_label">Right </label></li> On mobile: <li class=""> <input type="radio" class="attribute_radio" name="group_7" id="26" value="26" checked="checked"> <label for="26" class="radio_label">Right </label></li> Do you know from where this manipluation comes from? Maybe it's your theme. You could either change the CSS or try to resolve the manipulation. First is probably easier, second is probaly cleaner πŸ™‚
  5. Is this site online? I guess, it would be much easier to help, if we could test that with the source code. If the class "checked" is set, it should be possible to style just with CSS IMO. But maybe I didn't get the problem correct.
  6. The thing you are talking about is named "alias". For each table you can and should specify it. But you do that in each query and you can chose whatever alias you want. This is needed if two tables have the same column_name. Imagine if you select all categoroies with all their products. Select name would not tell, if you want the product name or the category name. Thats why you would use something like Select c.name AS category_name, p.name AS product_name FROM category_table AS c JOIN product_table AS p on p.id_category=c.id_category Note: This is just an abstract example. "AS" is normally not needed, but it makes things much more clear for beginners.
  7. This account is here, to place some backlinks. Exactly what the thread is asking 🀣
  8. @nickz The thing you are talking about, is real, but mainly for simple question: how high is the eiffel tower? What time is it in cleveland right now? Google will answer this questions directly in the search results and the content creator don't get the traffic. It can be problematic for newssites too, but for ecommerce, that is really not a big deal right now. What should a visitor do? If he wants to buy something he has to visit some shops πŸ™‚
  9. I don't understand your problem. Maybe you should post a sample query, so we can understand what you mean with "prefix".
  10. I was working very hard on it and it looked quite promising. But last two months I haven't had time to work on. End of the year I never have time for such big projects due to christmas sale. I will go on in spring. I hope, that I can launch my new theme in summer/autumn 2022.
  11. I believe there is some misunderstanding. Are you aware, that you can set the BO design in BO? Just go to the employees settings.
  12. Isn't that, what TB did the last years? There were no huge changes. Technical Stack is almost the same as in PS 1.6. Acutally I see it the other way. I wish we could drive the project more forward, since ecommerce changes fastly and is very competitive.
  13. It's hard for me to understand, what you are talking about? Do I get right, that you don't want to update to 1.3 for some reason?
  14. This is very likely to be a spamming account. Often they edit their post a few days after and try to place a backlink to their website. It's always very supicious if somebody has less than 10 posts and answers to an old post. Especially if it's about SEO ^^
  15. Der Bug wurde noch nicht gefixt. Er ist noch offen. Mir ist auch nicht ganz klar, wo der Bug genau liegt. Bei mir funktioniert ein sehr Γ€hnlicher Code. Datakick scheint da, aber eine bessere Ahnung davon zu haben.
  16. Du hast oben einen wichtigen Teil der Fehlermeldung abgeschnitten. Das Problem liegt irgendwie mit der Url Rewrite zusammen.
  17. @datakick Thx for all the explanations. What I haven't got yet: what is the work queue technically? Is it actually a well organized/structured cronjob? Cause what you describe, are we doing over cronjobs. Instead of doing a task, we just save it to a "cronjob table" and every minute the cronjob is checking, if he has some tasks to do ☺️ That's why I wonder, if it's actually pretty much the same or if it's not cronjob related!?
  18. ASM & Custom ERP πŸ€·β€β™‚οΈ Our stocks in ASM are correct for 99% of our products. Then we calculate expected sales for the next period (based on sales and some other factors). The system then generates a proposal supply order, which is adjusted by a human worker. The whole process was inspired by: https://www.inventory-planner.com/
  19. I have now started, to develop a front office module, thats implements a "framework" for thirty bees. Technically this is not super complex and it works already quite good. But if this should become the new standard in thirty bees, I need some help. We will need to design default styles. Who is ready to help on this project? What you knowledge do you need? (very) good knowledge of CSS Been able to work on tpl files. So you need HTML knowledge and basic knowledge in how to use {$any_random_variable}. Knowledge in JS doesn't harm either, but a lot of elements/components don't need JS at all. Of course I would give more informations in detail, what has to be done. Note: this is not a 20 minutes job. I expect that it takes multiple hours to "code" a clean responsive component. @datakick is there any theme, that can be considered as the standard theme for tb? Is it niara? IMO the default styles of the framework should match well with the default theme. Obviously we will strike for some subtle design, that looks on all themes decent.
  20. {$product.reference} or {$product->reference} is probably the thing you are looking for.
  21. πŸ’ͺπŸ’ͺπŸ’ͺ no issues during the update. In my case a I had a bit too much warnings about edited files. But I guess it's working with time stamp right? Cause i had some files, that are 100% equal to original class, but maybe were uploaded again trough FTP. I guess it leads to a warning. Probably almost not possible to change this behaviour.
  22. No problem. That's what tests are for πŸ™‚ Do you have these entries too? I wonder why I have such stuff and others not. I believe some don't have theme, as they use new installs when the new stats module was already introduced...
  23. That's my guess too... Now I have this: I am not at all sure, how I got this modules again. They aren't on my live server and my test server is a copy of it. Are they readded somehow if you change the template? It's probably not a topic that is related to the new core updater, but the "theme <=> module" handling while installing is very unclear to me... Even if I let the config.xml empty in themes it does activate and deactivate all kind of bull****. EDIT: This modules are not even installed. I don't have any such folders in "/modules". But in ps_module there are these modules listed... πŸ™„ Ui, this shows again how many things can go wrong for noobies. πŸ˜•
  24. Ok uninstall and reinstall does fix it. Maybe it's worth to write this in the error message. Cause I got an error also when accessing the BO controller AdminCoreUpdater.
Γ—
Γ—
  • Create New...