Recent content by kick

  1. K

    Bug Phrase

    dbtech_donate_currencyid dbtech_donate_currency_id 2 phrases with the same values and meaning
  2. K

    Bug Typo or bug?

  3. K

    Bug Extra block in reviews

    In the previous version, it was fixed with additional fields, but they also apply to product reviews. https://www.dragonbyte-tech.com/store/dragonbyte-ecommerce.371/reviews
  4. K

    Bug TIcket redirect

    Yes it works
  5. K

    Bug TIcket redirect

  6. K

    Bug TIcket redirect

    I sent at the very beginning are you laughing?
  7. K

    Bug TIcket redirect

    array(4) { ["url"] => string(23) "/forums/paid-add-ons.7/" ["referrer"] => string(22) "/" ["_GET"] => array(1) { ["/forums/paid-add-ons_7/"] => string(0) "" } ["_POST"] => array(0) { } }
  8. K

    Bug TIcket redirect

    XF\Mvc\Reply\Exception: src/XF/Mvc/Controller.php:401 Generated by: User May 9, 2020 at 12:09 PM #0 [internal function]: XF\Mvc\Controller->exception(Object(XF\Mvc\Reply\Error)) #1 src/XF/ControllerPlugin/AbstractPlugin.php(79): call_user_func_array(Array, Array) #2...
  9. K

    Bug Product filter on create product

    Add in admin on product category product filters In front-end add product and check product filters. They are not saved, but are saved only after editing the product
  10. K

    Bug Product filter on create product

    When creating a product and specifying filters, when creating a product, they are not applied. When editing, the indication of product filters is applied.
  11. K

    Bug Admin permission

    in front end
  12. K

    Bug Admin permission

    If the product is softly removed, the administrator cannot restore it later. Analyze permissions: If you specify the Default product owner, then it is not possible for another user to fill in the images, change the icon and a couple of little things.
  13. K

    Bug Typo in category breadcrumbs

    I provided a code where the condition doesn’t make any difference at all, since the same thing will always return What is the difference from the type of link if it returns the same thing for everything? if ($linkType == 'public') { $link = 'dbtech-ecommerce/categories'...
  14. K

    Bug Typo in category breadcrumbs

    public function getBreadcrumbs($includeSelf = true, $linkType = 'public') { if ($linkType == 'public') { $link = 'dbtech-ecommerce/categories'; } else { $link = 'dbtech-ecommerce/categories'; } return...
  15. K

    Implemented New position custom field products

    it would be nice if there was an opportunity to post information here
Back
Top