-
Where do Jenkins job logs go?
I don't know if I'm missing something again, but seems I cannot find logs created during Jenkins job runs anywhere in Cloudwatch. In the Jenkins UI I can of course see the console output and stuff per run, but doing like $this→getLogger()→error("stuff") in job code doesn't send anything to Cloudwatch.
-
Creates agent's access token issue
I'm trying to generate a token for an agent user but it gives an exception Undefined array key "customer_reference" during mapping customerIdentifier to RestUserTransfer /agent-access-tokens $customerIdentifier = $this->utilEncodingService->decodeJson( $oauthAccessTokenDataTransfer->getOauthUserId(), true, ); // this is…
-
I have used command docker/sdk console cache:empty-all to clean up the Sample Spryker B2B shop Data
Hello All, I have used command docker/sdk console cache:empty-all to clean up the Sample Spryker B2B shop Data. The data is cleared from the storefront. However, still it is present in the Spryker Backoffice. How can I get rid of it ?
-
FYI: symfony/filesystem version 6.4.7 breaks some console commands
For example propel:install fails with ErrorException - Exception: fileperms(): stat failed for /data/src/Orm/Propel/Schema//spy_acl.schema.xml This is because of using the STFU operator @ to silence fileperms() in vendor/symfony/filesystem/Filesystem.php:689 and from what I understand, Spryker's error handler doesn't like…
-
How to retrieve the checkout summary "/checkout/summary" via glue
I'm trying to find a way how to get the cart summary overview "/checkout/summary" via glue. Art their any endpoints?
-
How to use the default address when post checkout data via glue
Hey spryker, Your example "Request sample: submit checkout data with a split shipment and addresses passed as IDs". Does not work. The Response ist always: { "errors": [ { "code": "901", "status": 422, "detail": "shipments.0.items => This field is missing." }, { "code": "901", "status": 422, "detail":…
-
Facing issue while creating a "Custom component" in Spryker B2B demo shop
Hi All, I am creating a custom component in B2B-Demo-Shop and have followed the document linked below to complete the task. However, I am facing some issues. Please review the attached screenshot and help me resolve this issue. Document Link: Creating Components Screenshot: Below is the content of my twig file for your…
-
A voucher code used by multiple user but each customer uses the code once.
Is it possible to have one discount code used by multiple customers say 10, but each customer uses the code once? I have checked the Spryker documentation as well as Backoffice discount. I did not find any relevant setting for that. We are using b2b marketplace.
-
Backend Gateway not working on Local Environment
Hello Team, We are calling backed gateway but unable to complete my request. Getting below error. "Spryker \ Shared \ ZedRequest \ Client \ Exception \ RequestException (500)Failed to complete request with server authority http://backend-gateway.de.spryker.default.local. Configured with (SSL Disabled)…
-
Override Form Using Plugin
Hello Team, I want to add new field in this from class "/vendor/spryker/product-attribute-gui/src/Spryker/Zed/ProductAttributeGui/Communication/Form/AttributeForm.php" using plugin concept. Tell me the steps how can we achive this?
-
How can I quickly move CMS and catalog data from Spryker development to production?
Hi Team, I have completed my development in Spryker and need to export my CMS and catalog data to my newly set-up production server. Does anyone have suggestions or know of a fast solution for moving data from the development environment to production? Thanks.
-
Can i show my custom module in frontend without modifying the RouterDependencyProvider.php file?
Hi Team, I have create a custom module inside src/Pyz/Yves and using that i am showing the homepage. Inside the src/Pyz/Yves/Router/RouterDependencyProvider.php, I have replaced new HomePageRouteProviderPlugin() with my custom module plugin i.e new CustomRouteProviderPlugin() and right now homepage is loading from my…
-
Improve commercequest's code editor?
Posting here because I don't see a way to post it in "COMMUNITY IDEAS AND FEEDBACK" I kind of get annoyed with the 'code editor' in this forum, it's clunky and doesn't even offer syntax highlighting. Ideally we'd have something like the markdown code blocks, where I can just add three tildes (```) to start a code block,…
-
Sudden random fail whales and gateway exceptions when running app in debug mode
Since 1 day ago, my entire team has been experiencing random fail whales and gateway issues when running app in debug mode. I am not aware of any specific update in the code that could cause this. The only common thing is that we are all on docker and mac os. This happens usually when there is an interaction between yves…
-
How can we fetch the product information from sku id on frontend?
Hi Team, i want to show product information like product name, price , image etc on frontend based on their sku id , Is their any exampe code that you can share?
-
Elasticsearch / Opensearch images and their plugins
Hi, I was messing with Elasticsearch analyzers, as one does, and noticed that analysis-icu plugin was not available in the official Spryker images (ES or OS). IMHO it would be a good idea to update the images' plugins to match approximately what the cloud supports: Unless there's a way to add plugins through deploy.*.yml,…
-
Spryker custom discount to consume earned loyalty points
Hello Team, I am working on a loyalty project where each customer earn the loyalty points after each successful order completion. Now I have to create the custom discount module which have the functionality to get the points from customer on cart or checkout process and reduce the cart price by customer points entered by…
-
How to develop packages ?
Hi, my team and me are developing vendor package for spryker. We are exepriencing issues with develompent environment setup. We have package in repository on github. If i download package and i want do develop it, I can not test my implementations because i don't have whole spryker project (just that package). If I develop…
-
Fluent commerce for Spryker
what are the challenges in Spryker inventory and how fluent commerce can be of helpful in overcoming those?
-
Discount module spryker on saving gives error "forbidden"
we customized the discount module and storing the condition in a column . everything working fine on local when we save form with condition (rule column) but on server while saving the form with condition gives "forbidden error". Just didn't get it why , I already spend considerable time on this. please help if someone…
-
Backen API - invalid or missing data format.
Hi, when try to use any endpoint with id with method PUT or PATH then I get response: [ { "code": "1301", "status": 400, "message": "Invalid or missing data format. Please ensure that the data is provided in the correct format. Example request body: {'data':[{...},{...},..]}" }] Example endpoint:…
-
How to setup session in glue storefront api?
Hey guys! We are trying to use glue storefront api with customer session access but we are struggling with \Spryker\Glue\GlueStorefrontApiApplication\Application\GlueStorefrontApiApplication::setUpSession It looks like there is some workaround implemented to use…
-
When you add new feature to BackOffice, do you follow any guidelines or practice UI wise?
Hello community, Happy Monday, I have a simple question for you and would love to hear your insights. Q. When you add new features to the BackOffice: Do you follow any guidelines or practices, especially UI-wise? Looking forward to hearing your experiences! Thank you! 🚀
-
Testing frontend code
Hi all, I was fixing a typescript bug on our project yesterday and it occurred to me: this would be much easier if I could create a failing test before making my typescript changes. My typescript is rusty, so I need all the help I can get :-) We do have coverage via playwright tests but I see the benefit of having…
-
Using Evaluator tool in CI
Hi, community! Could you please share your experience of adding Evaluator tool in your CI pipelines? Thanks!
-
Is the Touch module still in use?
I'm upgrading Spryker version to 202311 and I have this legacy code on Pyz/Zed/Touch/TouchConfig public function isTouchEnabled(): bool { return false; } The core has the same but returning true. How does this affect the publish + sync if this functionallity gets deactivated? I could see that the spy_touch table stops…
-
cookie timeout calculation for Yves
Does spryker provides any module to check for cookie expiration time and notify user for invalid cookie? Use case: Guest user access home page Secure domain Cookie is created in browser with TTL Cookie expires after specified time limit
-
Codeception - Unable to find element
Hello i'm trying to resolve this error on codecept, any inputs appreciated. Getting this issue on B2C Marketplace. 1: CmsGuiCreatePageCest: Test i can create cms page with translated placeholders Test ../CmsGui/Presentation/CmsGuiCreatePageCest.php:testICanCreateCmsPageWithTranslatedPlaceholders…
-
How to ignore requests to backend-api and backend-gateway?
We are getting a daily Newrelic alarm about requests to backend-api and backend-gateway, how "no route was found…". Newrelic sees them as APM errors. Do you have any suggestions how to filter these out? The requests seem like bots trying to find a weakness, some requests are asking for the WordPress login page from these…
-
OOTB translations of demo shop
Hi, are there maybe out of the box translations for yves for demo shop? We have task to introduce multiple languages like french, dutch, spanish, italian to project.