Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    2,027
  • Joined

  • Last visited

  • Days Won

    175

Everything posted by wakabayashi

  1. I believe this module breaks debug saving under AdminPerformance. Only when I deinstall the module completly, the saving works again.
  2. Are you still using this? I have fixed this issue: https://github.com/thirtybees/thirtybees/pull/1406/files If it works out for you as well, we could implement into the core! 😎
  3. Is there anyone willing to test it? This will be quite a huge rewrite, so we should test this carefully before adding to the core. I have now a raw version, that seems to work pretty well already. But I am sure there are issues left...
  4. No. We create just the predefined values, when we need them. Obviously that would be more comfortable if it's possible inside the product edit.
  5. That was my guess. It's more comfortable. But IMO we could also just allow to add "normal" features directly. But ok, maybe there is another reason why it was designed like that.
  6. I have made a little video of my progress. I am not at all at the finish line, but I wanted to get a feedback. Would this be helpful for other merchants? IMO the selection of features will be much more comfortable with chosen plugin (as you can search). And the displayable helps to give additional information, but doesn't mess up with a filter. I guess this feature would even allow to use groups in a filter. Imagine you don't want your customers to filter all countries. You could then set values like "Asia", "Europe" and so on. And for in the displayable field you write the correct country 😉 Just one of many possible usecases. feature-handling.webm
  7. I am rewritting the feature functionality a bit. As often, the code is a bit messy and unclear. In TB we have a distinction for predefined and custom feature_values. Which one do you use and why? I formyself use only the predefined. @datakick I wonder, if this distinction is even neeed and why it's only allowed to use one of the both?
  8. {include file="../../helpers/form/form.tpl" fields=[['form' => ['input' => [['type' => 'text', 'name' => 'buddy', 'lang' => true]]]]]} I will try using something like this. Not super nice ofc, but IMO a lot better than duplicate code over and over again... Will keep you updated, if something like this is working or not.
  9. Very hard to reproduce. Now I managed to see a product double as well. Strangely once there is an addition "tax included".
  10. What is the best way to add multiple lang fields in BO? I am working on the admin-dev\themes\default\template\controllers\products\features.tpl file. I just want to add another lang field like the custom value field. Is this seriously that complex or is there another way? I would believe that I could use an "include" or so. 🙄
  11. Good Point. I thought about that once too. Back then I thought, the prefix/suffix would allow the default usage of units. So that you could define it directly in a feature to always add "mm" for example. But now thinking again, I guess you are right. The "displayable" is more flexible and simpler. The unit thing could be implemented anyway (but for now it's not important). Damn why did I already start to code 😂 Luckily most things will stay similair. So in general you like the idea and you would merge it, if it's well tested?
  12. Yeah it's done with checkboxes. IMO we can improve this with chosen components. For myself I will also implement a prefix/suffix feature. I will propose this for publicity too, but we will see, if there is any interest for it. Prefix and Suffix can help filter modules. An example. You use a feature "Awards" and have the feature_value "Oscar". Then you can use suffix for the year. So it will be displayed "Oscar (1997)". But the filter value is still just "Oscar". I hope the concept is more or less clear 🙂 It can also be helpful for Units 😏
  13. Anybody else preferring chosen select compared to the default select? @datakick is there a reason, why it was not used? If you like it, I will make a PR.
  14. Finally I updated yesterday to bleeding edge. Seems to work fine. 😎 👍 Will now looking into multiple features and improve it 🙂
  15. Probably its a module delivered by your theme. Maybe the module is even called "sellingpoints"!? Otherwise I would search for "html" and "configurator/configuration" in modules list and check them all.
  16. Is there any news on that? Is it really not compatible with v3? I get more SPAM recently over the contact form with v2.
  17. So you both were on catalog mode? Or is there still an issue left?
  18. Oh I just found a function called "basename()". Never heard of it before. With that it's pretty straightforward: $link->getBaseLink().basename(_PS_ADMIN_DIR_).'/'.$link->getAdminLink('AdminDashboard', false)
  19. I wondered, how it's possible to generate absolute urls for the backoffice? I know ofc, that I could hardcode this, but what would be the correct way of doing it? The goal is something like: https://www.domain.com/admin2389/index.php?controller=AdminDashboard (basically the "admin2389" part is unclear to me) I need this to take actions from a link in an email, that was sent to the admin. Is there any risk invovled @datakick?
  20. I would guess that changing SELECT active to "SELECT c.active" could work. But I am not sure, if this is also the intended thing. In general there are two "active" table columns and the dev didn't tell, which one he means... You should show us the whole SQL query...
  21. Yeah thats why I suspect anything in the server logs. You surely have something like cPanel or Plesk right? There you will find something called "log"/"logs" or so. It often gives important information, when such an error appears. Have you updated your php version or done any change on server side recently?
  22. Do you have debug mode on? Is there anything in your server log?
  23. wakabayashi

    Linking

    I dont understand your question exactly. Internal linking means normally, that you link to usefal pages of your own website. This makes it easier for your visitor to navigate and find the interesting content. For search engines it helps, to understand which of your internal sites are related in some ways. So yes: setting accesories could be a good example for internal linking.
  24. Do I understand right, that no order is created? Maybe you should check your server logs.
  25. Good point. I will also go for bleeding edge I guess 🙂
×
×
  • Create New...