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

    fierce-agency-72925

    12/07/2022, 10:21 AM
    Hello How to implement SSO in spryker backoffice. There is a Doc-link which tells about the Back Office authentication feature.
    w
    • 2
    • 1
  • e

    eager-island-84229

    12/08/2022, 9:42 AM
    Hi! Just a general question about updates: when are migration guides being created for modules? It looks like they exists not for all of them. And how can we be sure to not miss anything when updating? πŸ€”
    a
    • 2
    • 10
  • g

    great-byte-99546

    12/08/2022, 10:25 AM
    Any tips on debugging Twig on Spryker? Possible to enable debug mode?
    a
    w
    e
    • 4
    • 5
  • a

    adorable-wolf-29357

    12/09/2022, 8:02 AM
    Hi! After running propel:install,the table is getting created for the eu-docker database but not for the us-docker database..(B2B Shop),What am i missing?
    p
    • 2
    • 3
  • b

    billions-carpet-85832

    12/09/2022, 8:37 AM
    Hi, Hi everyone, please help me in finding out the demo url for b2b marketplace for spryker. Normal b2b is available here https://www.de.b2b.demo-spryker.com/en/, But I'd like to get the marketplace alternative of this one.
    a
    • 2
    • 3
  • f

    few-tomato-6859

    12/09/2022, 10:55 AM
    Hey everyone! I'm trying to implement Entity CRUD events for
    spy_customer
    but they don't seem to get triggered. What I did was: β€’ add
    <behavior name="event">
    with
    <parameter name="spy_customer_all" column="*"/>
    to the schema.xml β€’ add
    Pyz/Zed/Customer/Dependency/CustomerEvents.php
    with correct const names (in this case it's
    'Entity.spy_customer.create'
    ) β€’ register my EventSubscriber in the
    EventDependencyProvider
    and in the subscriber add my listener to the
    $eventCollection
    β€’ rebuild the schema files in
    src/Orm
    and regenerate the Propel files Did I miss anything? What stumped me when debugging this was that after the
    saveEventBehaviorEntityChange
    function triggered, there still was no enty in
    spy_event_behavior_entity_change
    (even after any transactions were commited)
    p
    • 2
    • 4
  • g

    gifted-processor-93179

    12/09/2022, 11:25 AM
    #help On blank search page when i do blank search, the filter facets comes up like in image there is 10 merchants... i debug the code but couldn't find the solution to limit of merchant list to 5 anybody please give me a hint to solve this
  • g

    gentle-art-90358

    12/09/2022, 12:11 PM
    Hi there. I'm trying to add a custom step to the Yves Checkout Page. I have my step ready (implemented the right interfaces and extended the quote transfer, created twig templates and forms, etc). However, I'm having issues wiring up everything together. For instance, the standard steps are created here, and passed to the step resolver here. Is there a way I can override this and insert my custom step before the Payment Step? My guess is to extend and override the `StepFactory` under the `Process` folder. Can be that done in the
    Pyz
    folder under
    src
    ? I'm asking because this factory is outside the traditional location (root of the module), and invoked by the main factory here, so that's why I'm a bit confused. I hope that was clear enough. Any help would be greatly appreciated! πŸ™‚
    a
    e
    p
    • 4
    • 8
  • e

    elegant-cartoon-61249

    12/12/2022, 9:36 AM
    #help Hi everyone, We have completed some of our Spryker training module which includes(Developer e-Learning ,About Spryker, Overview ), Can you suggest some used cases that we can implement in our spryker B2C to fully explore our learning
    w
    • 2
    • 2
  • e

    elegant-cartoon-61249

    12/12/2022, 12:26 PM
    #help Hi everyone, #help Hi everyone, I am trying to perform Data Transfer Object - Hand on Firstly, I copied the below code in "training.transfer.xml" file Above file location "src/Pyz/Shared/Training/Transfer/training.transfer.xml" <?xml version="1.0"?> <transfers xmlns="spryker:transfer-01" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="spryker:transfer-01 http://static.spryker.com/transfer-01.xsd"> <transfer name="Antelope"> <property name="idAntelope" type="int"/> <property name="name" type="string"/> </transfer> </transfers> Then I execute the command:- docker/sdk console transfer:generate but I am not getting any auto-generated files in the following path src/Generated/Shared/Transfer/AntelopeTransfer.php Nothing is happing, idle it should get generated.
    m
    g
    p
    • 4
    • 10
  • m

    most-policeman-66093

    12/12/2022, 12:48 PM
    Hey @plain-city-95899 I have created a PR with a small fix https://github.com/spryker/spryker-docs/pull/1449
    p
    • 2
    • 2
  • w

    wonderful-baker-94910

    12/12/2022, 1:00 PM
    #help from where can i add new things or change anything for backoffice UI.
  • f

    few-tomato-6859

    12/12/2022, 1:01 PM
    small bump, still having problems with this 😬
    πŸ‘€ 1
  • w

    wonderful-baker-94910

    12/12/2022, 1:06 PM
    #help Hi, i created a new navigation in the header and added a product link but i don't understand from where can i get its custom css class to show the image in the navigation.
    f
    b
    • 3
    • 3
  • e

    elegant-agent-58713

    12/12/2022, 1:50 PM
    Where can I find a list of all the 370 modules Spryker offers?
    p
    a
    +2
    • 5
    • 8
  • r

    rough-agency-88294

    12/13/2022, 8:12 AM
    I modified the data importer to read products from s3 and now need to do the same thing for product labels, am I understanding this correctly that this does not use the same data import mechanism and I need to rewrite a lot of the product label import code?
    p
    • 2
    • 4
  • c

    cool-pager-36928

    12/13/2022, 1:07 PM
    #help I have this problem to run the local store. Does anyone know how to resolve? Mac m1
    p
    • 2
    • 17
  • b

    busy-fish-98087

    12/13/2022, 4:02 PM
    πŸ‘‹ Hello, team! I'm junior frontend developer and I stucked in this part. So, where should I use following path from picture? Tnx a lot in advance! Perica
  • l

    late-tiger-76201

    12/14/2022, 9:12 AM
    Good Morning, does anybody has a hint how to set the size of the facet result on the catalog search? Thx
  • b

    boundless-whale-69542

    12/14/2022, 3:53 PM
    After few weeks i am starting server with following commands. It is throwing following error. Not sure what is wrong. Existing container works fine with docker/sdk start command. Please help
    docker/sdk up
    m
    a
    • 3
    • 4
  • h

    hundreds-flower-81270

    12/14/2022, 9:46 PM
    I got a problem in a Codeception test. I am mocking the CustomerClient and the return value of the getCustomer function The transfer has multiple nested Transfers in it. I add the mock as dependency in the tester. It does only work in the first run (even if I duplicate it in a completely new Test file), the second run returns null even though the dependency is correct in the container. If I remove the last nested level of Transfer it works (but of course my code needs that last level). Has some of you experiencenced this problem before?
  • g

    gifted-processor-93179

    12/15/2022, 5:04 AM
    Hello Team, #help Hope all are doing well! As part of learning, trying to integrate new relic. updated deploy.dev.yml to configure new relic. then restarting everything: docker/sdk boot deploy.dev.yml && docker/sdk up --build --assets --data when i ran the command
    p
    • 2
    • 6
  • a

    average-beach-7993

    12/15/2022, 7:38 AM
    Hello everyone,
  • a

    average-beach-7993

    12/15/2022, 7:40 AM
    I have created a form to upload image and moved that image to "public/Zed/assets/img" folder,but it is not accesible from url,what action i need to take to achieve this
    πŸ‘€ 1
  • b

    breezy-architect-55847

    12/15/2022, 8:40 AM
    @breezy-architect-55847 has left the channel
  • c

    calm-toddler-60539

    12/15/2022, 12:23 PM
    Can someone please tell me where is the product name stored in the database?
    a
    • 2
    • 2
  • c

    calm-toddler-60539

    12/15/2022, 12:53 PM
    My importer is failing, can you please tell me how can I see the details of the failure or the errors causing this?
    w
    • 2
    • 5
  • c

    calm-toddler-60539

    12/15/2022, 2:43 PM
    Hello guys,
    docker/sdk console code:sniff:architecture src/Aep -v
    The architecture code sniffer is still showing old violation errors although I have fixed them. Any hints how to fix this?
    f
    • 2
    • 2
  • c

    calm-toddler-60539

    12/15/2022, 4:03 PM
    Hello all, I am extending the DataImport with the following writer.
    Copy code
    /**
         * @inheritDoc
         */
        public function write(DataSetInterface $dataSet)
        {
            $this->setDataSetWriterPersistenceState(false);
    
            $spyProductQuery = SpyProductAbstractQuery::create()
                ->filterBySku($dataSet[static::KEY_ATTRIBUTES])
                ->findOneOrCreate();
    
            $spyProductQuery->setAttributes($dataSet[static::KEY_ATTRIBUTES]);
            $spyProductQuery->setSku($dataSet[static::KEY_SKU]);
            $spyProductQuery->save();
    
            $spyProductLocalizedAttributesQuery = SpyProductLocalizedAttributesQuery::create()
                ->filterByfkproduct($spyProductQuery->getIdProductAbstract())
                ->findOneOrCreate();
    
            $spyProductLocalizedAttributesQuery->setFkLocale(66);
            $spyProductLocalizedAttributesQuery->setFkProduct($spyProductQuery->getIdProductAbstract());
            $spyProductLocalizedAttributesQuery->setAttributes($dataSet[static::KEY_ATTRIBUTES]);
            $spyProductLocalizedAttributesQuery->setDescription('placeholder description');
            $spyProductLocalizedAttributesQuery->setName($dataSet[static::KEY_ATTRIBUTES]);
            $spyProductLocalizedAttributesQuery->save();
        }
    When I run the import, I get the following error. Can someone please advise me what I might be doing wrong? The code up to
    $spyProductQuery->save();
    is running file. Something after this is giving me the following error:
    Copy code
    Starting import with /data/data/import/local/full_EU.yml configuration file.
    Spryker\Zed\DataImport\Business\Exception\DataImportException - Exception: Unable to execute INSERT statement [INSERT INTO `spy_product_localized_attributes` (`id_product_attributes`, `fk_locale`, `fk_product`, `attributes`, `description`, `name`, `created_at`, `updated_at`) VALUES (:p0, :p1, :p2, :p3, :p4, :p5, :p6, :p7)]
    
    DataImport for "aep-import-abstract-product" at data set position "1" has an error.
    
    For debugging execute "vendor/bin/console data:import:aep-import-abstract-product -o 1 -l 1 -t"
    m
    a
    • 3
    • 8
  • g

    gentle-art-90358

    12/16/2022, 11:00 AM
    I'm looking for a way to hook up into the order lifecycle. I'm particularly interested on when the order is placed, paid, fulfilled or cancelled. It would also be good to subscribe to payments and refunds. I've been looking into the docs and the code but I don't seem to find anything. Could anyone point me to the list of events in the code or some relevant documentation? I'd greatly appreciate it. πŸ™‚
    e
    • 2
    • 7
1...747576...102Latest