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

    wide-fireman-53101

    02/20/2020, 9:10 AM
    Hi, I have a question about B2B Punchout integration (https://www.punchoutcatalogs.com/spryker-b2b-punchout/). When I use the punchout cloud simulator, it only works the second time. The first time I access my webshop via the simulator, I am logged in but in regular mode and therefore don’t see the punchout UI elements. When I access my shop a second time via the simulator, I am logged in and in OCI mode with the punchout elements visible. Has anyone else encountered this problem? Does anyone have a solution?
    c
    • 2
    • 2
  • f

    fast-gpu-10437

    02/20/2020, 4:36 PM
    Hi, I'm trying to setup a new spryker instance on my local machine (using docker). When I'm trying to create the transfer object entities, I'm getting the following error:
    Copy code
    Command generate-transfers [vendor/bin/console transfer:generate] (In progress...)
    Store: xxxx | Environment: docker
    Exception - Exception: Value mismatch for "SpyAvailabilityAbstractEntity.quantity" tranfer property. Value1: "integer"; Value2: "decimal". To fix this, search for 'property name="quantity"' in the code base and fix the wrong one. 
    in /data/vendor/spryker/transfer/src/Spryker/Zed/Transfer/Business/Model/Generator/TransferDefinitionMerger.php (141)
    I've already tried to edit the transfer definition xml files in vendor/spryker/* but with no luck. Any ideas? Thanks a lot!
    i
    • 2
    • 3
  • s

    silly-motherboard-93855

    02/24/2020, 10:18 AM
    I have a question about potential limit of the spryker transfer objects. Let's say we sometimes have products with sizeOptions and sometimes with colorOptions (and sometimes with other options) depending on what is a super attribute in the product. How to approach defining this in the transfer object if it pretty much relies on what was configured in the admin/database and not the code?
    s
    s
    • 3
    • 6
  • m

    mysterious-king-59256

    02/24/2020, 10:40 AM
    Hello, Do you have or do you know how to configure PhpStorm in a way, that it will have same code style settings as Spryker’s code sniffer. Now autoformat and other nice tools in PhpStorm are breaking Spryker’s code
    👍 1
    🤔 1
  • s

    sparse-fall-78248

    02/24/2020, 11:00 AM
    the docker sync container uses 100% CPU on my machine without any files changing at all. has someone else experienced this behaviour before?
    a
    s
    • 3
    • 8
  • m

    many-continent-24692

    02/24/2020, 4:09 PM
    👋 Is there documentation for the non-OMS state machine?
    a
    • 2
    • 2
  • s

    sparse-fall-78248

    02/25/2020, 12:29 PM
    Hi! We're currently writing a composer dependency to be used in multiple spryker shops. Is there a way we can use Spryks inside this decoupled dependency to make our lives a little easer? Thanks 🙂
    q
    • 2
    • 14
  • a

    acoustic-motherboard-16553

    02/25/2020, 2:32 PM
    Hi, is there something available for version 5.0? https://documentation.spryker.com/v2/docs/mg-payment
    a
    • 2
    • 6
  • c

    chilly-rainbow-75540

    02/26/2020, 2:01 PM
    👋 Guys do you know where is code responsible for
    logoutAction
    for Customer? Nothing in place where
    CustomerPageRouteProviderPlugin
    say for this route (I cannot see
    logoutAction
    in
    AuthController
    )
    c
    a
    • 3
    • 3
  • j

    jolly-night-88032

    02/27/2020, 4:02 PM
    Hey.. is there a plan to make shipments-rest-api compatible with the ne shipments group? It seems that my shipment is always set to null because the ShipmentGroupTransfer is empty. We use a price plugin so every time
    findShipmentGroupShippingPrice
    in
    MethodPriceReader
    is called the call will fail due to the missing GroupTransfer. Or it is not passed through here: https://github.com/spryker/spryker-core/blob/master/Bundles/Shipment/src/Spryker/Zed/Shipment/Business/ShipmentMethod/MethodReader.php#L100
    a
    f
    • 3
    • 3
  • r

    rhythmic-microphone-10950

    02/28/2020, 1:05 PM
    Is it possible to define sub resources in GLUE? Like /health-check/index/session ? Naming the resourceType like the route does not ssem to work
    i
    p
    • 3
    • 3
  • a

    acoustic-motherboard-16553

    02/28/2020, 2:55 PM
    Hi, for what purpose is the yves_system user and should this user have a default locale?
    m
    • 2
    • 3
  • c

    clean-glass-99425

    03/02/2020, 9:59 AM
    We import CMS Pages by creating a
    CmsPageTransfer
    object, adding data and in the end calling
    Copy code
    $this->getCmsGuiFacade()->activatePage($idCmsPage);
    
    $this->getCmsGuiFacade()->publishWithVersion($idCmsPage);
    Spryker gives no errors and all seems fine. Still the contents are not published to Yves. It seems the Publish Events are missing from the queue. If we press the publish button in the backend everything is fine. Any suggestions?
    l
    r
    +4
    • 7
    • 20
  • a

    aloof-electrician-43662

    03/02/2020, 11:34 AM
    how to override search engine in spryker ( results from othes api ) ?
    a
    l
    • 3
    • 5
  • s

    silly-motherboard-93855

    03/02/2020, 2:57 PM
    Is there a config way in spryker to make the queues lazy (persist them on disk)?
    a
    r
    • 3
    • 4
  • s

    sparse-kangaroo-34355

    03/02/2020, 4:52 PM
    Hi, I am trying to receive the assigned Categories for a ProductList.
    Copy code
    $productListTransfer->getProductListCategoryRelation()->getCategoryIds()
    This returns an empty ArrayObject. ProductList was created in Zed and works as intended in Yves 🤔
    a
    • 2
    • 3
  • b

    best-keyboard-11166

    03/04/2020, 7:58 AM
    Good morning, I just ran a composer update on a clean b2c demoshop. The newly released spryker/acl 3.4.0 seems to introduce some issues. vendor/bin/install fails on generate-transfer-databuilders due to missing type in acl.databuilder.xml. after reverting composer.lock everything runs fine again
    s
    a
    m
    • 4
    • 9
  • s

    silly-motherboard-93855

    03/04/2020, 5:39 PM
    is there some special routing rules added somewhere in Zed in latest
    suite
    ? I have a controller at
    \Spryker\Zed\VsBridge\Communication\Controller\AuthController::adminAction
    which worked before the update but now fails with
    Copy code
    Symfony\Component\HttpKernel\Exception\NotFoundHttpException: No route found for "POST /vs-bridge/auth/admin" in file /data/shop/development/current/vendor/symfony/http-kernel/EventListener/RouterListener.php on line 136
    
    Caused by
    Symfony\Component\Routing\Exception\ResourceNotFoundException: None of the routers in the chain matched this request
    (...)
    n file /data/shop/development/current/vendor/symfony-cmf/routing/src/ChainRouter.php on line 210
    Stack trace:
      1. Symfony\Component\HttpKernel\Exception\NotFoundHttpException->() /data/shop/development/current/vendor/symfony/http-kernel/EventListener/RouterListener.php:136
      2. Symfony\Component\Routing\Exception\ResourceNotFoundException->() /data/shop/development/current/vendor/symfony-cmf/routing/src/ChainRouter.php:210
      3. Symfony\Cmf\Component\Routing\ChainRouter->doMatch() /data/shop/development/current/vendor/symfony-cmf/routing/src/ChainRouter.php:158
      4. Symfony\Cmf\Component\Routing\ChainRouter->matchRequest() /data/shop/development/current/vendor/symfony/http-kernel/EventListener/RouterListener.php:112
      5. Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest() /data/shop/development/current/vendor/symfony/event-dispatcher/EventDispatcher.php:264
      6. Symfony\Component\EventDispatcher\EventDispatcher->doDispatch() /data/shop/development/current/vendor/symfony/event-dispatcher/EventDispatcher.php:239
      7. Symfony\Component\EventDispatcher\EventDispatcher->callListeners() /data/shop/development/current/vendor/symfony/event-dispatcher/EventDispatcher.php:73
      8. Symfony\Component\EventDispatcher\EventDispatcher->dispatch() /data/shop/development/current/vendor/symfony/http-kernel/HttpKernel.php:122
      9. Symfony\Component\HttpKernel\HttpKernel->handleRaw() /data/shop/development/current/vendor/symfony/http-kernel/HttpKernel.php:68
     10. Symfony\Component\HttpKernel\HttpKernel->handle() /data/shop/development/current/vendor/spryker/application/src/Spryker/Shared/Application/Application.php:122
     11. Spryker\Shared\Application\Application->handle() /data/shop/development/current/vendor/spryker/application/src/Spryker/Shared/Application/Application.php:103
     12. Spryker\Shared\Application\Application->run() /data/shop/development/current/public/Zed/index.php:22
    nothing helpful at https://documentation.spryker.com/docs/zed-controllers-actions, though
    n
    • 2
    • 8
  • f

    full-rocket-52349

    03/05/2020, 2:01 PM
    Hi, is it possible to call up the values of the "valueFacets" dynamically depending on the products displayed? A concrete example: I choose a facet "color: red" and get back from /catalog-search/ the abstract products that have this attribute. Unfortunately, the "valueFacets" are still filled with all values, but we are looking for a way to display only the "valueFacets" that have the already filtered red products and not all of them.
  • s

    square-translator-78692

    03/06/2020, 3:00 PM
    Hello Guys, I got this error while building Spryker, any help will be appreciated:
    m
    • 2
    • 1
  • a

    acceptable-actor-70435

    03/06/2020, 3:03 PM
    npm update and run again the commmand? 🙂
    s
    • 2
    • 2
  • c

    chilly-rainbow-75540

    03/06/2020, 3:12 PM
    Hi @here, is there a command to bulk rebuild all product URL’s?
  • m

    many-continent-24692

    03/06/2020, 3:12 PM
    👋 where is the best place to put some logic which should get executed after successful checkout (after order has been saved) ?
    q
    m
    • 3
    • 14
  • a

    acoustic-motherboard-16553

    03/09/2020, 11:01 AM
    Hi, I have some short question I hope. In the old ShopApplicationServiceProvider was the function addGlobalTemplateVariables. So now I have to write a twig plugin for the global template vars or is there something I am missing / overlooking?
    a
    • 2
    • 2
  • g

    glamorous-salesmen-23019

    03/10/2020, 8:37 AM
    Hi 👋 where is the best place to calculate the total shipping costs in the cart? Should I extend the plugin stack in
    Copy code
    /src/Spryker/Zed/Calculation/Communication/Plugin/Calculator
    or rather
    Copy code
    /src/Spryker/Zed/Shipment/Communication/Plugin/Calculation
    Both modules come with
    CalculatorInterface:recalculate()
    ¯\_(ツ)_/¯
    p
    m
    • 3
    • 7
  • s

    sparse-kangaroo-34355

    03/10/2020, 4:33 PM
    Hi, is there a possibility to access arrays/ TransferObjects in a Form? I had a look at
    vendor/spryker-shop/customer-page/src/SprykerShop/Yves/CustomerPage/Form/AddressForm.php
    . Every single field is passed separatly (from the relevant FormDataProvider). As an example: How would it be possible to print all entries of an
    CategoryCollectionTransfer
    into a form?
  • c

    crooked-house-89121

    03/11/2020, 7:15 AM
    Hello, I’m trying to implement a semantic search for the Spryker demo shop. I found this https://documentation.spryker.com/docs/full-text-search article, but I’m not quite sure where or how to use the given information. Has anyone implemented something similar and can give me some advice how to get started?
    q
    • 2
    • 6
  • j

    jolly-night-88032

    03/11/2020, 8:58 AM
    Hey.. I face an issue where the
    categories
    variable in twig is empty. It seems that the root category isn’t stored with the key format
    category_node:$store:$locale
    in redis, instead it is stored as
    category_node:$store:$locale:$id
    . So when
    getCategories
    is called in
    CategoryTreeStorageReader.php
    it will return an empty ArrayObject. Any idea why the root category is not stored without the id at the end.
    i
    • 2
    • 2
  • a

    acoustic-motherboard-16553

    03/11/2020, 9:36 AM
    Hello, I have a question about stock, availability and product reservation. Is it correct that the stock will never be decreased after purchase? I have the problem that when I enter the checkout with one product, the availability will be decreased and the reservation rised on reserved states. On leaving the reserved states the reservation count will be decreased and the availability will be rised. So when the order process is done, the stock keeps untouched, is it correct?
    f
    • 2
    • 2
  • p

    purple-forest-91115

    03/11/2020, 11:06 AM
    This message was deleted.
    a
    b
    • 3
    • 2
1...131415...102Latest