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

    cuddly-psychiatrist-18739

    08/02/2023, 11:34 AM
    Hi everyone, I am trying to build frontend
    docker/sdk console frontend:yves:build
    and get the following error
    Copy code
    node:internal/modules/cjs/loader:1031
      throw err;
      ^
    
    Error: Cannot find module 'commander'
    npm i commander
    didn’t help I also tried to change Node version, also had no impact Can you please help me with that?
    w
    t
    • 3
    • 3
  • f

    few-address-803

    08/03/2023, 5:35 AM
    Hi everyone, I am working on configurable bundle anyone have idea about how to add image in b2c-marketplace backoffice? #help their is only two options slot and name.
  • c

    clean-sundown-47111

    08/03/2023, 5:48 AM
    hi team , I am working on my custom module in which i publish that data for redis , but i am anable to un publish data from redis , i am tking reffrence from ProductOptionStorage module in which they have publish and unpublish two function but unpublish they are not using any where so how they are unpublishing data from redis.
    w
    • 2
    • 2
  • n

    nutritious-fountain-25996

    08/03/2023, 7:33 AM
    I need to make some customisation in merchant portal, and add a new controller as well as menu-item. If anyone have any knowledge or documentation reference, it will be appreciated.
    p
    • 2
    • 8
  • b

    bland-yacht-60252

    08/03/2023, 2:19 PM
    Guys in Glue, how I can pass in the top level of response and not inside the data, another property?
    p
    n
    • 3
    • 2
  • c

    curved-breakfast-56563

    08/04/2023, 9:40 AM
    Hi Team, I am getting following error during following instructions in academy.spryker
    Copy code
    PHP Fatal error:  Uncaught Symfony\Component\Yaml\Exception\ParseException: File "/data/deployment/project.yml" does not exist. in /data/vendor/symfony/yaml/Parser.php:54
    Stack trace:
    #0 /data/deploy-file-generator/src/Processor/Executor/PreExecutors/PrepareDeployFileTransferExecutor.php(45): Symfony\Component\Yaml\Parser->parseFile('/data/deploymen...')
    #1 /data/deploy-file-generator/src/Processor/DeployFileProcessor.php(90): DeployFileGenerator\Processor\Executor\PreExecutors\PrepareDeployFileTransferExecutor->execute(Object(DeployFileGenerator\Transfer\DeployFileTransfer))
    #2 /data/deploy-file-generator/src/Processor/DeployFileProcessor.php(38): DeployFileGenerator\Processor\DeployFileProcessor->execute(Array, Object(DeployFileGenerator\Transfer\DeployFileTransfer))
    #3 /data/index.php(1501): DeployFileGenerator\Processor\DeployFileProcessor->process(Object(DeployFileGenerator\Transfer\DeployFileTransfer))
    #4 /data/index.php(17): buildProjectYaml('/data/deploymen...')
    #5 {main}
      thrown in /data/vendor/symfony/yaml/Parser.php on line 54
    w
    p
    c
    • 4
    • 22
  • a

    adventurous-shampoo-70207

    08/04/2023, 2:21 PM
    Hi Team, I am trying to install and integrate Unzer payment module. I have installed , configured and integrated as per documentation. It is showing unzer gui in admin but in frontend (yves) after customer login getting this error. any help
    w
    • 2
    • 3
  • b

    billions-agency-92320

    08/04/2023, 2:45 PM
    Demo01.xml seems to be your currently configured state machine but it can't be found. Can you check that it is available in /data/config/Zed/StateMachine?
    👍 1
    w
    • 2
    • 2
  • c

    crooked-agency-54027

    08/07/2023, 8:54 AM
    Hello, wanted to ask if Jarvis tool (https://github.com/spryker/jarvis) is still maintained and working? I am trying to run it on my project but getting this error message:
    Copy code
    I am sorry to announce that something went wrong, I could not retrieve any information from Spryker...
    Please verify that you are connected to the Internet. If yes, please send a message in <https://commerceverse.space/> to notify them that you could not use my services today.
    I see that the same issue was already reported month ago here: https://sprykercommunity.slack.com/archives/CKJRJM5FG/p1688444000108259
  • n

    numerous-crowd-1561

    08/08/2023, 5:00 AM
    Hi Team, I want Api reference. for backend access using spryker API i want to create custom Backoffice. Please Guide me for the same.
    w
    • 2
    • 8
  • r

    rich-guitar-29888

    08/08/2023, 5:38 AM
    Hi Team, I want to integrate Okta for login is there any reference for integrating it or any approach ?
    w
    • 2
    • 2
  • c

    clean-sundown-47111

    08/08/2023, 7:30 AM
    Hi team I want to integrate SSO Single Sing on , Using Okta with spryker , is there any doc for that , how can i acheive that.
    w
    • 2
    • 3
  • w

    witty-engineer-68746

    08/08/2023, 8:11 AM
    Is there a way to stop deprecation errors from logging in cloud environments? Now the logs are full of things like this:
    "ErrorException - Since symfony/security-guard 5.3: The \"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken\" class is deprecated, use the new authenticator system instead
    which makes finding actual problems very annoying.
    👀 1
    w
    a
    m
    • 4
    • 10
  • m

    modern-crayon-51171

    08/08/2023, 12:58 PM
    Hello All Spryker has out of box Loyalty & Rewards feature*?*
    w
    • 2
    • 2
  • c

    calm-toddler-60539

    08/08/2023, 1:14 PM
    Hello all, can someone please tell me how can I get the current glue URL programatically?
    n
    • 2
    • 2
  • s

    stocky-action-20182

    08/08/2023, 3:12 PM
    hi Team, could you please help me on the pricing features in spryker. Multi-tier pricing or volume-based pricing ,Dynamic price etc... what are the pricing features supported?
    w
    • 2
    • 1
  • b

    bright-architect-19696

    08/09/2023, 9:08 AM
    I have this code .. which doesnt render.. Is NavigationWidget deprecated as I cant find it in vendor folder. Do I need to follow any steps to create a new Widget or can reuse a spryker component? <div class="{{config.name}}__navigation"> {% widget 'NavigationWidget' args ['CLIENT HEADER NAVIGATION', 'navigation-main'] only %}{% endwidget %} </div>
  • b

    bright-architect-19696

    08/09/2023, 11:39 AM
    Is there a way to ask TravisCI to ignore specifc parts of codebase?
    w
    • 2
    • 1
  • b

    billions-carpet-85832

    08/09/2023, 11:50 AM
    Hello everyone, would like to know about the easiness of the Spyrker's solution to adapt to automotive industries. Do we have any previous case studies done specifically on this industry type or any partners/clients implementing/using it. We wanted to create a proposal based on Spryker's previous experience with such an industry. We wanted to know points like how easy is it to import/map the product catalog or to automate order fulfilment or other such features with respect to automotive industry. So, previous experience can play a significant role here to prepare a proposal. Can anyone share any links to such webpages which can help us with it? Any help will be highly appreciated.
    w
    • 2
    • 1
  • s

    stocky-action-20182

    08/09/2023, 11:53 AM
    Hi Team, does Spryker support multi-tier pricing similar to Magento?
    w
    • 2
    • 2
  • f

    fast-crowd-57839

    08/10/2023, 9:52 AM
    Hi Spyrker community, we have some problems of elastic search Indexing of Categories. The Categories can only be found (Full-text serach suggest) in one Shop-Language not at the others. Problem exists also at the demo-shop https://www.de.b2c.demo-spryker.com/de is there anywhere a fix out for that bug?
  • d

    damp-traffic-95195

    08/11/2023, 5:42 AM
    Hi Team, I need to modify Catalogclient.php file using plugin. Can anyone help me to create a plugin. I have tried creating a plugin but not sure which interface to implement and need some reference to create a plugin.
    b
    • 2
    • 1
  • a

    able-train-56624

    08/11/2023, 6:23 AM
    Good morning Spryker ppl! I'm having problems with getting super attributes translated/localised in the dropdowns. In the attribute manager I can see the translations correctly linked, but in the PDP, within the variant configurator, I see no translations happening. Any ideas? In the data importer, I am importing those attributes via the product_management_attribute.csv file, and only adding the key to the product itself. In the debugger, I can see no traces of the translations within $productViewTransfer (ProductController.php)
    b
    • 2
    • 3
  • b

    broad-mouse-68653

    08/11/2023, 8:10 AM
    Hi, I'm a bit puzzled by the behavior of one of our importers. Its goal is to update categories in a multi store settings (similar to the backoffice, just in bulk). Via the backoffice the creation and publishing works fine. Via this importer the publishing does not work as expected, in particular urls don't get published properly. We use the CategoryFacade::update function which according to its documentation touches modified urls. I'm wondering if these 'touches' behave different in the 'import setting'? Do I have to call something explicitly for them to have any effect for example? Thanks for the help, best regards Tom.
    • 1
    • 2
  • c

    clean-sundown-47111

    08/11/2023, 9:04 AM
    Hi team i am working with Okta integration , how the backoffice login flow works , there is an action login_check , but i didnt get which controller or method work on login _check route , how they validate user how the manage session for logged in , i get token from okta now i need to make login by code based on token , want to generate backoffice session , how can i make it by code , want to take controll on login_check.
  • t

    thousands-river-52450

    08/11/2023, 12:43 PM
    Hi all, Clean demoshop install everything working, but when I try to update zed dependencies I get this, any idea that might help:
    Copy code
    docker/sdk cli npm run zed
    -->  DEVELOPMENT MODE
    
    > spryker-b2b-demo-shop@1.0.0 zed
    > node ./node_modules/@spryker/oryx-for-zed/build
    
    node:internal/modules/cjs/loader:1031
      throw err;
      ^
    
    Error: Cannot find module '/data/node_modules/@spryker/oryx-for-zed/build'
        at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1028:15)
        at Function.Module._load (node:internal/modules/cjs/loader:873:27)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
        at node:internal/main/run_main_module:22:47 {
      code: 'MODULE_NOT_FOUND',
      requireStack: []
    }
    b
    • 2
    • 1
  • c

    cool-hamburger-85057

    08/12/2023, 7:06 AM
    Hi team. i want to get order details of sales shipment when i export orders by OrderTransfer Object .i want to print the values in array format. how to do it?
    a
    • 2
    • 1
  • h

    hallowed-vase-81973

    08/14/2023, 8:54 AM
    Hi there, coming at you with an important update and invite! Nearly 40 members already got the super cool "Beta User"-Badge on our new community platform! Let's smash those 100 -> CommerceQuest cq is the new place to be: better moderation, content curation, knowledge aggregation and FUN 😄 get your Beta User Badge today and sign up 😉 https://commercequest.space/discussion/28069/community-soft-opening-get-a-time-limited-badge-right-now
    ✅ 2
  • t

    thankful-nightfall-86266

    08/14/2023, 11:18 AM
    @thankful-nightfall-86266 has left the channel
  • g

    great-byte-99546

    08/14/2023, 12:17 PM
    Is it possible to access error logs of Nginx on via
    docker/sdk
    ? Connecting to
    spryker_gateway:dev
    container I see both
    access.log
    and
    error.log
    as empty, which is weird