Jump to content
thirty bees forum

yaniv14

Trusted Members
  • Posts

    631
  • Joined

  • Last visited

  • Days Won

    28

Posts posted by yaniv14

  1. 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.

  2. @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.

  3. 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).

  4. 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.

  5. 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

  6. 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?

×
×
  • Create New...