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

    rough-finland-88303

    03/14/2023, 8:02 AM
    Hey Spryker Guys, If any can have idea and help on the error like Thank you
    • 1
    • 2
  • s

    straight-terabyte-22793

    03/14/2023, 9:08 AM
    anyone here to help with Glue API!!
  • h

    high-park-29380

    03/14/2023, 9:31 AM
    Hi all, If any can have idea and help on the error like Thank you
    w
    • 2
    • 1
  • d

    dry-manchester-23019

    03/14/2023, 10:20 AM
    Regarding PaaS: Is the version change for elasticsearch in the deploy.yml enough to pick the right version or is here action from a Spryker engineer required?
  • g

    gentle-art-90358

    03/14/2023, 10:51 AM
    Hey, a quickie. I would like to add some fields to the
    CustomerForm
    in the Backoffice. I could do that by extending the
    CustomerForm
    class and overriding the build method, and then overriding the factory, etc. However, I'm not sure how to handle the processing of the resulting DTO. How to best do this? Is it actually possible to add fields to the
    CustomerForm
    or is it better to just add my fields in another screen in BO? Any sort of guidance on what would be the best way to achieve my goal would be greatly appreciated. 🙂
    e
    w
    • 3
    • 7
  • c

    clean-glass-99425

    03/14/2023, 5:23 PM
    With the latest update to spryker/gui 3.49.0 we can't build ZED anymore.
    docker/sdk console frontend:project:install-dependencies -vvv
    seems to install all dependencies but it still breaks with like 50 missing files during the build process. If I take the dependencies from spryker/gui package.json and merge all those in the package.json on our project root a
    docker/sdk cli npm run zed
    will build Zed again. Am I doing something wrong or is this a bug in
    frontend:project:install-dependencies
    ?
    i
    • 2
    • 5
  • f

    few-address-803

    03/15/2023, 10:34 AM
    Hello everyone, i am following developer bootcamp code walkthrough topic their is a step 3. Run the console command: vendor/bin/console propel:install. Now you have the pyz_hello_spryker table in the database. To make sure, open the database and check if the table is there. how to open database and also i have no idea about how to connect database? please help me. #help command is running successfully it shows below in console ╭─/data | Store: DE | Env: docker.dev | Debug: (.) | Testing: (.) ╰─$ vendor/bin/console propel:install Store: DE | Environment: docker.dev Creating Database This command doesn't support chosen DB engine Clean schema directory Copy and merge schema files Build Propel2 classes Generate diff for Propel2 Thank you
    âś… 1
    w
    • 2
    • 2
  • s

    swift-plastic-31133

    03/15/2023, 12:29 PM
    Hi All, I am trying to update the spryker-core from 202001 to 202009, but the command throws me some error, can anyone help me here?
    p
    • 2
    • 2
  • w

    wonderful-baker-94910

    03/16/2023, 8:15 AM
    #help Hi everyone, I wanted to ask from where i can change the main logo of shop?
  • e

    elegant-cartoon-61249

    03/16/2023, 9:01 AM
    #help Hi everyone, Hey @high-park-29380 and @wooden-king-30682 I am facing a similar issue that you guys discussed in the below chat link https://app.slack.com/client/TH2HA6E6R/CH2HA71C5/thread/CH2HA71C5-1678786387.211919 I am getting an error that "Generated\Shared\AntelopeTransfer" not found I have checked the steps again and run the below commands to auto-generate files docker/sdk console propel:install docker/sdk console propelsqlbuild
    a
    w
    • 3
    • 4
  • c

    crooked-ram-21910

    03/16/2023, 9:13 AM
    hi everyone , how can i override/extend customer form in zed layer ?
  • c

    crooked-ram-21910

    03/16/2023, 9:17 AM
    This I have done inside src/Pyz/Zed/Customer/Communication/Form/CutomerForm.php . I want to add favourite color field in form but it is not appearing .
    w
    p
    • 3
    • 11
  • h

    handsome-alligator-65997

    03/16/2023, 10:21 AM
    Hii Everyone, I want to create new section in backoffice to manage custome pyz-contact table data ,i have created module and controller as well as created a new tab in navigation in sidebar and i am able to show static data on contact us data, now please help me to fetch data with data table in spryker.
    p
    • 2
    • 1
  • h

    handsome-alligator-65997

    03/16/2023, 10:21 AM
    image.png
  • h

    handsome-alligator-65997

    03/16/2023, 10:41 AM
    How to make entity in spriker #help
    w
    p
    • 3
    • 7
  • c

    cool-hamburger-85057

    03/16/2023, 11:24 AM
    Hi everyone ,
  • c

    cool-hamburger-85057

    03/16/2023, 11:24 AM
    Create contact us on front end Capture data in backend can u give me any solution link for this above re4quirement need help
    c
    • 2
    • 1
  • c

    cool-hamburger-85057

    03/16/2023, 11:24 AM
    Can anyone give solutions?
  • l

    limited-pager-82615

    03/17/2023, 4:05 AM
    Hii everyone anyone please help me out i am getting that error when i am connecting Zed from Yves using CLient.
    a
    w
    • 3
    • 8
  • r

    rough-finland-88303

    03/17/2023, 6:13 AM
    Hi Spryker Guys Do anyone have idea about the error like as shown in the attached screenshot, Thank you
    p
    • 2
    • 8
  • l

    limited-pager-82615

    03/17/2023, 7:40 AM
    <?php namespace Pyz\Zed\HelloSpryker\Communication\Controller; use Generated\Shared\Transfer\HelloSprykerTransfer; use Spryker\Zed\Kernel\Communication\Controller\AbstractGatewayController; /** * @method \Pyz\Zed\HelloSpryker\Business\HelloSprykerFacadeInterface getFacade() */ class GatewayController extends AbstractGatewayController { /** * @param \Generated\Shared\Transfer\HelloSprykerTransfer $helloSprykerTransfer * * @return \Generated\Shared\Transfer\HelloSprykerTransfer */ public function reverseStringAction(HelloSprykerTransfer $helloSprykerTransfer): HelloSprykerTransfer { return $this->getFacade()->reverseString($helloSprykerTransfer); } }
    w
    • 2
    • 1
  • l

    limited-pager-82615

    03/17/2023, 7:40 AM
    This is the gateway controller.
  • c

    cool-hamburger-85057

    03/17/2023, 11:38 AM
    Can anybody help me in displaying hello world in frontend . in course do we have that tutorial?
    w
    p
    • 3
    • 3
  • w

    wonderful-baker-94910

    03/17/2023, 12:09 PM
    I have a Question that suppose i have created 20 products do i have to activate all those products individually ? Is there any way where i can activate all those by a single command or something?
    b
    • 2
    • 3
  • h

    handsome-alligator-65997

    03/17/2023, 12:52 PM
    Hii Everyone, i have created tranfer object and orm/propel and orm/zed files for my module and new schema now what will be flow to fetch data from database please help me
  • f

    fancy-garage-20650

    03/17/2023, 12:59 PM
    Hello I need help with a console command made a console command for populating a column in a database table locally it works, I went by spryker documentation it is deployed on staging environment and when I checkout on the staging branch it works when I run docker/sdk console list I see it in the list of command but when I try to run it through jenkins custom commands the build faild with this excepiton: tried renaming it - didn't work the deploy is successfull also when I run in custom command on stage jenkins - console list all commands are listed except the one I made
  • f

    fancy-garage-20650

    03/17/2023, 1:01 PM
    MicrosoftTeams-image.png
  • b

    broad-mouse-68653

    03/20/2023, 9:22 AM
    Hey, I'm wondering why there is a product_abstract_relation publish event but none for concretes? Before I implement it, is there some ootb functionality to publish the relations of concretes manually? Thanks
    i
    • 2
    • 2
  • m

    mysterious-king-59256

    03/20/2023, 11:16 AM
    Hello, do you know if spryker has any simplified docker solution, or special configuration for running it in the pipelines? Standard Docker SDK solution is pretty big for running tests in pipeline
  • h

    handsome-alligator-65997

    03/20/2023, 11:24 AM
    Hello Everyone, I am able to form table and render it also i am able to fetch data but still error "contact-data/index/table is not found" is showing in fetching data.
    p
    • 2
    • 6
1...838485...102Latest