Jump to content
thirty bees forum

yaniv14

Members
  • Posts

    580
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by yaniv14

  1. Turn debug mode on and post here the actual error message
  2. Based on the line number, it is spreadAmount function. Which is identical to Prestashop, from what I see. So I am not sure what incompatibility they are talking about.
  3. I've just look briefly on the code and it seems that the email in going out when you update the tracking number no matter what.
  4. I would guess product id. just run a test with one product
  5. I see you point. I will try look into that as soon as I get a chance.
  6. But if you eliminate out of stock combination selection than the buyer won't have the option to submit 'remind me when its back to stock'
  7. I usually load all the ssl certificate + settings once outside the server blocks on top.
  8. Based on what you posted an email is not suppose to be sent to the client. But maybe because you set the status to "order shipped" or "order paid" than one of those statuses submit the email
  9. I can confirm its a bug. The only thing you need to do to avoid that bug (until its officially fixed) is to NOT click the expend all button before you have at least one category (anyway you don't need to click this button with 0 categories because it won't expend anything)
  10. @MockoB I think I located the bug. When there are no categories at all, if you click on the expend all button if will get broken ajax result, which cause the bug the you are experiencing, due to the fact that the return ajax result will change the category tree input name from id_parent to something else and because of that the controller will create a root category instead of regular category with Home as parent. Basically if you work as usual and won't click the expend button (before adding a single category) you should be fine.
  11. I think the quantity update is submitting by ajax and in order for it to take action you need to click again outside the box, because jquery change event only fire when the element loses focus. So I am not sure that its a real bug.
  12. Yes, you can tell them that and they will understand. Basically they only need the rewrite section.
  13. In the server block that handle your domain
  14. check your site in incognito mode first to see if its still loading from cache or you have cache in your browser
  15. Lesley, I think he wants it on Category & Product pages.
  16. I remember bumping into the same error at some point. But I cannot reproduce this error any more. Try editing one of the attributes and one of the values and save each of them once and than try to reorder them.
  17. There is no hook for that. The code is inside themes/your-theme-name/product.tpl Just look for {if !empty($quantity_discounts)}
  18. Can you please check if this solve the problem: https://github.com/thirtybees/thirtybees/pull/350/commits/6ccae6c6d6cddf41f578f8b4f334c135796e7779 Don't forget to do a Hard reset (ctrl + f5) once.
  19. is it a clean install? did you delete any categories from the db?
  20. In chrome check your console log for errors
  21. I've just committed a fix for that issue. can you check it and see if it solves the issue. https://github.com/thirtybees/community-theme-default/pull/24/commits/674c6d61f66411e0e263f4db713000fcfdec07eb
  22. https://github.com/thirtybees/thirtybees/pull/344/commits/ae627413a16f41c3667658eb934b171e86647297
  23. I can do a PR's with a fix, but I am not sure whats the correct way. Should we remove canonical tag from cms pages?, whats the point of having a canonical tag of page with no similar content page? Maybe Lesley can answer to that. Is it a bad practice to have canonical tag pointing to the same page?
×
×
  • Create New...