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

    handsome-alligator-65997

    03/20/2023, 11:24 AM
    image.png
  • h

    handsome-alligator-65997

    03/20/2023, 11:25 AM
    image.png
  • h

    handsome-alligator-65997

    03/20/2023, 11:25 AM
    please help me for further steps
  • s

    swift-plastic-31133

    03/20/2023, 12:45 PM
    Hi Guys, facing this issue in Zed, any one can help me on this?
    p
    • 2
    • 4
  • g

    gentle-art-90358

    03/20/2023, 4:30 PM
    I have a custom attribute called
    contains_nuts
    with two possible values:
    yes
    and
    no
    . I have assigned that attribute to a particular product with the value
    yes
    . How do I build a query string in the glue api that will allow me to filter by
    contains_nuts=yes
    ?
  • m

    millions-river-67963

    03/20/2023, 8:06 PM
    Hello Team! When we run our module in Zed, it logs us out after around 2 minutes and we have to re-log back in. We want to make it where the login session lasts much longer than 2 minutes. Does anyone know a fix for that?
  • w

    wonderful-baker-94910

    03/21/2023, 8:14 AM
    #help I need help with MialHog, as i have seen the mails are being catched by the MailHog but how can i release that mail to the specified Email? Do i have to configure anything first?
    w
    • 2
    • 2
  • c

    cool-hamburger-85057

    03/21/2023, 10:32 AM
    Im getting this error in frontend
  • s

    swift-plastic-31133

    03/21/2023, 10:49 AM
    Hi Guys, I am getting this below error when trying to run the transfer generate command, any suggestions on this?
    p
    • 2
    • 1
  • c

    cool-hamburger-85057

    03/21/2023, 11:13 AM
    I Tried to create contact form in frontend in frontend and fetch data in backend. but im getting this error in routing. how to correct it?
  • c

    cool-hamburger-85057

    03/21/2023, 11:14 AM
    web-screenshot-21-03-2023 (1).jpg,web-screenshot-21-03-2023.jpg
    r
    • 2
    • 1
  • e

    elegant-cartoon-61249

    03/21/2023, 11:25 AM
    #help Hello everyone I'm now working to replace the "Spryker b2c-demo-shop" LOGO with my Own LOGO. I sign in as Administrator to Backoffice. The "Demo Landing Page" page is located in the "Page" section, and its URLs are /de/demo-landing-page The "Demo Landing Page" page is located in the "Page" section, I Inspect in Storefront, but I was unable to find the precise file where I could modify the logo. Do they have any supporting documentation? If someone could help me, it would be greatly appreciated.
    r
    m
    • 3
    • 3
  • s

    swift-plastic-31133

    03/22/2023, 5:49 AM
    Hi All, during docker/sdk up command i am getting this error, i tried running docker/sdk clean-data but still it gives me this error, i was setting up the code in my machine. Any suggestions on this?
    e
    • 2
    • 2
  • h

    handsome-alligator-65997

    03/22/2023, 10:20 AM
    Hello Everyone, I am creating a form to add new data but facing issue in it ,I have defined ContactDataFormType.php in directory ContactData/Communication/Form/
    p
    • 2
    • 32
  • h

    handsome-alligator-65997

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

    handsome-alligator-65997

    03/22/2023, 10:22 AM
    and creating instance of it in communication factory and use that function in my controller
  • h

    handsome-alligator-65997

    03/22/2023, 10:23 AM
    My controller function AddController->indexAction
  • r

    refined-australia-97241

    03/22/2023, 11:04 AM
    Hi all, I am having a really fumb issue with the type script files. I'm trying to add a custom ts file to a bundle but it isn't loaded. To illustrate, I'm trying to add a TS file to the form template. in the ShopUi/Theme/default/componenets/molecules/form folder. the contents of the index.ts file is :
    Copy code
    import './form';
    import register from 'ShopUi/app/registry';
    export default register('form', () => import(/* webpackMode: "eager" */ './form'));
    I created a form.ts file which contains the following :
    Copy code
    import Component from 'ShopUi/models/component';
    
    export default class Form extends Component {
    
        protected readyCallback(): void {
        }
    
        protected init() {
            alert('hey');
            super.init();
    
        }
    }
    I ran commands docker/sdk cli npm run yves , docker/sdk console frontendyvesbuild , docker/sdk cli npm run yves:watch, docker/sdk console cache:empty-all (in case it was a cache issue 🤷 ) But the changes to the index.ts are not being taken into account and the new form.ts file is not loaded ... Does anyone no if I'm missing a command or if I need to specify the file somewhere else ?
    e
    i
    • 3
    • 13
  • g

    gray-lizard-12575

    03/22/2023, 3:41 PM
    Hello, guys. Maybe someone can help me? Found some issue with updating index in elastic When I’m running with id, all is fine and see that data is updating in elastic
    Copy code
    vendor/bin/console sync:data product_abstract 123
    When I’m running without id to update the scope of resource ‘product_abstract’, products are not updating in elastic.
    Copy code
    vendor/bin/console sync:data product_abstract
    It’s strange, because all data is publishing to queue ‘sync.storage.product’ . Also debugged the whole process. And see that if we are not adding ids in sync command, then all entities of given resource in command should be synced. Maybe you had this problem or know what it can be?
  • m

    most-sunset-1505

    03/23/2023, 3:47 AM
    Hi Team #help I want to add any third party payment integration so do you have any reference or link so I can follow that steps because I'm new in spryker that's why.
    i
    • 2
    • 10
  • h

    handsome-alligator-65997

    03/23/2023, 7:32 AM
    Hii Everyone, i have created a form and after submit that form i facing a error "
    Copy code
    Can not resolve `ContactDataFacade` in Business layer for your module `ContactData`\n
    You can fix this by adding the missing facade to your module.\n
    I have added Facade and facade interface in business layer and code of my controller is
    m
    • 2
    • 3
  • h

    handsome-alligator-65997

    03/23/2023, 7:51 AM
    please look into these images and help me to solve the error
  • c

    calm-toddler-60539

    03/23/2023, 8:00 AM
    Hello all, I am trying to remove the 'DE' and 'AT' store in the spryker b2b demo shop and replace it with an 'INT' store. So far, I have tried changing the deploy.dev.yml file to
    Copy code
    version: '0.1'
    namespace: xyz_b2b_dev
    tag: dev
    environment: docker.dev
    image:
        environment: { SPRYKER_PRODUCT_CONFIGURATOR_HOST: date-time-configurator-example.spryker.local, SPRYKER_PRODUCT_CONFIGURATOR_PORT: 80, SPRYKER_AOP_INFRASTRUCTURE: '{ "SPRYKER_MESSAGE_BROKER_HTTP_SENDER_CONFIG": {}, "SPRYKER_MESSAGE_BROKER_SQS_RECEIVER_CONFIG": {} }', SPRYKER_AOP_APPLICATION: '{ "APP_DOMAINS": [], "STORE_NAME_REFERENCE_MAP": {}, "APP_CATALOG_SCRIPT_URL": "" }', SPRYKER_AOP_AUTHENTICATION: '{ "AUTH0_CUSTOM_DOMAIN": "", "AUTH0_CLIENT_ID": "", "AUTH0_CLIENT_SECRET": "" }', SPRYKER_DEFAULT_STORE: INT, SPRYKER_ACTIVE_STORES: INT }
    imports:
        de: { template: _base.deploy.template.yml, parameters: { env: local, store: INT, region: INT, namespace_kvs: 0, namespace_zed: 1, namespace_yves: 2, domain: xyz.local } }
    And added a store_config_INT.php file but it doesn't seem to be working. Can someone please advice? As I can not find anything useful in the Spryker's documentation.
    f
    • 2
    • 9
  • c

    clean-sundown-47111

    03/23/2023, 10:32 AM
    Hi team , I am running Command docker/sdk up --build it cause a error : - Exception - Exception: Value mismatch for "Address.firstName" transfer property. Value1: "firstName"; Value2: "firstName()". To fix this, search for 'property name="firstName"' in the code base and fix the wrong one. in /data/vendor/spryker/transfer/src/Spryker/Zed/Transfer/Business/Model/Generator/TransferDefinitionMerger.php (160) Command: vendor/bin/console transferdatabuildergenerate Trace: #0 /data/vendor/spryker/transfer/src/Spryker/Zed/Transfer/Business/Model/Generator/TransferDefinitionMerger.php(120): Spryker\Zed\Transfer\Business\Model\Generator\TransferDefinitionMerger->mergeProperties(Array, Array, 'Address') #1 /data/vendor/spryker/transfer/src/Spryker/Zed/Transfer/Business/Model/Generator/TransferDefinitionMerger.php(67): Spryker\Zed\Transfer\Business\Model\Generator\TransferDefinitionMerger->mergeProperty(Array, Array, 'Address') #2 /data/vendor/spryker/transfer/src/Spryker/Zed/Transfer/Business/Model/Generator/TransferDefinitionMerger.php(42): Spryker\Zed\Transfer\Business\Model\Generator\TransferDefinitionMerger->mergeDefinitions(Array, Array, 'Address') #3 /data/vendor/spryker/transfer/src/Spryker/Zed/Transfer/Business/Model/Generator/DataBuilderDefinitionBuilder.php(45): Spryker\Zed\Transfer\Business\Model\Generator\TransferDefinitionMerger->merge(Array) #4 /data/vendor/spryker/transfer/src/Spryker/Zed/Transfer/Business/Model/DataBuilderGenerator.php(48): Spryker\Zed\Transfer\Business\Model\Generator\DataBuilderDefinitionBuilder->getDefinitions() #5 /data/vendor/spryker/transfer/src/Spryker/Zed/Transfer/Business/TransferFacade.php(57): Spryker\Zed\Transfer\Business\Model\DataBuilderGenerator->execute() #6 /data/vendor/spryker/transfer/src/Spryker/Zed/Transfer/Communication/Console/DataBuilderGeneratorConsole.php(54): Spryker\Zed\Transfer\Business\TransferFacade->generateDataBuilders(Object(Symfony\Component\Console\Logger\ConsoleLogger)) #7 /data/vendor/symfony/console/Command/Command.php(298): Spryker\Zed\Transfer\Communication\Console\DataBuilderGeneratorConsole->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #8 /data/vendor/symfony/console/Application.php(1058): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #9 /data/vendor/symfony/console/Application.php(301): Symfony\Component\Console\Application->doRunCommand(Object(Spryker\Zed\Transfer\Communication\Console\DataBuilderGeneratorConsole), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #10 /data/vendor/spryker/console/src/Spryker/Zed/Console/Communication/Bootstrap/ConsoleBootstrap.php(114): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #11 /data/vendor/symfony/console/Application.php(171): Spryker\Zed\Console\Communication\Bootstrap\ConsoleBootstrap->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #12 /data/vendor/spryker/console/bin/console(27): Symfony\Component\Console\Application->run() #13 /data/vendor/bin/console(120): include('/data/vendor/sp...') #14 {main} Please help me
    p
    • 2
    • 6
  • b

    broad-mouse-68653

    03/23/2023, 2:37 PM
    Hey, I'm loading some components asynchronously that have some javascript and render them to the dom. After that I have to call mount to make the javascript work. That works fine if the component hasn't been mounted before. However if the component has been mounted before, it will should be skipped when I call the mount function, thus the javascript isn't working. I did not see any way to mark a component as unmounted. I guess I can manually call the init function. However this doesnt seem like the correct solution, especially if I load a component that consists of other components with javascript I also have to call their init functions. Does someone know a better solution to this problem? Thanks
    i
    • 2
    • 1
  • c

    clean-sundown-47111

    03/24/2023, 4:04 AM
    docker/sdk console glue:rest:build-request-validation-cache
    that command shows that error that command gives me error Symfony\Component\Console\Exception\NamespaceNotFoundException - Exception: There are no commands defined in the "glue:rest" namespace. Did you mean this? code:test in /data/vendor/symfony/console/Application.php (650) Command: /data/vendor/bin/console gluerestbuild-request-validation-cache Trace: #0 /data/vendor/symfony/console/Application.php(701): Symfony\Component\Console\Application->findNamespace('glue:rest') #1 /data/vendor/symfony/console/Application.php(259): Symfony\Component\Console\Application->find('gluerestbuild...') #2 /data/vendor/spryker/console/src/Spryker/Zed/Console/Communication/Bootstrap/ConsoleBootstrap.php(114): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #3 /data/vendor/symfony/console/Application.php(171): Spryker\Zed\Console\Communication\Bootstrap\ConsoleBootstrap->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #4 /data/vendor/spryker/console/bin/console(27): Symfony\Component\Console\Application->run() #5 /data/vendor/bin/console(120): include('/data/vendor/sp...')
    f
    • 2
    • 1
  • c

    clean-sundown-47111

    03/24/2023, 9:09 AM
    Hello Everyone , i am changing the default theme for DE store using TwigConfig inside the TwigDE folder but when i open the storefront it gives us error Template "@HomePage/views/home/home.twig" is not defined.
    w
    • 2
    • 1
  • r

    rough-finland-88303

    03/24/2023, 1:11 PM
    Hello Spryker Guys While doing frontend Yves build, I am receiving error as shown in screenshot, any idea of the cause of such error
  • r

    rough-finland-88303

    03/24/2023, 1:20 PM
    Hello Spryker Guys While executing frontend Zed build, I am receiving error as shown in screenshot, any idea of the cause of such error
  • a

    acoustic-painter-45206

    03/25/2023, 6:49 PM
    Hello! I'm looking to implement an API that has URL scheme like the following:
    Copy code
    /partnerName/orders
    /partnerName/skus
    ...
    As far as I get it from reading the existing Glue code, it looks like first level is always reserved for some REST entity, so only the following is possible:
    Copy code
    /partner-export-orders
    /partner-export-orders/1/return
    Am I right that placing everything under the root partner domain is not possible in glue? And what should I do in this case? My partner also requires some custom authorization which is not oAuth protocol, and response format which is regular JSON arrays without REST wrappers, so maybe it's better for me to consider Yves as the platform instead?
    p
    • 2
    • 5
1...848586...102Latest