Search results for query: *

  • Users: kick
  • Order by date
  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
  16. K

    Pending More details

    Is it possible to make better readability? When filling out a forum, it is difficult to determine the requirements for supplementing the user. Can I somehow highlight this and what is this requirement?
  17. K

    Bug Design of custom fied in eCommerce

    Download and unzip it. Copy the directory to your server. From the AdminCP install the add-on.
  18. K

    Bug Design of custom fied in eCommerce

    The design of an additional field in a new tab turns into extra tags
  19. K

    Bug eComerce Errors

    XF\Db\Exception: MySQL query error [1406]: Data too long for column 'version_string' at row 1 in src/XF/Db/AbstractStatement.php at line 228 XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 196 XF\Db\Mysqli\Statement->getException() in...
  20. K

    Bug Slow query.

    SELECT xf_dbtech_donate_drive., xf_dbtech_donate_currency_PrimaryCurrency_1., xf_dbtech_donate_donation_LastDonation_2.* FROM xf_dbtech_donate_drive LEFT JOIN xf_dbtech_donate_currency AS xf_dbtech_donate_currency_PrimaryCurrency_1 ON (xf_dbtech_donate_currency_PrimaryCurrency_1.primary_currency...
Back
Top