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

    some-stone-92221

    08/25/2022, 11:20 AM
    Hi Everyone, I have created a new store and copied the store configuration from the DE store and added locale in it as it is done for the AT store but i am unable to see it on the yves after EN and DE. Anyone has idea for this what is missing for this to work ? Please check the attachment for the configuration.
    f
    • 2
    • 2
  • h

    hundreds-flower-81270

    08/25/2022, 2:41 PM
    Hi, I have a problem with the new (product) label. The label is synced to redis, but not to the payload in elastic, hence it does not appear in Yves. I have been trying to find the place in the code where to find it, but everything I checked does not seem relevant... and I am not sure if product-labelrelationsupdate does trigger the sync correctly. Can someone maybe give me a hint what to check?
    f
    • 2
    • 4
  • f

    fresh-breakfast-34782

    08/26/2022, 8:25 AM
    If anyone was able to solve this problem? https://sprykercommunity.slack.com/archives/CKJRJM5FG/p1656422981567989 I have the same issue but with different payment providers. I wonder if downgrading to lower version would help?
    a
    • 2
    • 7
  • g

    green-engine-89301

    08/26/2022, 1:19 PM
    We are facing this issue when run console propel:install command. After creating Schema for extend customer table..
    w
    f
    • 3
    • 4
  • f

    fresh-tent-43300

    08/26/2022, 2:50 PM
    Hi Everyone! I have a question regarding
    check-oms-conditions
    and
    check-oms-timeouts
    on a multistore setup. I have 8 shops but only for default store there are the check-jobs in Jenkins. The jobs are taking all orders that are waiting in OMS no matter from which Shop. With that I am facing an issue with your emails because the related store is not the one the order comes from. Is the behavior configurable? Thanks and a happy weekend!
    a
    • 2
    • 4
  • g

    green-engine-89301

    08/28/2022, 6:29 AM
    We are getting this popup message after we are adding an additional column in database (I mean extend the customer table). Can anyone help me to fix this issue.
    a
    • 2
    • 3
  • g

    green-engine-89301

    08/28/2022, 6:44 AM
    [zed-backoffice] [backoffice_us] - [2022-08-28T064242.779903+00:00] defaultLogger.ERROR: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'spy_customer.description' in 'field list' [] [] How we can fix this issue.
  • f

    faint-teacher-33864

    08/28/2022, 9:59 AM
    Store Locator With Google Pin or Search Interface I had created store locator in spryer by using below approach. 1. Created store locator JSON data and added in CMS page backend so merchant can change it 2. Created separate twig template 3. Added Custom Javascript to load store with Google Map Pin Is there any other solution or is it correct?
  • f

    faint-teacher-33864

    08/29/2022, 8:29 AM
    Store Locator With Google Pin or Search Interface I had created store locator in spryer by using below approach. 1. Created store locator JSON data and added in CMS page backend so merchant can change it 2. Created separate twig template 3. Added Custom Javascript to load store with Google Map Pin Is there any other solution or is it correct? Posted in #help
  • o

    orange-analyst-340

    08/29/2022, 12:05 PM
    Hi everyone! I'm trying to implement multiple payment options. I now have AfterPay and Klarna. When i'm in checkout process on payment step i have <ul> element with list items in it. (Picture 1). When i select on let's say afterPay and press button to go to "Summary" step. Both of Sub Forms get validated even though i haven't selected one al all. Did anyone encounter problem like this ? How can i disable validation of certain subform if it has not been selected.
    e
    • 2
    • 4
  • s

    some-stone-92221

    08/29/2022, 12:39 PM
    Hi everyone, If i have a store already on production and i need to add a new store with a new locale (for e.g. spain and locale spanish). What is the right way to add a new store on production ? And also i want to remove the english language from the store.
  • b

    bulky-helicopter-87316

    08/29/2022, 2:03 PM
    Hello, I want to implement redirection based on the requested locale in the request header. Is there an easy way to do this with the server config directly or do I need to write an
    EventSubscriber
    to create a redirect response with spryker?
  • s

    salmon-application-19578

    08/29/2022, 3:14 PM
    Hi everyone!
  • s

    salmon-application-19578

    08/29/2022, 3:22 PM
    Hi everyone, We are looking at some option to send product information to a third-party system once it's imported in Spryker. Our customer will perform regular imports of products and when these are imported, we'll send that info to our 3rd party. We would like Spryker to be that master of products as they will add images, etc in the catalog. Based on the documentation, we are adding an custom event when products are created or updated. Our questions are: 1. Will these be triggered when performing imports? 2. Is it a good practice to do this way? Is there a way to send the information in bulk to the 3rd party system? Thanks
  • m

    mysterious-ambulance-11183

    08/30/2022, 5:24 AM
    Hey guys, I have a question regarding dataimport: I would like to ignore some data on dataimport (here: Ignore already present keys at glossary import, so only new ones are imported). I can check for isNew() in GlossaryWriterStep, and act accordingly on that. If I just ignore the dataset it still counts as a "imported" and is shown in the report. If I throw an exception, it gets not counted as imported, but the batch fails and the overall report is failed. Is there anything to achive the desired outcome, without rewriting everything? I could not find anything in the code... Like:
    Copy code
    Rows to import: 3456
    Rows imported: 2
    Status: Success
  • c

    clever-student-2834

    08/30/2022, 9:46 AM
    Hello Everyone, I am trying to access custom development config from file src/config/Shared/config_default-development.php but not able to access it through Config::get(). I have tried after bootstraping with deploy.dev.yml and cleared cache as well but nothing works.
    p
    a
    • 3
    • 20
  • g

    green-engine-89301

    08/31/2022, 6:14 AM
    How we can create Hash Map field in database table using extend method ?
  • g

    green-engine-89301

    08/31/2022, 7:45 AM
    We are trying to extended the
    prepareData
    method as explained here? https://docs.spryker.com/docs/scos/dev/back-end-development/zed-ui-tables/creating-and-configuring-zed-tables.html#creating-a-new-table But we are not able to find any communication/folder under PriceProduct module. We had already created two columns in this (spy_price_product) table now we are trying to show our columns value in backend side. So, could you please let me know ? we need to create the folder and files ? for rendering the table data.
  • h

    handsome-lighter-20713

    08/31/2022, 8:36 AM
    Good Morning together, I just got a new Macbook (ARM-based) and tried to setup my current project. So far all containers started, i can see the frontend etc. (used this documentation here: https://docs.spryker.com/docs/scos/dev/technical-enhancement-integration-guides/switch-to-arm-architecture-m1-chip.html#update-rabbi[…]kins-services) The problem is, that the console scheduler:setup command (which ofc is executed on startup aswell) doesn’t add scheduler jobs to the scheduler (jenkins) Sadly, i couldn’t find a post where anyone is facing the same issue and my colleagues didn’t have this problem aswell. Any Ideas?
    a
    p
    • 3
    • 9
  • s

    some-stone-92221

    08/31/2022, 8:56 AM
    Hello Everyone, I am preparing some test cases for the zed module and i am getting this error while running. Can someone help me on this ?
    a
    • 2
    • 1
  • w

    witty-action-2849

    08/31/2022, 10:50 AM
    Hi Everyone, I added new "local" ( language toggle ) on DE store, also updated necessary product data adding new localized attributes and entries. The translation for new locale works fine on single product page but for new locale I don't have an option to add to the cart as the button is disabled. Once I change the language to US or DE this button back to active state and can add to the cart. Any suggestions why the button add to cart is only active on other locales not for the new one I added?
  • a

    ambitious-alligator-61938

    08/31/2022, 12:21 PM
    Hi, can anyone tell me where I can see code coverage reports? For example I'm running tests for
    Calculation
    module with conception command:
    vendor/bin/codecept run -c tests/PyzTest/Zed/Calculation --coverage-html
    . All tests pass but I cannot see the generated html file in the
    _output
    folder. Does anyone know where this file is generated or if it even is?
    • 1
    • 1
  • b

    bright-airport-9052

    09/01/2022, 10:11 AM
    Hello Team, If we want to create attribute against category, then which is best approach? For products, we have option in admin section to create new attribute, but not for category. If we add new column in spy_category_attribute table then will it work? Please let us know. Thanks
    w
    • 2
    • 2
  • a

    acceptable-sundown-99280

    09/01/2022, 11:26 AM
    Hi, I was observing Jenkins job and I noticed some of the builds for Queueworkerstart command failed many times with following message:
    Copy code
    curl: (52) Empty reply from server
    Build step 'Execute shell' marked build as failure
    Finished: FAILURE
    I noticed it's happening when new data is imported and those data sent to rabbitmq to save it storage. Is there any way to see detailed error message or debug this? I can see entries in event queue under unacked column for 8-9mins.
    m
    • 2
    • 8
  • b

    boundless-controller-44328

    09/01/2022, 1:12 PM
    Hey guys, has anyone so far adjusted the editor of the CMS section inside ZED? We've tried everything to override the entry and file, but nothing has proven successful so far. It still takes the files from vendor.
    m
    • 2
    • 14
  • g

    gorgeous-doctor-10272

    09/01/2022, 5:01 PM
    Hi everyone! Is there a way to authenticate another application when integrating with the Glue API? I've been looking at the docs (this page specifically) and I can only see 3 types of users you can be authenticated as (customer, company user, agent assist). I'm trying to do some operations that don't require a specific user but would require higher permissions. Other platforms have something like service accounts and I was wondering if there's something similar in Spryker that would accomplish this.
    w
    • 2
    • 2
  • g

    green-engine-89301

    09/02/2022, 7:04 AM
    Anyone help me on extend the Inventory. Actually, I need to add custom fields in Inventory. Please let me know how we can add custom fields.
    w
    • 2
    • 21
  • s

    some-stone-92221

    09/02/2022, 7:08 AM
    Hi Everyone, I am creating a test for the console command that uses the module to insert some data to the database. But when the test runs it doesn't clear the database tables but when the same functionality is tested inside the tester which is in the console file it clears the data after the test. Is there any way to clear it after the test case is over ?
  • f

    few-tomato-6859

    09/02/2022, 7:32 AM
    Is there an easy way to execute random php code in a loaded Spryker environment? As a newbie I often find myself wanting to test out some part of my code (often concerning getting other modules' facade or client and testing them out) but I don't want to bother getting the prerequisites right (a certain order of XY items or something. How do you do it? Or is there an easy way of bootstrapping Spryker in any scripts I might have laying around in webroot?
    w
    • 2
    • 2
  • n

    nice-advantage-28398

    09/02/2022, 10:03 AM
    How we can overwrite a Spryker Zed module form?
1...646566...102Latest