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

    polite-lunch-97479

    03/19/2021, 11:34 AM
    Is there a console command for clearing all existing data from Elasticsearch? Just need to empty it before importing and publishing again.
    a
    f
    • 3
    • 3
  • p

    polite-lunch-97479

    03/22/2021, 9:40 AM
    Any idea, why console commands aren't failing in case of exceptions?
    b
    c
    • 3
    • 11
  • g

    gentle-architect-75453

    03/22/2021, 12:53 PM
    Hi, I have a question concerning the OMS, the customer's Shop is up and running, but for a new feature we have to adjust basically all existing OMS (we have to introduce an additional state along with an event, and of course transition). Would you advice us to increase the version number, e.g. DummyPayment01.xml becomes DummyPayment02.xml, as I understood that the numbers indicate the version. Or do you think it is safe to adjust the DummyPayment01.xml? I am concerned as the system is live, and in case there is an order in the backend that already started with the old process. Will this order fail if the xml describing the old process is changed "now" to follow a new one? And in case we introduce DummyPayment02.xml now, do we have to keep version 01 within the config? Thanks in advance 🙂
    p
    c
    • 3
    • 4
  • r

    rough-scientist-68683

    03/22/2021, 2:39 PM
    Hi all, is there an easy way to get the shipment costs of an order? (Net, Gross, Taxes)
    w
    p
    • 3
    • 7
  • n

    nutritious-angle-64267

    03/23/2021, 6:45 AM
    Hello Guys, I'm getting an error while connecting database for my b2b shop i have attached an screenshot of the error message. if anyone have any idea about this please suggest . Thanks
    q
    q
    h
    • 4
    • 12
  • f

    full-motorcycle-97796

    03/23/2021, 10:10 AM
    Hello guys, what are the difference between
    ProductPageDataExpanderInterface
    und
    ProductPageDataLoaderPluginInterface
    ?
    • 1
    • 1
  • w

    wide-wolf-99519

    03/24/2021, 9:27 AM
    hey, does anyone know a tool that could be used to analyze OMS config files to tell which are not used or redundant? except eyeballing this? we have like 50+ .xml files, processes and subprocesses and I have a hunch less than a half is used
  • c

    crooked-house-89121

    03/24/2021, 2:13 PM
    Hello all, has anyone ever tried to provide access to yves via a tunneling application such as expose? I tried adding the host entry for yves for the url generated by expose on another computer but I wasn’t abled to access yves.
  • h

    happy-addition-42792

    03/24/2021, 2:21 PM
    Hey everyone, we'd like to have frontend assets (images) for our emails that are available to the customers in the long run (using Spryker Cloud). Currently all the files get prefixed with a hash to avoid browser caching. How can we have permanent urls for frontend assets?
    d
    • 2
    • 2
  • w

    wonderful-intern-36299

    03/24/2021, 3:50 PM
    Hi, we're in lack of understanding Spryker's architecture regarding clients. We understood that a client acts as "communicator" between Yves and and other resources. However, we wonder why is there a specific storage client for Yves then (for example,
    ProductClient
    and
    ProductStorageClient
    )? When to use the storage client and when to use the "normal" (i.e. non-storage) client? What's the purpose of each?
    f
    • 2
    • 2
  • i

    important-market-27247

    03/25/2021, 8:43 AM
    hello, I am new to spryker So I have installed spryker b2b demo shop and I want to setup company structure can anyone help me how to login in frontend I have setup company user from backend but where can I create or get password for login
    a
    • 2
    • 10
  • m

    mammoth-painting-63509

    03/25/2021, 9:23 AM
    Hi guys, we have this PHPStan error over and over again:
    Copy code
    20     Call to an undefined method                                                                                                     
             Generated\Zed\Ide\AutoCompletion|Spryker\Shared\Kernel\LocatorLocator                                                           
             Interface::sales().
    The code, that causes this error looks like this:
    Copy code
    /**
         * @param \Spryker\Zed\Kernel\Container $container
         *
         * @return void
         */
        protected function addSalesFacade(Container $container): void
        {
            $container->set(
                SalesDependencyProviderConstants::FACADE_SALES,
                static function (Container $container) {
                    return $container->getLocator()->sales()->facade(); // this is line 20
                }
            );
        }
    I'm not 100% sure, but maybe the problem is a docblock in the Container:
    Copy code
    \Generated\Zed\Ide\AutoCompletion|\Spryker\Shared\Kernel\LocatorLocatorInterface
    \Generated\Zed\Ide\AutoCompletion&\Spryker\Shared\Kernel\LocatorLocatorInterface
                                     ^
    PHPStan does not know anything about the methods in the LocatorLocatorInterface (funny name btw)
    p
    • 2
    • 5
  • s

    silly-motherboard-93855

    03/25/2021, 10:51 AM
    We're trying to setup a new environment we suddenly get a problem with the keys that begin with the following header:
    Copy code
    -----BEGIN RSA PRIVATE KEY-----
    Proc-Type: 4,ENCRYPTED
    DEK-Info: AES-128-CBC,A5BB8E652F16BC33A33BA14570F055E9
    using the ones with different openssl from other server that do not contain those, works fine. Is this a known issue that the workaround is known for?
  • w

    wide-wolf-99519

    03/25/2021, 1:48 PM
    how can I find cateogry by its key? (without resorting to using bare query?)
  • w

    wide-wolf-99519

    03/25/2021, 1:54 PM
    in other words, is there a replacement for CategoryFacade::getCategoryByKey which seems to be removed in version 5 of the module
    h
    m
    • 3
    • 12
  • b

    bitter-engineer-82580

    03/25/2021, 5:59 PM
    Hi we using a redi-sentinel setup like described here: https://documentation.spryker.com/docs/spryker-core-feature-integration and we now getting errors in the zed like this
    Predis \  NotSupportedException
    The command ‘DBSIZE’ is not allowed in replication mode.
    a
    • 2
    • 2
  • g

    glamorous-salesmen-23019

    03/26/2021, 12:20 PM
    Hi 👋 In the Spryker Backoffice under Content Management -> Redirects, Spryker enables the client to delete UrlRedirects. When pressing the button Delete, a
    DeleteCmsRedirectForm
    is being created in
    /spryker/cms/src/Spryker/Zed/Cms/Communication/Controller/RedirectController:deleteAction()
    . However, Spryker does not enable us to pass data or options into this form. So the consequent validity check will always fail and it’s not possible to move on to the actual deletion. We have removed the Form creation and just delete the redirect from the related db table now, works fine. I hope there are no side effects when not creating the form here?  We are in the domain of the password protected Backoffice, so I would boldly skip a CSRF token check in this case.
    p
    • 2
    • 7
  • w

    wide-wolf-99519

    03/29/2021, 9:45 AM
    can I trigger multiple events during single transition in OMS?
  • m

    mammoth-autumn-37948

    03/29/2021, 11:21 AM
    Hi Guys, latest https://packagist.org/packages/spryker-feature/spryker-core-back-office#dev-master has wrong dependencies.. It requires spryker/user-password-reset:0.2 but still require spryker/security-gui:0.1 that itself requires spryker/user-password-reset:0.1 Could u please update the deps?
    Copy code
    Problem 1
        - Conclusion: remove spryker-feature/spryker-core-back-office dev-master
        - spryker-feature/spryker-core-back-office dev-master requires spryker/security-gui ^0.1.0 -> satisfiable by spryker/security-gui[0.1.2, 0.1.0, 0.1.1].
        - spryker/security-gui 0.1.0 requires spryker/user-password-reset ^0.1.0 -> satisfiable by spryker/user-password-reset[0.1.0].
        - spryker/security-gui 0.1.1 requires spryker/user-password-reset ^0.1.0 -> satisfiable by spryker/user-password-reset[0.1.0].
        - spryker/security-gui 0.1.2 requires spryker/user-password-reset ^0.1.0 -> satisfiable by spryker/user-password-reset[0.1.0].
        - spryker/security-gui 0.1.2 requires spryker/user-password-reset ^0.1.0 -> satisfiable by spryker/user-password-reset[0.1.0].
        - Can only install one of: spryker/user-password-reset[0.2.0, 0.1.0].
        - Can only install one of: spryker/user-password-reset[0.2.0, 0.1.0].
        - spryker-feature/spryker-core-back-office dev-master requires spryker/user-password-reset ^0.2.0 -> satisfiable by spryker/user-password-reset[0.2.0].
        - Installation request for spryker-feature/spryker-core-back-office dev-master -> satisfiable by spryker-feature/spryker-core-back-office[dev-master].
    s
    • 2
    • 1
  • i

    important-market-27247

    03/30/2021, 9:48 AM
    hello in spryker b2b demo shop I am creating customer from backend and it is showing customer is verified but I am unable to login from customer Id its shows authentication failed
    p
    • 2
    • 2
  • a

    average-continent-3379

    03/30/2021, 11:11 AM
    Hi all, I'm having issues with PHPStorm + XDebug and PHPStorm + DB . Everything is configured according to the instructions, the shop is working, can be used from the browser, but PHPStorm/XDebug does not seem to be able to catch anything and I also can't access the DB from PHPStorm (it keeps complaining about authentication failure, even though I'm using the standard development/mate20mg credentials. In XDebug's log I only see this:
    Copy code
    [7867] Log opened at 2021-03-30 09:05:17
    [7867] I: Connecting to configured address/port: 10.10.0.1:9000.
    [7867] E: Time-out connecting to client (Waited: 200 ms). :-(
    [7867] Log closed at 2021-03-30 09:05:18
    (I'm using Windows and Vagrant.)
  • f

    flaky-afternoon-98068

    03/31/2021, 10:33 AM
    Hi everyone. We have a spryker application running on a Kubernetes CI cluster and recently we are having some problems with redis pod filling the disk. After investigating, we found that it is full of sessions, which are getting created by each liveness probe every 5 seconds. Anyone knows how to avoid this?
    h
    a
    m
    • 4
    • 11
  • m

    miniature-glass-12886

    04/01/2021, 12:23 PM
    I am trying to install oauth azure module with composer: composer require spryker-eco/oauth-azure:"^1.0.0" --update-with-dependencies getting the below error, any other way we can install it
    a
    • 2
    • 4
  • k

    kind-pizza-94913

    04/01/2021, 12:33 PM
    Hi, we tried recently to update jenkins in one of our projects and run into some issues concerning csrf token usage. Is there a recommended jenkins version to use (we found nothing in the docs so far, or searched at the wrong spot 😀) or a restriction which versions could be used?
    a
    • 2
    • 2
  • a

    astonishing-doctor-82145

    04/01/2021, 2:47 PM
    Hi there, I would like to boost all products which do NOT have
    ersatzteil
    in its
    full_text_boosted
    field (elastic search document). I’ve tried it with a negative boost number - but its not supported by elastic + I’ve tried it with
    $boolQuery->addMustNot(
    but then I have a empty resultset.
    Unbenannt
  • i

    important-market-27247

    04/05/2021, 10:59 AM
    hello I am learning spryker b2b demo site so I created a order and do a request quote to agent then how to see the quote request from agent end? so that agent can approve the quote
    i
    • 2
    • 2
  • t

    thankful-musician-51132

    04/06/2021, 4:25 AM
    Hi everyone, I'm trying to insert data into elasticsearch from custom table but it's not working. Anyone knows the process of this?
    i
    • 2
    • 1
  • i

    important-market-27247

    04/06/2021, 7:52 AM
    hello,I am adding new product in b2b demo shop from backend but it is not showing in frontend. how to resolve it ?
    i
    • 2
    • 2
  • e

    echoing-notebook-55206

    04/06/2021, 12:05 PM
    Hi everyone, is there a package to import customer addresses (invoice and shipping) via CSV? Or do I have to create those via Zed or Glue?
  • i

    important-market-27247

    04/06/2021, 1:21 PM
    my new product i have added from backend but is showing deactivated.How to make product active?
    p
    • 2
    • 3
1...353637...102Latest