Jump to content
thirty bees forum

yaniv14

Members
  • Posts

    580
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by yaniv14

  1. Clear your cache from BO, Advanced parameters -> Performance. For the 2nd issue check this commit: https://github.com/thirtybees/community-theme-default/commit/9be83a6be7cfd8a789c3886e89985775fe3ccdb6
  2. Why not setting catalog price rule for quantity discount? That way you don't need attribute and the customer can see a table of prices per quantity and also he can see the price change when modifying the quantity.
  3. I think that you can only control it at CMS page right now. header.tpl got: And if remember correctly, I only saw CmsController having $nobots/$nofollow.
  4. Good call @roband7 Try this https://github.com/thirtybees/thirtybees/commit/9170db1e37a2fa4a60ef75b36ec8c3d2377639cc
  5. I am unable to reproduce your bug. Are you sure you have the latest version?
  6. I've submitted a PR for the logo issue few days ago and asked Michael to check the locale issue, because I couldn't find an elegant way to modify this change. https://github.com/thirtybees/paypal/pull/12
  7. Your right. I can confirm that this works: 'left_column' => ['type' => 'sql', 'value' => 'NOT left_column'],
  8. https://github.com/thirtybees/thirtybees/commit/4ddeec29b5b8fe5e9a8920a2930193c73a88ac95 Nemo forgot the fix it for the right column as well. if you a need a fix for now just use the same for the ajaxProcessRightMeta() function
  9. no need. nemo already submitted a correction for that bug.
  10. Its seem to work only when switching from enabled to disabled. for some reason the 'NOT column_name' sql is not working properly.
  11. I dont think so, the "be the first...." button is blue in the attached screen shot. and this is what have: http://prntscr.com/g3kjyr
  12. @lesley I also just tested it and its working fine. I cannot reproduce the bug describe here. I believe that @vzex theme is not updated. tpl files and js file comes from the theme folder and not the module root folder.
  13. You can delete all the alias to completely remove it. Let me explain better. If you create new alias like that: aliases: dhirtybees, tirtybees, thirtibees result: thirtybees in the database you will have 3 separate rows. 1. dhirtybees -> thirtybees 2. tirtybees-> thirtybees 3. thirtibees-> thirtybees when you go into edit mode (doesn't matter on which one of them), you will see all 3 aliases separated with commas like you enter them before (this is not the actual record from the db but a combination of all matching aliases result). in this part you wont be able to update one of the values, because no matter what you enter in the alias field, when saving it to the db it will break each alias and save it separately (it wont create duplicate record).
  14. Did any body assigned to it? Who is dealing with approved suggestions?
  15. TB modules dont need to be in the module folder. They will be downloaded from TB api when you click install. I know that I had issues with installing TB Blog module on windows.
  16. After studying it more. I realized that each alias is being saved separately in the DB. just when editing an alias it shows all related aliases to the same search result. So I believe we should keep it the way it is. The only downside is that when you want to edit an alias you only able to add new ones, the system will not edit existing ones. I thought about changing it to show single alias when you edit and than have the option to edit a specific one, but if we are doing it that way, we wont be able to add multiple aliases while we edit. so right now i am a bit confused of whats the best way to handle it.
  17. did you leave the comment as logged user? if you always been not logged than the system won't recognize you as the user who wrote the review. anyway I will check that module functionality because I am not really familiar with that module
  18. I think its important to have it. I also mentioned it back in April https://thirtybees.com/suggestions/multi-values-for-product-feature/
  19. Thanks, This is my youngest kid.
  20. This is working differently. I think its not a bug the way it is right now, but I believe that the alias mechanism is not working properly. right now you can add an aliases separated with comma and it will save each alias with one result. but it actually saves the alias as types (xxx, yyy, zzz). now the search controller is looking to compare against one alias (word) at the time which make it not working the way it is. So we need to decide whats the best way to fix it. I think we should save only one object per search/result with multiple aliases and fix the search controller to loop over the aliase's. @administrators what do you think?
  21. I've just submitted a PR for that bug. https://github.com/thirtybees/blockcmsinfo/pull/2/commits/359b0b7c484030d979f552e68bd0a39cd56f3bad
  22. can you check if you have error.log file in your root folder or admin folder
  23. can you paste some more info from where you copied that table doesnt exists error?
  24. can you turn on debug mode and take a screenshot of the error?
  25. I guess you can do it like that. but if you only interested in the show condition part, than you can take only product.tpl file
×
×
  • Create New...