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

    I don't know what username he has on this forum. This was about a month ago on a forum that has now closed. :|
  3. NikitOS

    Solved Incompatibility with DBTech Credits payment profile

    I don't use it. I am a developer, I was asked to fix this, and I wrote about it here.
  4. 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...
  5. 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...
  6. NikitOS

    Solved DBTech Shop & Credits System...?

    Are you serious?
  7. NikitOS

    Solved DBTech Shop & Credits System...?

    You misunderstood. Try to withdraw these credits from the bank and pay something that is worth more than the amount of credits that you had before the withdrawal - your balance will turn negative. I showed it in the video above.
  8. NikitOS

    Solved DBTech Shop & Credits System...?

    The transaction for withdrawn credits from the bank is not recorded, therefore, the withdrawn credits simply do not exist. https://drive.google.com/file/d/1H3QwqVpSq4Q2Z-Qh_rp0nVMOZPDjQZy7/view?usp=sharing
  9. 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...
  10. NikitOS

    Solved Bugs, bugs again, everywhere...

    Yes, this fixes all the bugs I described above, but there is a bug when updating: XF\Db\Exception: MySQL statement prepare error [1054]: Unknown column 'XenSoluce_credit' in 'where clause' - src/XF/Db/AbstractStatement.php:228 \XenSoluce\CreditSystem\Setup :: upgrade2000910Step1...
  11. 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`...
  12. NikitOS

    Solved Bugs. Bugs everywhere.

    Not yet, as soon as I find it, I’ll inform :)
  13. NikitOS

    Solved Bugs. Bugs everywhere.

    For durations, the templaterFnPhraseDuration function in the Listener is used in the selection menu, which substitutes the price and duration into the phrase, while in the [Xen-Soule] Upgrade Cupons template this is used: {{ phrase('xs_uc_price_for_x_y', { 'price'...
  14. NikitOS

    Solved Bugs. Bugs everywhere.

    This doesn't work.
  15. NikitOS

    Solved Bugs. Bugs everywhere.

    Yes. Do not leave the same phrase untranslated. Duration after applying the coupon is not possible to translate, that is, the phrases “years”, “months”, “days” are static for any language.
  16. NikitOS

    Solved Bugs. Bugs everywhere.

    And in a language other than English?
  17. NikitOS

    Solved Bugs. Bugs everywhere.

    Bugs again 1. For the phrase xs_uc_price_for_x_y, the duration of the parent upgrade is used, but the duration of the [Xen-Soule] User Upgrade Duration is not taken into account: 2. XF does not contain the phrases “month”, “day”, “year”, etc., therefore, the price and duration after choosing...
  18. 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...
  19. NikitOS

    Support Get Free button at 100% discount

    Ok, this bug has been fixed. What about a 100% discount?
  20. NikitOS

    Support Get Free button at 100% discount

    Yes, if the coupon does not exist, the error displays correctly. An error occurs when the duration is selected for which this coupon will not work. We have the following duration settings: Selected durations in coupon settings: As a result, we get this: video As I see, instead of the error...
Top Bottom