https://www.spryker.com logo
Join Slack
Powered by
# help
  • w

    witty-airline-10433

    05/05/2020, 8:11 AM
    Hello. Which drag & drop js-library would you advice for using in Spryker? I want to enhance some zed-backend stuff with that. Thank you.
    d
    a
    • 3
    • 11
  • m

    mysterious-king-59256

    05/05/2020, 9:41 AM
    Hello, Do you know how can I log exception to the error log in spryker (without breaking execution of the website)?
    a
    a
    • 3
    • 6
  • w

    witty-airline-10433

    05/05/2020, 12:54 PM
    Hi, I extend a Zed vendor controller from the backend like this:
    Copy code
    class AssignController extends SprykerAssignController
  • w

    witty-airline-10433

    05/05/2020, 12:55 PM
    Inside I override the indexAction with my "custom Logic". Still, this doesn't work. the SprykerAssignController indexAction is being called and not my one. What is missing?
    m
    • 2
    • 3
  • f

    full-rocket-52349

    05/05/2020, 4:56 PM
    Hello, i have a problem with the search-filter or filter-facets. Briefly to the scenario: Many abstract-products with between 2 and 600 concrete-products with additional attributes. Most of the attributes are also created as search-filters so we could use them in categories as filter. We don't use Yves and have to query the catalog search for that category filter. Now my problem: for a query like "_...catalog-search?filter_A=34&filter_B=1_" i get as a result an abstract product in which a specific product has the filter_A value 34 and another specific product has the filter_B value 1. But I am looking for a specific product that has both the filter_A value 34 AND filter_B value 1. How do I have to adjust the query to achieve this?
  • m

    millions-arm-61315

    05/06/2020, 8:14 AM
    Hi everyone! We sometimes have an issue with oversolds cause of wrong stock levels: How to reproduce: Add to basket last concrete item (product with stock = 1) Place an order Export order to ERP Current behavior: After export, stock level is again 1 Expected behavior: After export stock should be 0   Notes: - Reservation increased after add to basket correctly, stock info decreased correctly. - After order export order stock is wrongly increased like a reservation timeout. - From our point of view we have this issue, since we have activated the feature "Back in stock notification"   Is this a known bug? Any idea from your point of view how to solve the issue? Thanks in advance
    a
    • 2
    • 2
  • w

    wonderful-window-38487

    05/06/2020, 9:34 AM
    @wonderful-window-38487 has left the channel
  • s

    silly-motherboard-93855

    05/06/2020, 10:03 AM
    Is there a way in spryker to configure label expressions for the jenkins jobs? (so the jenkins can be scaled using master-agent)
    a
    m
    w
    • 4
    • 8
  • q

    quick-summer-4393

    05/06/2020, 12:22 PM
    Hi, I have 2 questions: 1. We're building our own Server for a spryker "Test Project" and our admin wants to build it with Apache, does anyone know if there's a guide for that? Or does someone have any tips? 2. For deployment on our servers we use Jenkins, and I want to build a Jenkinsfile that caters to webpack, etc.. Does anyone know a guide for that or can help me with an example? Thanks in advance!
    w
    • 2
    • 4
  • b

    bulky-hospital-68727

    05/06/2020, 1:42 PM
    Hi, I have a problem with the frontend build process. I use docker/sdk console frontendyvesbuild "Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory" Laura Kishimoto wrote 6 months ago that this is due to multi themes. She also had that problem. What can I do to solve it ? Isn't it possible to use multi themes ?
    s
    • 2
    • 8
  • w

    witty-airline-10433

    05/06/2020, 2:39 PM
    Hello. The topic is tables in Zed Gui. There are in Communication layer the ZedModuleTables. There there are prepareData() method-implementations from the AbstractTable class. My goal is to pass a certain css class to each table row (like <tr class="my_css_class" .. >) and an #id to the parent element (i.E. <table id="my_added_id">). So, that at the end, the rendered table {{ placeholderMyRenderedTable | raw }} does have both. Question: Is the Table::prepareData() the right place to do that?
    🤔 1
    • 1
    • 1
  • s

    silly-motherboard-93855

    05/06/2020, 2:41 PM
    Does anyone know how to track down the culprit behind
    duplicate key value violates unique constraint "spy_product_concrete_image_storage-unique-key"
    in propel logs ? I cannot find exactly when is storage populated for this tabe
    a
    • 2
    • 3
  • s

    square-ability-13859

    05/06/2020, 3:33 PM
    Hello. I have a question about configuration. Is it a bad practice to use config values from other modules *Config.php? Should we provide config values through facade methods to use them from different module?
    a
    m
    • 3
    • 8
  • w

    witty-airline-10433

    05/07/2020, 9:17 AM
    Hello. Where do I put module js and scss? Either in Pyz/Zed/MyModule/assets/js / Pyz/Zed/MyModule/assets/scss or in public/assets/Zed/MyModule/ js (scss) ?
    a
    m
    • 3
    • 26
  • s

    sparse-fall-78248

    05/07/2020, 2:07 PM
    Quick question:
    Copy code
    > PhantomInstaller\Installer::installPhantomJS
    sh: /data/vendor/bin/phantomjs: not found
    Caught exception while checking PhantomJS version:
    Undefined offset: 0
      - Installing phantomjs (2.1.1): Downloading (100%)
    I keep seeing this happening on different projects while running
    composer install
    . Is there any way to fix it?
    s
    a
    h
    • 4
    • 19
  • a

    acoustic-motherboard-16553

    05/08/2020, 7:58 AM
    Hi, some short question depending on jenkins scheduler. https://documentation.spryker.com/docs/cronjob-scheduling-guide Does run_on_non_production still works or was it dropped?
  • s

    sparse-fall-78248

    05/08/2020, 12:51 PM
    Another little question here: Is there any way I can link up my IDE with docker/sdk so I can run tests from within the IDE?
    q
    h
    • 3
    • 3
  • s

    sparse-fall-78248

    05/08/2020, 12:52 PM
    (IDE === 'phpstorm' here of course )
  • m

    mammoth-autumn-37948

    05/08/2020, 1:00 PM
    Hi guys, after last composer update i got last compatible version for my b2b project of symfony/form and symfony/validator -> both 4.4.7 --> 4.4.8 Now i have some problems when submit a form.. i get this error:
    Class 'Symfony\Component\Validator\Constraints\RequiredValidator' not found
    RequiredValidator class does not exists in symfony validator (never has been created). The requiredValidator will triggered from
    ConstraintValidatorFactory
    that generate the class name so:
    Copy code
    /**
         * Returns the name of the class that validates this constraint.
         *
         * By default, this is the fully qualified name of the constraint class
         * suffixed with "Validator". You can override this method to change that
         * behavior.
         *
         * @return string
         */
        public function validatedBy()
        {
            return static::class.'Validator';
        }
    It means that every form field/group that have a constraint
    new Required()
    fails because as said there is only a constraint class named
    Required
    but not
    RequiredValidator
    . Has anyone the same problem? Thanks a lot!
    n
    a
    • 3
    • 14
  • a

    aloof-electrician-43662

    05/11/2020, 10:29 AM
    hi, I have question How to get information about product by his id, without information about abstract or concrete.
    a
    • 2
    • 9
  • a

    acoustic-motherboard-16553

    05/11/2020, 10:44 AM
    Hi, is there a module for paysafe available or planed? I found the empty page https://spryker.com/de/technology-partners/paysafe/
    a
    • 2
    • 3
  • b

    brief-vegetable-71114

    05/11/2020, 1:51 PM
    Hi, can someone explain me whats the purpose of merchant_reference and merchant_key and its usages? Their differences etc...
    s
    a
    • 3
    • 3
  • s

    sparse-fall-78248

    05/11/2020, 2:49 PM
    Hi! is it possible to "distribute" the maintenance state across machines without changing large parts of the maintenance module (e.g. via a database flag)? Is there maybe an eco module to do this? Thanks!
    m
    • 2
    • 1
  • a

    acoustic-businessperson-27970

    05/12/2020, 8:50 AM
    Hi all, is there a default functionality from Spryker B2B where we can list all orders and quotes requests and all orders that needs approval for one customer in one view ? Example: I am a customer, I open my customer overview page, and I see all the orders thers: 1. the orders I have made, 2. the orders pending my approval, 3. the quote requests I have made thank you
    d
    c
    • 3
    • 4
  • a

    acoustic-motherboard-16553

    05/12/2020, 9:56 AM
    Hi, so no one knows it? Since we dropped the deprecated stuff and use scheduler plugin with scheduler jenkins plugin our job wont run properly.
    Copy code
    'enable' => false,
    run_on_non_production' => false,
    Both are not working. Every disabled job is running and disabled jobs on staging are running aswell
    q
    a
    +2
    • 5
    • 18
  • s

    silly-motherboard-93855

    05/12/2020, 11:21 AM
    after latest security update from jenkins we get:
    Copy code
    Store: EN | Environment: demo
    Scheduler Name: jenkins
    Scheduler Status: ERROR
    Client error: `POST <http://123.123.123.123:8080/job/EN__check-product-validity/disable>` resulted in a `403 Forbidden` response:
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
    <title>Error 403 No valid crumb was in (truncated...)
    how is this configured in Spryker? https://github.com/spryker-shop/suite/blob/master/config/Shared/config_default-development.php#L96 doesn't seem to have anything special enabled for this
    a
    b
    +2
    • 5
    • 27
  • a

    acoustic-motherboard-16553

    05/12/2020, 12:10 PM
    Can someone provide me access to the b2c demo shop please where I can verify some things?
    a
    • 2
    • 2
  • w

    worried-chef-16639

    05/12/2020, 4:50 PM
    Hello guys, is there a reason why
    setQuoteUpdateRequestAttributes()
    method exists in
    PersistentCartChangeTransfer
    but does not exist in
    PersistentCartChangeQuantityTransfer
    ? I would like this to be executed
    Copy code
    $persistentCartChangeTransfer = $this->getFactory()
        ->createChangeRequestExtendPluginExecutor()
        ->executePlugins($persistentCartChangeTransfer, $params);
    when I execute
    Spryker\Client\PersistentCart\Plugin\DatabaseQuoteStorageStrategy::changeItemQuantity()
    same as it is done in
    Spryker\Client\PersistentCart\Plugin\DatabaseQuoteStorageStrategy::addItem()
    Spryker\Client\PersistentCart\Plugin\DatabaseQuoteStorageStrategy::removeItem()
    🧐
  • m

    many-continent-24692

    05/13/2020, 7:03 AM
    I assume there is no way to conditionally completely disable a checkout step?
    d
    h
    +2
    • 5
    • 41
  • s

    sparse-fall-78248

    05/13/2020, 7:45 AM
    Hi! Dabbling into Yves for a bit... Is there any way to have a widget simply not render during test runs? Is there a simple way to access the environment via Twig?
1...171819...102Latest