Recent content by benFF

  1. benFF

    Stripe adaptive pricing uses the wrong order value

    Stripe (new?) adaptive pricing feature requires some changes to be made in the xf payment callback As if a user chooses to pay in their local currency, instead of the invoice one, this is the value sent in the webhook (which then won't coincide with the xf payment intent) Instead, the xf...
  2. benFF

    Conversation Essentials [Paid]

    I think I know the answer, but just to check, can this addon merge conversations together?
  3. benFF

    [DBTech] DragonByte Stripe Checkout

    This only works when products are specifically defined as either single or recurring. If a product can be dynamically set, then there's no option to choose different payment profiles. For example, theme house donate, there's just a checkbox, it wouldn't make sense to also click a payment...
  4. benFF

    [DBTech] DragonByte Stripe Checkout

    Recurring payments don't work if the item currency isn't supported by the chosen gateway (because you can't use adaptive pricing for a subscription) Maybe there needs be a separate checkbox list for allowed gateways when recurring?
  5. benFF

    [TH] Donate

    Is it possible for a user to have a recurring donation without having a goal or date limit on a campaign?
  6. benFF

    Force Custom User Field Completion after Registration or Login [Paid]

    This add-on breaks all external CSS and JS files. It's due to the line: $controller = \XF::app()->router()->routeToController(\XF::app()->request()->getRoutePath())->getController(); Because when you load css.php - \XF::app()->request()->getRoutePath() will return blank, which then fed into...
  7. benFF

    [FF] AMS Enhancements - Fix for Publish as Draft

    Properly sets prefix when using publish as draft.
  8. benFF

    [FF] AMS Enhancements

    benFF updated [FF] AMS Enhancements with a new update entry: Fix for Publish as Draft Read the rest of this update entry...
  9. benFF

    [FF] Showcase Enhancements - Fix for Publish as Draft

    Properly sets prefix when using publish as draft.
  10. benFF

    [FF] Showcase Enhancements

    benFF updated [FF] Showcase Enhancements with a new update entry: Fix for Publish as Draft Read the rest of this update entry...
  11. benFF

    [DBTech] DragonByte eCommerce [Paid]

    Bug: (On the checkout page) If you have a product in the cart which has required fields, you can't remove it (or any other product) from the cart until you first fill them in!
  12. benFF

    [DBTech] DragonByte eCommerce [Paid]

    Yup, overlay correctly pops up first time now 👍
  13. 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.
  14. 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...
  15. 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...
Top Bottom