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

    calm-lamp-45600

    07/03/2020, 3:50 PM
    uups sry: I thought I searched for worldpay payment provider
    😅 3
  • q

    quick-account-45953

    07/03/2020, 3:54 PM
    Do we have a history on the prior content? 😊
  • l

    loud-rainbow-44827

    07/06/2020, 12:11 PM
    Hello guys. One more technical question. As I see you disabled event behavior during default import processes and trigger all events manually. What was the purpose of it? I need also to trigger event in my custom import. Should i trigger it manually? Or can enable event behavior only during my import?
    q
    f
    • 3
    • 17
  • a

    agreeable-dawn-36295

    07/07/2020, 5:31 AM
    Hello, Regarding the OMS check-condition command, demo shop is running it for each store. Does it mean that an OMS command plugin is required to filter the orders for current store context only during the execution?
    c
    m
    g
    • 4
    • 6
  • e

    early-sundown-61488

    07/07/2020, 6:21 AM
    Good Morning Lady and Gents 🙂 currently we are implementing the glue api into our shop and i get the following error message. The error occurs when i try to call the /stores endpoint. Do you have any idea what i'am missing here?
    default.CRITICAL: TypeError - Argument 2 passed to Symfony\Component\HttpKernel\Event\FilterControllerEvent::__construct() must be callable, array given, called in /var/www/web-application/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php on line 138 in "/var/www/web-application/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/FilterControllerEvent.php::32" {"exception":"[object] (TypeError(code: 0): Argument 2 passed to Symfony\\Component\\HttpKernel\\Event\\FilterControllerEvent::__construct() must be callable, array given, called in /var/www/web-application/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php on line 138 at /var/www/web-application/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/FilterControllerEvent.php:32)"} []
    a
    • 2
    • 3
  • s

    square-ability-13859

    07/07/2020, 8:28 AM
    Hi. Does anyone know how to create composer library like spryker-eco module that could be integrated in several spryker projects? Is it just like regular composer vendor library (haven't touched that also)? Maybe some tips?
    👍 1
    c
    • 2
    • 2
  • r

    red-whale-92071

    07/07/2020, 9:25 AM
    Hello Everybody, We're designing an integration with Customer Management service. We want to expose an interface that receives customer data and creates them on a basis of incoming data. Is it possible to replace customer's id with external id (gid)?
    m
    • 2
    • 4
  • i

    icy-hydrogen-3905

    07/07/2020, 12:42 PM
    Hey guys 🙂 We have an application with 2 stores (DE, UK). In a molecule I created I want to load a different twig template depending on the active store. How can I do that? If not possible how could I use the same twig template but show different content depending on the active store? (would be a bad solution because there will be more stores in the future) Thanks for helping 🙂
    q
    m
    • 3
    • 41
  • p

    purple-forest-91115

    07/07/2020, 3:05 PM
    This message was deleted.
    a
    r
    • 3
    • 3
  • s

    sparse-fall-78248

    07/08/2020, 9:26 AM
    Hi! Another short and sweet question: How do you enable query logging in Spryker's Propel config?
    👍 1
    g
    l
    • 3
    • 5
  • e

    early-sundown-61488

    07/08/2020, 10:39 AM
    Hey, i have a short question regarding the glue api. Do i really need the spryker/company module to get access to the rest api or is there another way to authenticate a user?
    a
    s
    • 3
    • 9
  • b

    brash-nail-72278

    07/08/2020, 6:17 PM
    Hi, I am trying to create a new component with a behavior ts file. I registered everything for the webpack in the index as recommended in the documentation but the component fails to be defined. I am getting: _`logger.ts:86 [yves_default@error] application error -> Error: new-component-counter failed to be defined`_ Did anybody experience the same problem? I am following this tutorial from the docs but maybe I am missing something... EDIT: After a hard reload it works.
  • i

    icy-hydrogen-3905

    07/09/2020, 7:31 AM
    Hey guys, at https://documentation.spryker.com/docs/usercentrics I've seen Usercentrics is a Spryker partner. Are there already any extensions which help to build in Usercentrics or do we have to do everything manually?
    a
    • 2
    • 1
  • w

    wooden-dress-65386

    07/09/2020, 3:49 PM
    Is there a best-practice on where to put cross-module constants in the Spryker architecture? I am having a case in a project now where I need to use one constant value in several (by itself independent) modules - any suggestions?
    c
    l
    • 3
    • 5
  • b

    brash-nail-72278

    07/10/2020, 12:41 PM
    Is there any way to export/migrate CMS content, navigations and additional back office configuration to another spryker environment (beside database dump)?
    q
    • 2
    • 7
  • g

    gentle-architect-75453

    07/10/2020, 6:54 PM
    Hi guys, I want to extend the SearchResult returned by Elastic on the product list page - in order to do that I had a look in the ProductAbstractSearchDataMapper, which looks really promising to me. BUT - whenever I try to debug into it, by changing an abstract product I only receive a 504 Gateway Time-out - Spryker is running on Mac and on docker on my machine. Can anyone help me 😞 Thanks
    q
    • 2
    • 3
  • p

    powerful-wolf-20961

    07/13/2020, 8:30 AM
    Hello guys! I want to delete unique constraint (spy_quote-unique-name-customer_reference) from spy_quote because I've created another one. Can you tell me if it's possible?
    q
    • 2
    • 7
  • r

    red-whale-92071

    07/13/2020, 10:26 AM
    Hi everyone, What has to be done to create new root category? Can you help me with this? Thanks.
    d
    • 2
    • 2
  • f

    fierce-nest-27664

    07/13/2020, 11:50 AM
    hi, i have a question about testing multistore. is it possible to change the store in between two tests? it seems like the store can't be changed in the config once the test is running. i would like to provide the 'current active store' in the dataProvider. i tried setting it like this ($storeName is provided by the dataProvider):
    Copy code
    Store::getInstance()->setStoreName($storeName);
    $config = Config::get(RabbitMqEnv::RABBITMQ_CONNECTIONS);
    foreach ($config as $storeKey => $connection) {
        $config[$storeKey]['RABBITMQ:RABBITMQ_DEFAULT_CONNECTION'] = $storeKey === $storeName;
    }
    $this->tester->setConfig(RabbitMqEnv::RABBITMQ_CONNECTIONS, $config);
    some help would be great, thanks! 🙂
  • a

    ancient-apartment-59274

    07/13/2020, 1:01 PM
    Hello, is it possible in spryker to have configurable product bundles? So for example: A product detail page where one product is already included as the base of the bundle and then you can additionaly choose between a range of different other products. I know there are product options, but product options are no standalone products. But it should behave like the product options on yves frontend. Best
    c
    a
    c
    • 4
    • 22
  • f

    full-rocket-52349

    07/15/2020, 2:00 PM
    Hello guys, can someone explain to me how I can get concrete-products back as search results from /catalog-search/ endpoint. We want to have the abstract-products and we would need the concretes as search results also. Perhaps anyone have built this for a project and can give me a hint. Thanks
  • f

    freezing-library-97606

    07/16/2020, 7:53 AM
    Salut everyone, We have noticed some instability while starting using
    --stop-when-empty
    option on
    console queue:worker:start
    instead of deprecated configuration for keeping work loop, see demo shop commit https://github.com/spryker-shop/b2b-demo-shop/commit/71377ecb7ff423168ab1e278ad62ffa809ccd2f1 The instability about having Jenkins job running infinitely even though there are no events on RabbitMQ, moreover sometimes store has events but they are not processed as dedicated Jenkins job seems finished right after run, like there are nothing to proceed.
    g
    h
    • 3
    • 6
  • m

    mammoth-autumn-37948

    07/16/2020, 8:35 AM
    Hi Guys I found today a problem after release version 1.11.0 of propel-orm https://github.com/spryker/propel-orm/releases The version tag 1.11.0 required the propel version alpha10. This version has a bug in propel migrate console command https://github.com/propelorm/Propel2/compare/2.0.0-alpha8...2.0.0-alpha10#diff-1ccdce29404b8984d1b2101f0069a564 In MigrationMigrateCommand they return now
    CODE_ERROR
    instead
    false
    at line 84 but for symfony command
    vendor/symfony/console/Command/Command.php:262
    false was a success and now the command is aborted. @average-branch-45579 can u please check internal how we can fix this? Normally propel have to be fixed. But Spryker has offical release propel-orm version 1.11 that required propel alpha 10 version The problem now is that our install and deployment scripts just fail due the exit code of migration command console even if no migrations were executed. Has anyone from today the same problem? One possible solution is of course to constraint the
    spryker/propel-orm
    version to 1.10 in composer.json.
    ✅ 2
    a
    • 2
    • 8
  • n

    nutritious-island-37975

    07/16/2020, 9:24 AM
    Moin Guys! I’m currently learning Spryker and working on the OMS and State Machine Article in the Bootcamp. According to the Tutorial and documentation all I have to do to see the
    Demo01
    StateMachine is to create a
    Demo01.xml
    in
    config/Zed/oms/
    and fill it with
    Copy code
    <?xml version="1.0"?>
    <statemachine
        xmlns="spryker:oms-01"
        xmlns:xsi="<http://www.w3.org/2001/XMLSchema-instance>"
        xsi:schemaLocation="spryker:oms-01 <http://static.spryker.com/oms-01.xsd>">
        <!-- Used as example XML for OMS implementation -->
    
        <process name="Demo01" main="true">
            <states>
                <state name="new"/>
            </states>
    
            <transitions>
            </transitions>
    
            <events>
            </events>
    
        </process>
    </statemachine>
    add it to
    config/Shared/config_default.php
    like this:
    Copy code
    $config[OmsConstants::ACTIVE_PROCESSES] = [
        'DummyPayment01',
        'Demo01'
    ];
    refresh zed.de.spryker.local/oms and it should be visible - which it isn’t things I tried: • restart docker • remove
    DummyPayment01
    from $config Environment: b2b-shop in docker What did I do wrong? - Thx for your help
    • 1
    • 1
  • w

    wooden-dress-65386

    07/16/2020, 9:51 AM
    Is it correct, that Spryker doesn't offer a solution for a promotional free shipping, e.g. by a voucher code, or according to some cart rules?
    a
    • 2
    • 4
  • b

    bitter-engineer-82580

    07/17/2020, 8:40 AM
    Hi there, anyone else got this issue:
    Copy code
    [info] Update mapping type "page" for index "de_page".
    Elastica\Exception\ResponseException - Exception: analyzer [fulltext_search_analyzer] not found for field [full-text] 
    in /data/vendor/ruflin/elastica/lib/Elastica/Transport/Http.php (182)
  • p

    polite-shoe-3564

    07/17/2020, 10:47 AM
    I installed B2C demo shop. I want to connect to the (Postgresql) database. What are the credentials ? From a third-party applications (e.g. TablePlus.com)
    a
    • 2
    • 20
  • s

    square-ability-13859

    07/20/2020, 5:57 AM
    Good morning. Does anyone know how to setup development environment with spryker docker sdk? https://documentation.spryker.com/v3/docs/docker-sdk also it does not sync files for me on linux...
    i
    • 2
    • 2
  • s

    sparse-fall-78248

    07/20/2020, 7:25 AM
    Hi! One more question about Spryker and its database structure. Are Images deduplicated like prices or can I expect two products with the same image information to point to different image rows in the database?
  • p

    powerful-wolf-20961

    07/20/2020, 7:58 AM
    Hi guys! One question regarding spy_quote unique constraint. I modified that constraint on the project level, basically I added a new field in that unique group. When I run propel:install, I receive this error
    <error>Failed to execute SQL "ALTER TABLE "spy_quote" DROP CONSTRAINT "spy_quote-unique-name-customer_reference"". Aborting migration.</error>
    . Can you help me with an advice?
    q
    p
    f
    • 4
    • 11
1...212223...102Latest