Jump to content
thirty bees forum

yaniv14

Trusted Members
  • Posts

    630
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by yaniv14

  1. yaniv14

    Modules order

    You can't, unless you are checking github issues frequently. I don't know why @SLiCK_303 said he's sorry. I only pointed him to the topic that already dealing with this issue.
  2. yaniv14

    Modules order

    It's already been discussed here: https://github.com/thirtybees/thirtybees/issues/365
  3. Try manually loading that logo file from your header.tpl
  4. I think the mail alert module is sending the out of stock emails. try setting it in the module configuration.
  5. I think i saw it once in the refund part in the BO
  6. i think its in vendor/commerceguys
  7. The autoformat is based on CLDR
  8. Open the network tab in the dev tools and click on the link that appears after you click on the checkbox. index.php?controller=AdminAccess&token=.................... and check the Response tab for any error.
  9. When you click on the check box do you see the green success alert message?
  10. @Janvier can you check chrome console log for errors? The check/uncheck actions are working via ajax and it might be broken if you have some other broken scripts that interfere. I don't think that the employee permissions has got anything to do with the module. I don't mind taking a look at it if you can get me admin access
  11. https://prnt.sc/gy6lad This feature was added at version 1.0.2
  12. You need to disable auto format in order to set format manually.
  13. Instead of deleting the file you should combine both CartRule.php override functions from both modules, hopefully their not overriding same functions.
  14. It seems that the 'admin-theme.css' has no class for table-responsive. I will try to push a fix to the repo. For now you can add those lines to 'youradminfolder/themes/default/css/override.css' css .table-responsive { min-height: .01%; overflow-x: auto; }
  15. I never tested that module, but are you sure you are editing the correct file? Check if you have that file in root override folder under classes or modules. And if so, try to edit that line there. Also after you edited override files you need to delete 'cache/class_index.php' file, for changes to take affect.
  16. @alwayspaws The are rare occasions when you need to upgrade your theme to support core updates. Most of commercial theme updates are to fix bugs that discovered by users who purchase the theme and not to comply with new releases. If a theme is working fine with no bugs why upgrade it. In case you do want to upgrade a commercial theme, I suggest contact the developer and ask him/her what files has been modified, and just consult on this forum before doing any upgrade.
  17. I think its already fixed in this pr: https://github.com/thirtybees/thirtybees/commit/f938238a8149f788790e7c898b6722f4ce4f129c and will be in v1.0.4
  18. yaniv14

    Bug??

    The one that strip the tags is inside category page (product-list) and the other one is inside product page. In product page you have no limit for description height/length from design perspective. In product-list in order to maintain equal height with the image you will need to truncate the description text. Again I am not its something that TB did on purpose or that is ok, I just pointing my comments.
  19. yaniv14

    Bug??

    I am not sure if its a bug or meant to be like that. The code is striping the html tags: {$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'} Without striping the html tags you won't be able to truncate it always at the same number of chars.
  20. I can confirm using TB Paypal module on one site with no issues at all.
  21. I just follow up on community theme updates and add them manually if their necessary. Most updates usually are on core files or modules and not theme files. I usually setup the new theme based on the client design and makes sure that there are no bugs, in most cases the theme don't need any future modification that are bugs related. If you look at the community theme repo, it has only 87 commits in total and most of them are before it was stable for release, and some of the others commits are not important if you modify the layout and the css.
  22. Why not using thirty bees blog module?
  23. For me everything is working just fine with 2 currencies.
  24. You can grab updates files or just pieces of code that was updated and modify your files. Your BO won't show different TB version but your code will be latest. Just check recent commits. https://github.com/thirtybees/thirtybees/commits/1.0.x
×
×
  • Create New...