-
Hello o/,
I am currently updating the dependencies in our project.
Within this task I also updated t
Hello o/, I am currently updating the dependencies in our project. Within this task I also updated this composer package spryker/gui 3.40.0 => 3.40.1 (https://github.com/spryker/gui/compare/3.40.0...3.40.1) it does not look like a big deal. but the backoffice was not so happy (see screenshot) after digging into the code i…
-
Good Morning,
is there a reason to not return an *EntityTransfer from a facade?
Good Morning, is there a reason to not return an *EntityTransfer from a facade?
-
Hello!
I am currently trying to set a basic authentication for the staging environment, which allow
Hello! I am currently trying to set a basic authentication for the staging environment, which allows external connections from the payment provider. However, with the setup below it still blocks the incoming payment provider response. Am I missing here something? Best Martin x-frontend-auth: &frontend-auth auth: engine:…
-
Good Morning. We currently have a problem with the forms on our Support Portal and needed to deactiv
Good Morning. We currently have a problem with the forms on our Support Portal and needed to deactivate them. Our Admin is on it, but for the time being we would ask you to use either <mailto:support@spryker.com|support@spryker.com> to get in touch, or (better) log in to the Support and Partner Portal and create your case…
-
Does Spryker offer a feature to add an item to an existing order?
Does Spryker offer a feature to add an item to an existing order?
-
Hi All,
I am triying to add Payone as a payment Provider, i have used this guide:
Hi All, I am triying to add Payone as a payment Provider, i have used this guide: https://documentation.spryker.com/v4/docs/payone-v1-1, I am only using Paypal and CreditCard. After implementing the guide i now get this JS error, when i am logged in as a customer: As far as i can tell the error comes from this file:…
-
Just found an issue in class src/Spryker/Zed/ProductCartConnector/Business/InactiveItemsFilter/Inact
Just found an issue in class src/Spryker/Zed/ProductCartConnector/Business/InactiveItemsFilter/InactiveItemsFilter.php of package spryker/product-cart-connector. If it's checking a quote transfer having no items, it will produce a db query that doesn't filter by product skus. As a result, this might lead to expensive…
-
Hi All,
I am trying to add an attachment file in mail i have set a MailAttachmectTransfer in MailTra
Hi All, I am trying to add an attachment file in mail i have set a MailAttachmectTransfer in MailTransfer with all require details like attachmentUrl and all but its not adding the attachments into my emails any solution on this ?
-
Hi All,
I would like to hide certain payment types under certain conditions. Where can I start here?
Hi All, I would like to hide certain payment types under certain conditions. Where can I start here? Is there somewhere a possibility to filter the collection of payment types?
-
Hi All,
facing an issue in database connection any thoughts on this?
Hi All, facing an issue in database connection any thoughts on this?
-
It seems like there was a rather “silent” product release 2021.08, according to this page, fully foc
It seems like there was a rather “silent” product release 2021.08, according to this page, fully focusing on marketplace: https://docs.spryker.com/docs/marketplace/user/intro-to-the-spryker-marketplace/release-notes/release-notes-2021080.html . Are there plans to also cover release notes for b2c and b2b suites?
-
Hi All,
I am trying to achieve a new tab navigation below Contents like Blog Navigation And i have
Hi All, I am trying to achieve a new tab navigation below Contents like Blog Navigation And i have added my new tab in navigation.xml but its not reflecting in ZED backend. This is the code path where i have added the code config/Zed/navigation.xml. If anyone does where to add ....? or i am missing anything ..???
-
Hello guys, we have one problem, we made the charge of products of the client in spryker with the cs
Hello guys, we have one problem, we made the charge of products of the client in spryker with the csv files, we can see it in zed but we consume the Glue API endpoint of catalog-search but this is not showing those abstract-products, we reviewed the value of searchable in the catalog and is active, so my first question is…
-
Good morning everyone,
since the Corona numbers are currently low, @UL65CH0MC and I have thought a
Good morning everyone, since the Corona numbers are currently low, @UL65CH0MC and I have thought about organizing a local spryker meetup in... wait for it... real! Would anyone from the Stuttgart area be interested in general (of course only outside)?
-
I just found out that documentation links get 404 (Example
I just found out that documentation links get 404 (Example https://academy.spryker.com/developing_with_spryker/module_guide/user_rights_management.html)
-
Hi, I am trying to create a dummy order in YVES, when I click the button "Submit your order" in the
Hi, I am trying to create a dummy order in YVES, when I click the button "Submit your order" in the last step of the checkout process the app crash and send me this error "ERR_TOO_MANY_REDIRECTS", anyone can help me? what can I check for this?
-
Hello,
I am currently updating our dependencies.
for instance `spryker/application` to version `3.2
Hello, I am currently updating our dependencies. for instance spryker/application to version 3.28.0 the changelog is saying Deprecated ZedBootstrap class. now i am struggling how/where to use BackendApiBootstrap and BackendGatewayBootstrap the example suite project is still using the ZedBootstrap. it would be awesome if…
-
Hi All,
Any help on this issue my application cannot find tables that exist its working fine when i
Hi All, Any help on this issue my application cannot find tables that exist its working fine when i am using this query in Data Import process but not working when i am trying to execute it from Zed/Business for updating data !
-
Good Morning! We currently have a service problem on our Support Portal (Partner Portal works, as fa
Good Morning! We currently have a service problem on our Support Portal (Partner Portal works, as far as we can see). Please use our email address <mailto:support@spryker.com|support@spryker.com>, instead until the problem is resolved.
-
Hi everyone, with Product-api module I can read abstract product, but, how can I read concrete produ
Hi everyone, with Product-api module I can read abstract product, but, how can I read concrete products? I can't find the method o module to do this
-
Hi folks, is it possible to use debugger on vendor/spryker/modules code? I am using a XDebug with Ph
Hi folks, is it possible to use debugger on vendor/spryker/modules code? I am using a XDebug with PhpStorm ide.
-
Has anyone been able to update php version from 7.2 to 7.3 in b2b-demo-app and run the app successfu
Has anyone been able to update php version from 7.2 to 7.3 in b2b-demo-app and run the app successfully?
-
Hi all,
The readme of is pointing to a module documentat
Hi all, The readme of https://github.com/spryker/product-search is pointing to a module documentation that does not exist, can anyone please post a working link to the documentation thanks
-
Hi everyone, is there any way to make an http request to external API from ZED??
Hi everyone, is there any way to make an http request to external API from ZED??
-
Hi all,
I am looking at creating custom search filters ... I ended up in this class `vendor/spryker
Hi all, I am looking at creating custom search filters ... I ended up in this class vendor/spryker/search/src/Spryker/Client/Search/Plugin/Config/SearchConfig.php where it says: @deprecated Use `\Spryker\Client\SearchElasticsearch\Config\SearchConfig` instead. The only problem is that I dont seem to find the class…
-
Hey guys, is there an ETA for B2C/B2B 202107 ?
Hey guys, is there an ETA for B2C/B2B 202107 ?
-
Good morning, everyone,
I try to find out the concept behind the Bridge-classes, e.g. `ProductValidi
Good morning, everyone, I try to find out the concept behind the Bridge-classes, e.g. ProductValidityToProductFacadeBridgeInterface. I remember something like "Don't use Bridge-classes on project level.". I've heard or read it somewhere. Now I want to understand what the purpose of those classes is and why they shouldn't…
-
Please be advised that we have received notice from AWS about ongoing service disruption for instanc
Please be advised that we have received notice from AWS about ongoing service disruption for instances situated in the EU-central-1 availability zone. You can keep up to date on the situation here: https://status.aws.amazon.com/
-
Hello all, my project is set up with wsl2,docker on windows. I am having difficulties to setup xdebu
Hello all, my project is set up with wsl2,docker on windows. I am having difficulties to setup xdebug in phpstorm. can someone help wih this?
-
Hi everyone,
Currently in the b2b-demo-app, is there a way to get price as a filter option? I see we
Hi everyone, Currently in the b2b-demo-app, is there a way to get price as a filter option? I see we get labels, brands and other attributes which are set as super attribute on category filter. However I was wondering how would we get a price range filter through catalog-search glue api. Any pointers would be highly…