Search results

  1. NikitOS

    Not a bug The phrase_duration template function raises an error for a non-existent duration

    Hello As in the title. Passing null to the function will throw an error: To avoid this, you use the following condition in your template: {{ $active.Uud ? phrase_duration($active.Uud) : $upgrade.cost_phrase }} It seems to me that this is not the best solution. I would pass a...
  2. NikitOS

    Solved Incompatibility with DBTech Credits payment profile

    Hello An incompatibility was found with the DBTech Credits add-on and its payment profile. We have: Upgrade - 1 month, cost $1. The duration for the upgrade is 3 months, costing $2.5. If a user buys an upgrade with a duration of three months using the DBTech Credits payment profile, credits...
  3. NikitOS

    Update your add-on to XenForo Resource Standards

    Hello Please specify a default value for created columns in tables that aren't related to the add-on that adds these columns. This doesn't apply to any separate add-on, I noticed it in several of your add-ons: after disabling an add-on, it becomes impossible to add or edit any data, due to the...
  4. NikitOS

    Solved DBTech Shop & Credits System...?

    Hello Found another bug. When withdrawing credits from the DBTech Shop bank to the credit system, this transaction is not recorded (XenSoluce\CreditSystem\DBTech\Shop\Repository\Currency - a transaction to transfer credits to the bank is recorded here, but withdrawal from the bank is not) As...
  5. NikitOS

    Solved Bugs, bugs again, everywhere...

    Hello Many bugs again. #1: Invalid payment provider class specified during installation. \XenSoluce\CreditSystem\Setup :: installStep2: public function installStep2(array $stepParams = []) { $db = $this->db(); $db->query('INSERT INTO `xf_payment_provider`(`provider_id`...
  6. NikitOS

    Solved Bugs. Bugs everywhere.

    Hello Found some more bugs and mistakes. 1. "Test" instead of the name of the upgrade indicating the duration. 2. Errors that occur when you press the "enter" button in the input field of the promo code when the duration created through [Xen-Soule] Upgrade Coupons. The error that occurs...
  7. NikitOS

    Support Get Free button at 100% discount

    Hello When using a coupon with a 100% discount, the “get free” button does not appear; instead, a redirect to the payment system occurs, where in the end an error occurs. Am I setting something wrong or is it a bug? Regards
Top Bottom