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

    faint-teacher-33864

    05/11/2022, 4:11 PM
    Hello, How can we provide product import feature and associate it with specific category?
    w
    • 2
    • 4
  • c

    cold-photographer-75880

    05/12/2022, 8:51 AM
    Hello. How do I report Spryker module bug?
    a
    • 2
    • 1
  • r

    ripe-librarian-883

    05/12/2022, 1:13 PM
    Hi together, does somebody know a good example for spryker-middleware/process used for a component to export data from spryker database?
  • p

    polite-lunch-97479

    05/16/2022, 12:21 PM
    On MacOS, the cli container can't access a specific https address. Getting SSL handshake error. Any idea?
    w
    • 2
    • 5
  • e

    early-sundown-61488

    05/16/2022, 12:50 PM
    Hello 🙂 Has anyone already implemented a GraphQL API with Spryker and can share some experiences?
    w
    p
    • 3
    • 3
  • f

    fresh-tent-43300

    05/16/2022, 1:46 PM
    Composer help needed! My composer file includes f.e.
    "spryker/silexphp": "^0.3.10"
    . Deleting .lock and regeneration always leads to module upgrades, f.e. silex version is 0.3.11. Now I´m feeling kinda stupid 🙂 This only happens in a specific branch. Thanks for any hint
    p
    r
    • 3
    • 7
  • m

    mysterious-ambulance-11183

    05/16/2022, 3:13 PM
    Hi, i've got a maybe to detailled question, but maybe someone can help me here: Currently implementing an integration with a PSP. The Happy Path is easy and works fine, but the error/abort case is where I am wondering, what I am missing. As I understood and gathered from the integrations with Adyen/Computop/Crefopay... the order gets placed, the payment gets added to the sales order in the
    CheckoutDoSaveOrderInterface
    . The actual call to the PSP to get the redirect URL for Paypal or Klarna for example is being done in a HookPlugin
    CheckoutPostSaveInterface
    . When the customer then cancels this payment and gets redirected to the shop, I can "reset" the customer session by setting for example:
    Copy code
    $quoteTransfer
      ->setIsOrderPlacedSuccessfully(null)
      ->setOrderReference(null)
      ->setPayment(null);
    When doing that the customer is treated correctly, but in the back the order was still placed and is now in payment pending state (Visible in BO and the customers order history) Some solution could be setting a dedicated status for such orders (at failure notification or periodically), that gets filtered out for the endcustomer. I could not find anything like that in the ootb integrations, am I missing something here or is this actually "project work"? Thanks in advance!
    a
    w
    • 3
    • 6
  • a

    acceptable-sundown-99280

    05/16/2022, 8:43 PM
    I installed Spryker B2B docker version on AWS instance. Installation done successfully. When I try to access the website through server IP, it says:
    502 bad gateway Nginx
    If I try to run
    curl spryker.local
    on server, I can access the link dashboard but I can not access any urls through browser. All urls are rendering Nginx 502 bad gateway. If I try elinks to view dashboard, it throws could not find any document. Sounds like Installated successfully but still something is missing. Does docker version work for AWS or I need to setup all the services manually as mentioned here: https://docs.spryker.com/docs/scos/dev/tutorials-and-howtos/howtos/howto-install-spryker-in-aws-environment.html Can anyone please guide?
  • g

    great-byte-99546

    05/18/2022, 7:05 AM
    What would be the best approach to extend cart items with custom attributes ? The attributes are synced to Redis, but not visible during template render
  • a

    acoustic-businessperson-27970

    05/18/2022, 10:40 AM
    Hi, is it possible to upgrade one feature without upgrading anything else? Lets say I am on 202009 .. but I want to upgrade only Backoffice Core to 202108 without changing the rest to remain on 202009
    p
    a
    • 3
    • 3
  • r

    rough-finland-88303

    05/18/2022, 3:30 PM
    Hi Can anyone please help on the error resolution
  • r

    rough-finland-88303

    05/23/2022, 3:08 PM
    Has anybody came around similar error, or anyone can help to find the cause and get the resolution, Thank you
  • f

    faint-teacher-33864

    05/19/2022, 7:05 AM
    How to create CMS page based on Other form submission ? For example , Create Employee Form will add employee record but at the same time , it will create CMS page with employee name and all the details. Can anyone please guide ?
  • a

    acceptable-sundown-99280

    05/19/2022, 11:37 AM
    How to migrate categories and products from one docker based installation to other? I want to migrate data from my local docker based installation to dev docker based installation. Export command supports only order related data. is there any feature or mechanisam to handle this? or upload my local db on dev, will it work?
    a
    • 2
    • 7
  • a

    acoustic-businessperson-27970

    05/19/2022, 12:50 PM
    Hi people,
    Copy code
    Command yves-build-frontend [vendor/bin/console frontend:yves:build] (In progress...)
    This is failing with timeout .. any hints on this? 😅
    a
    a
    q
    • 4
    • 9
  • f

    faint-teacher-33864

    05/20/2022, 11:35 AM
    I am imporing data using dataimportcms-template but it is failing what should be the reason?
    p
    • 2
    • 10
  • n

    narrow-photographer-74724

    05/23/2022, 12:25 PM
    Does anyone experience or know about memory leak problems with propel 1.x when handling large amounts of complex join queries during data synchronisation? How do you address these problems? Is it useful to disable the Propel cache using disableInstancePooling() during data export?
    w
    c
    • 3
    • 3
  • c

    colossal-magician-34159

    05/23/2022, 2:50 PM
    Hi, is there a way to define job dependencies/hierarchies in jenkins.php file? "Start executing job B only after job A successfully finishes" kind of thing. I tried to chain multiple commands by && but & gets sanitised. Any idea? This chain of jobs should be also scheduled. Thanks
    e
    • 2
    • 4
  • p

    polite-lunch-97479

    05/23/2022, 5:15 PM
    This line is breaking the product edit view in Zed, if $value is falling back to null: https://github.com/spryker/product-management/blob/0.19.26/src/Spryker/Zed/Product[…]unication/Form/DataProvider/AbstractProductFormDataProvider.php mb_strlen does not accept null. Is it a known one?
    f
    • 2
    • 5
  • b

    bright-cat-24225

    05/24/2022, 11:07 AM
    Hi spryker developers & architects, we have an interesting point regarding spryker scaling and rollouts of shops in Spryker Paas environments. Let's assume we have the following setup: • Spryker PaaS environment at AWS • 15 shops (AT, DE, CZ, CH, ....) • shared database persistence • as in Spryker PaaS designed 1 redis instance • usage of Jenkins as scheduler • many custom jobs which are triggered in Jenkins nearly at them same time because of dependencies to the backend systems (like SAP, PIM, ...) • default Jenkins scale at Spryker PaaS with 2vCPU and 4GB memory Let's go in deeper: • each Jenkins job CAN CONSUME 1 vCPU caused by PHP architecture • 15 shops will trigger 15 Jenkins Jobs for processing the queue (jobs like XX__queue-worker-start) with a maximum of 1 vCPU ◦ Savepoint: 15 jenkins jobs • for concurrency it will be nice to have a second Jenkins job (worker) for another jobs which will be triggered (like imports, exports, ..., sync with external systems) ◦ Savepoint: 15 jenkins jobs In summary we can plan (minimum worst case scenario) 30 concurrent running Jenkins jobs on one virtual machine. Our thoughts are - this setup does not scale with additional shops and Jenkins jobs. There will be a problem in future with concurrency and it's not the task from development team to plan Jenkins job concurrency - system infrastructure should scale with new shops. Jenkins jobs will block each other or jobs can consume the amount a maximum of cpu power. In addition we should note the default usage of jenkins which consumes cpu power.... Whats your opinion? What are your experiences regarding this topic in Spryker Paas? How many shops running in parallel with the default setup?
    a
    p
    f
    • 4
    • 7
  • r

    rough-finland-88303

    05/24/2022, 1:48 PM
    Hi Spryker Developers & Architects, Has anyone came around this error, or can anyone help to find the cause of this error to get resolution, Thank you
    a
    • 2
    • 1
  • m

    mysterious-ambulance-11183

    05/25/2022, 9:41 AM
    Short question regarding glossary: How do you handle if the someone edits a glossary in the backoffice? This would be overwritten, if we import a new glossary.csv, which might be contain new key introduced by new features. Do you export it regularly out of the DB?
    g
    a
    • 3
    • 3
  • m

    millions-rose-78300

    05/25/2022, 2:24 PM
    Hi guys! I'm currently working on API integration, which uses the Agent Assist Spryker feature (https://docs.spryker.com/docs/scos/user/features/202108.0/agent-assist-feature-overview.html). Now, I'm not able to add items to the shopping cart through the API in my project. Then I took a look at the feature in yves in my project with the same result: not able to add items to the cart with the error "The action is forbidden." I thought it might be a bug in our Spryker project implementation, but after looking at the official Spryker B2B demo (https://www.de.b2b.demo-spryker.com/), I have the same results. Maybe someone has experience with this feature or can confirm if this is a bug in Spryker core? Any help will be much appreciated. Thanks in advance, guys 😉.
    g
    m
    • 3
    • 12
  • g

    great-byte-99546

    05/26/2022, 8:40 AM
    How do properly extend this Configurator? https://github.com/spryker-middleware/process/blob/1.3.0/src/SprykerMiddleware/Zed[…]cation/Plugin/StreamConfigurator/XmlInputStreamConfigurator.php Even though I add it on project namespace, middleware version is still used.
  • g

    great-byte-99546

    05/26/2022, 8:41 AM
    Seems like in this line: https://github.com/spryker-middleware/process/blob/1.3.0/src/SprykerMiddleware/Zed[…]cation/Plugin/StreamConfigurator/AbstractStreamConfigurator.php it chooses which configurator to use, but not entirely sure, how abstract method resolves to concrete method 🤔
    k
    • 2
    • 3
  • j

    jolly-lunch-72228

    05/31/2022, 12:21 PM
    anyone got the error /home/spryker/bin/cli.sh: line 7: popd: /data: Permission denied
  • j

    jolly-lunch-72228

    05/31/2022, 12:21 PM
    after docker/sdk up
  • m

    most-rain-24014

    05/31/2022, 1:11 PM
    Hello everyone 👋🏻, I just found a potential bug related to the
    SalesDataHelper
    class, which leads to the
    SalesFacade
    instance located in locator calls having a
    \Spryker\Zed\Sales\Business\SalesBusinessFactory
    set even when a Pyz override is defined for that factory (
    \Pyz\Zed\Sales\Business\SalesBusinessFactory
    class). Since that seems to be an inadvertent side effect of the
    SalesDataHelper::createOrder()
    method, I wanted to ask where I can file a bug report with Spryker in order for this to be fixed. Thanks in advance 🙂
    m
    • 2
    • 1
  • r

    rhythmic-garage-33293

    05/31/2022, 3:09 PM
    @rhythmic-garage-33293 has left the channel
  • d

    damp-area-26048

    06/01/2022, 2:42 PM
    Hi, wondering if anyone has seen this error when trying to access products for the first time via the Yves frontend on the B2C demo shop , seems to be in relation to sorting maybe ? any ideas ?
    • 1
    • 1
1...575859...102Latest