Jump to content
thirty bees forum

yaniv14

Members
  • Posts

    587
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by yaniv14

  1. @mdekker Check your comment above. Just examined the piece of code that’s responsible: https://github.com/thirtybees/mailalerts/blob/6812b9fa7252a74afb3815cecdc85db79e7853c8/mailalerts.php#L680-L696 It basically means that if there are no translations available and English is not active, it will not send a mail to prevent it from crashing. Do you have translated templates?
  2. In this category (https://www.bayouwitchincense.com/10-bayou-witch-candle-spells) description you are loading a gif file with http instead https. It is part of your description and has got nothing to do with TB. This is the line: <img src="http://www.bayouwitchincense.com/images/pixel_trans.gif" alt="" width="1" height="1" border="0">
  3. @mdekker Try to create a new menu, I think its not creating the access to all profiles and than when trying to update its fails. I just checked it briefly. The update code is trying to match it to tab id & profile id which comes empty.
  4. Check that you db name, db user & db user password are similar to the ones in 'config/settings.inc.php'
  5. yaniv14

    Modules order

    I'll remember next time to rephrase it better :smiley:
  6. 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.
  7. yaniv14

    Modules order

    It's already been discussed here: https://github.com/thirtybees/thirtybees/issues/365
  8. Try manually loading that logo file from your header.tpl
  9. I think the mail alert module is sending the out of stock emails. try setting it in the module configuration.
  10. I think i saw it once in the refund part in the BO
  11. 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.
  12. When you click on the check box do you see the green success alert message?
  13. @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
  14. https://prnt.sc/gy6lad This feature was added at version 1.0.2
  15. You need to disable auto format in order to set format manually.
  16. Instead of deleting the file you should combine both CartRule.php override functions from both modules, hopefully their not overriding same functions.
  17. 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; }
  18. 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.
  19. @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.
  20. I think its already fixed in this pr: https://github.com/thirtybees/thirtybees/commit/f938238a8149f788790e7c898b6722f4ce4f129c and will be in v1.0.4
×
×
  • Create New...