Recent content by benFF

  1. benFF

    [DBTech] DragonByte eCommerce [Paid]

    Yup, overlay correctly pops up first time now 👍
  2. benFF

    [DBTech] DragonByte eCommerce [Paid]

    https://www.dragonbyte-tech.com/store/dragonbyte-ecommerce.371/ I just ran that code into the developer console - and it causes the same error when hitting the Purchase button.
  3. benFF

    [DBTech] DragonByte eCommerce [Paid]

    I can replicate this without using @digitalpoint add on. <xf:js> $(document).on("xf:reinit", (c, a) => { console.log(a); a && a[0] && a[0].querySelectorAll(".overlay[data-url]").forEach((b) => { console.log(b); }); }); </xf:js> This code will work on any page (for...
  4. benFF

    [DBTech] DragonByte eCommerce [Paid]

    Bug : If you don't have product thread creation enabled, then adding (or saving a sale) will throw an exception Error: Typed property DBTech\eCommerce\Service\Sale\Create::$threadCreator must not be accessed before initialization in src\addons\DBTech\eCommerce\Service\Sale\Create.php at line...
  5. benFF

    [DBTech] DragonByte eCommerce [Paid]

    Bug: Namespace missing in Finder\SerialKey.php Causes error: ErrorException: Fatal Error: Cannot declare class SerialKey, because the name is already in use src\addons\DBTech\eCommerce\Finder\SerialKey.php:5
  6. benFF

    [JoyFreak] Open Graph Image

    Any update on this?😁
  7. benFF

    [DBTech] DragonByte eCommerce [Paid]

    That does indeed get things working again for now, so thank you for that :)
  8. benFF

    [DBTech] DragonByte eCommerce [Paid]

    2.2 😊
  9. benFF

    [DBTech] DragonByte eCommerce [Paid]

    There's an incompatibility with this and @digitalpoint Better Analytics. With BA enabled, you can't click on any "Purchase" buttons, as it will throw error: Uncaught TypeError: a[0].querySelectorAll is not a function at HTMLDocument.<anonymous> (shop/:962:52) at HTMLDocument.dispatch...
  10. benFF

    [DBTech] DragonByte eCommerce [Paid]

    Is there any way to get this patched in the 2.2x branch as I won't be upgrading to xf2.3 for quite some time 😬
  11. benFF

    [DBTech] DragonByte eCommerce [Paid]

    Is there any way to make it so a coupon can only be used once per person? I can only see a way to set a limit of overall usage for everyone?
  12. benFF

    Fixed Upgrading/Installing Addon with Wincache Enabled Crashes XenForo

    Now that Wincache has been updated to PHP 8.0, is this still not going to happen?
  13. benFF

    [OzzModz] In Your Face Notifications

    Are you using Kirby's font awesome addon? You'll need to force a font rebuild as I don't think it will pick up the variable name automatically.
  14. benFF

    [Andrew] Moderator Panel

    Yup
  15. benFF

    [Andrew] Moderator Panel

    The whole registration goes through, including the email verification. But they can't see anything (permission denied) the only way to fix it is to open their profile in the admin cp and just save it again.
Top Bottom