-
Hi guys, I have a fresh b2b installation. But unfortunately I get the following error at checkout (a
Hi guys, I have a fresh b2b installation. But unfortunately I get the following error at checkout (at shipping address).
-
Hi everyone! I try to use the "quick add" in B2B cartpage. It creates a new itemTransfer which is se
Hi everyone! I try to use the "quick add" in B2B cartpage. It creates a new itemTransfer which is set up with SKU from searchsuggestion. With that, of course it does not have all information like concrete/abstract ID, etc. I was trying to use SpyProductQuery on that but it throws propel connection error. How can i initiate…
-
Did anyone manage to complete bonus task from architecture walkthrough?
Did anyone manage to complete bonus task from architecture walkthrough? https://academy.spryker.com/learn/course/89/play/495/architecture-walkthrough I think in instruction there is something missing- what code should be in HelloSpryker Facade. I get error "Call to undefined method…
-
I have extended class AddressForm for validation but it is not getting used. Still using the vendor
I have extended class AddressForm for validation but it is not getting used. Still using the vendor class, I have run cmd docker/sdk build But not helpful can anyone help me how can extend this class and used.
-
ok
ok
-
Hey, I'm not able to send any PATCH request using POSTMAN. I'm trying to follow the versioning doc a
Hey, I'm not able to send any PATCH request using POSTMAN. I'm trying to follow the versioning doc and trying to send PATCH request to the /customer-restore-password endpoint and getting the error "Resource id is not specified", I took my data from Zed and here is my data { "data": { "type": "customer-restore-password",…
-
Hello, after a placement order the stock quantity is not reduced. Is there any logic when the quanti
Hello, after a placement order the stock quantity is not reduced. Is there any logic when the quantity is reducing? Is there any OMS step, that doing exactly this...? I am not meaning the "reserve" state
-
Hello,
I want to extend the customer profile/account fields. Can anyone guide me to add new zed to
Hello, I want to extend the customer profile/account fields. Can anyone guide me to add new zed to extend functionality ?
-
Error on Redis integration
Hi Herd… Trying to integrate Redis and getting this error: Propel\Runtime\Exception\RuntimeException - Exception: No connection defined for database "zed". Did you forget to define a connection or is it wrong written? in /data/vendor/propel/propel/src/Propel/Runtime/ServiceContainer/StandardServiceContainer.php (303) Got…
-
I am able to access
1.
2. MariaDB table usin
I am able to access 1. http://backoffice.de.spryker.local/security-gui/login 2. MariaDB table using MySQL Workbench. However, below url can't access. I have added all URLs to host file. http://spryker.local/ What could be problem with storefront access ? (DE is default I believe)
-
Hi,
I seem to have problem with a extended Facade and the resolving of the facades by the service lo
Hi, I seem to have problem with a extended Facade and the resolving of the facades by the service locator. I have create a custom ShipmentFacade + Interface which I try to add to a custom module as a dependency: $container->set(static::FACADE_SHIPMENT, function (Container $container) {…
-
Hello,
when ssl mode is enabled for spryker has there to be additional config for tests running from
Hello, when ssl mode is enabled for spryker has there to be additional config for tests running from docker/sdk? I get a 301 moved permanently response for every frontend tests. The only difference i see for the moment is the enabled ssl which might match the error warning. Any ideas? Best regards
-
Hello
I am adding one js file from zed in twig template using this I am unable to access this file w
Hello I am adding one js file from zed in twig template using this I am unable to access this file while i am adding previous added js file i am able to access it. Any help would be appriciated
-
Hey, Can anyone help me on how i can remove the Core Spryker Module with composer. I dont want the S
Hey, Can anyone help me on how i can remove the Core Spryker Module with composer. I dont want the Sale Module Feature. Any help would be highly appreciated.
-
Moved: Demo data and testing fixture data fails: invalid datetime format?
This discussion has been moved.
-
Hi all,
I have a short question:
When using export feature for exporting order data, it exports the
Hi all, I have a short question: When using export feature for exporting order data, it exports the data out of the box onto a local directory. If I want to export the data to s3 I need to create a new DataExportConnectionPlugin that implements DataExportConnectionPluginInterface, and that is applicable to a new connection…
-
anyone else maybe had the problem, that states in the oms statemachine history log are duplicated an
anyone else maybe had the problem, that states in the oms statemachine history log are duplicated and so for example also mails are sent twice?
-
Hello! I have a quick question regarding the OMS: How to enable new versions in acceptance/productio
Hello! I have a quick question regarding the OMS: How to enable new versions in acceptance/production? I added a new version, and in order to use it, updated the config/Shared/common/config_oms-development.php (which obviously works in my dev environment): $config[OmsConstants::ACTIVE_PROCESSES] = array_merge([…
-
Hello,
I am looking for an example how can we utilise middleware Writer stage to use default categor
Hello, I am looking for an example how can we utilise middleware Writer stage to use default category importer to import data. I have already created reader and translator for that. Not sure how can I utilise writer to use default data importer to import category data.
-
Hi all,
While running the below command for the backend APIs (PHP Version: *7.4.20*):
```composer re
Hi all, While running the below command for the backend APIs (PHP Version: 7.4.20): composer require spryker/api:"^0.4.0" --update-with-dependencies I am facing this issue/error: PHP Fatal error: Uncaught Error: Class 'Symfony\Component\Finder\Glob' not found in…
-
Hey, has anyone built a system with a SPA frontend rather than YVES? I’m trying to see how YVES can
Hey, has anyone built a system with a SPA frontend rather than YVES? I’m trying to see how YVES can be removed and replaced in the docker files for an SPA frontend ?
-
Hello,
currently having some trouble creating/updating categories in via import. It seems that in th
Hello, currently having some trouble creating/updating categories in via import. It seems that in the CategoryRepository the getCategoryNodeUrlPathParts() method has a problem with $nodeQuery->find()->toArray() … while $nodeQuery->find() returns a result (4 in this case), the toArray runs into memory exception after a…
-
Hi all, does somebody have experience with videos as additional product assets? So I mean adding and
Hi all, does somebody have experience with videos as additional product assets? So I mean adding and assigning a video to a product in the backoffice, and displaying it in Yves on the product details page. Thanx for ideas, hints, links, code 🙂 ...
-
Hello, I am trying to deactivate a concrete product by calling the `productFacade->deactivateProd
Hello, I am trying to deactivate a concrete product by calling the productFacade->deactivateProductConcrete function in a console command. However, the corresponding unpublish events are not triggered, so the product is still visible in Yves. Manually deactivating the product in the zed gui triggers the same function call,…
-
Hello. Did some one faced with the error?
```Command dependencies-install [vendor/bin/console fronte
Hello. Did some one faced with the error? Command dependencies-install [vendor/bin/console frontend:project:install-dependencies] (In progress...)Store: DE | Environment: dockerError - Exception: Class "\Orm\Zed\AclStorage\Persistence\Map\PyzAclStorageTableMap" not found in…
-
Hi, I am trying to run this command console code:sniff:architecture -m '/data/src/Pyz/Zed/Config' .
Hi, I am trying to run this command console code:sniff:architecture -m '/data/src/Pyz/Zed/Config' . I have made my module in src/Pyz/Zed and module name is Config. I am trying to tun the code sniffer command but I am getting No paths found for checking. Any help would be highly appreciated.
-
Team need a suggestion
I created a custom console command like this vendor/bin/console calculateNu
Team need a suggestion I created a custom console command like this vendor/bin/console calculateNumbers:additionAction -f -3 -s -3 here I am trying to add to negative numbers and landing in issue that command cannot be executed can you help me here
-
Hello! Is anyone using browser language detection with Spryker to set the default Yves display langu
Hello! Is anyone using browser language detection with Spryker to set the default Yves display language? Could you hint where to look at if this is already available in Spryker?
-
Hello Guys , Is there any list of commands to create new module or extend current modules ?
Hello Guys , Is there any list of commands to create new module or extend current modules ?
-
How to sync data to redis for test? Using `\SprykerTest\Shared\Product\Helper\ProductDataHelper::hav
How to sync data to redis for test? Using \SprykerTest\Shared\Product\Helper\ProductDataHelper::haveProductAbstract in test to get and insert the product in DB