Search results for query: *

  1. NikitOS

    Implemented Removing hashes.json before generating hashes

    Hello As in title. Is it possible to remove hashes.json before generating hashes? If this file is in the repository before generating hashes, a hash is also generated for it, and later this causes a file health error.
  2. NikitOS

    Pending Additional permissions to manage own/any downloads and licenses for own products

    There are permissions to create products and edit your own/any products. What about downloads? There is one administrator permission to manage any downloads. What if I want to allow users to manage only their downloads? It seems to me that this requires a separate permission. In addition...
  3. NikitOS

    Implemented Add a code event to the download generator

    Hello Is it possible to add code events to DBTech\eCommerce\Service\DownloadVersion\Generator :: performBuildTasks? What for? I need to add some functionality to this function and it needs to run before the hashes are generated. Right now, to do this, I need to extend one of the functions that...
  4. NikitOS

    Bug Unable to view information about deleted license (Pub)

    Ok. Maybe... just for peace of mind. Or immediately link to the control panel, because this error makes no sense (IMHO)
  5. NikitOS

    Bug Unable to view information about deleted license (Pub)

    I have this permission, it doesn't work.
  6. NikitOS

    Bug Unable to view information about deleted license (Pub)

    🤔 https://drive.google.com/file/d/1AiOISetTZ6sbdKtc3IFtxT8wz9sRmLWf/view?usp=sharing
  7. NikitOS

    Bug Unable to view information about deleted license (Pub)

    Hello It is impossible to view information about the deleted license from the public part of the site: It is clear from DBTech\eCommerce\Entity\License :: isValid that this will be so when the license is not visible (deleted), but information about it can be viewed in the AdminCP. Is it...
  8. NikitOS

    Question Variable replacement does not work during generation

    As a test, I created a new product with the «generate» download type, created one file: <?php $licenseKey = "%LICENSEKEY%"; $version = "%VERSION%"; $versionNumber = "%VERSIONNUMBER%"; I expected that when downloading the product these values will be replaced, but I get the source file. What am...
  9. NikitOS

    Question «Release update» button on the product page in version 2.0.0

    Hi! Where did the «Release update» button on the product page in version 2.0.0? In versions 1. * she was here: But now this button is not:
  10. NikitOS

    Waiting for a miracle…

    Waiting for a miracle…
  11. NikitOS

    Question Dragonbyte Shop Grid

    Maybe someone will suggest a different method, but I still remain with my method from the previous post. A product cell does not fit in that empty area, because its width is larger than that area. Unless to reduce the width of the cell at size X, so that they fit as you want. The number of rows...
  12. NikitOS

    Question Dragonbyte Shop Grid

    Your screen is narrow to display in three columns. As an option, (possibly a “crutch”) adjust the width of each grid cell through extra.less for each screen width so that the cells fit on the screen, but I do not see much sense in this: @media (max-width: 1160px) { .itemList-item-grid {...
Back
Top