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

    clever-knife-80146

    06/02/2022, 7:18 AM
    Hi guys, On spryker is there a module to clean jobs after a certain time frame?
  • c

    clean-painter-47981

    06/02/2022, 10:20 AM
    Hi, is there a problem with super attributes? I can't add them to a concrete product. Wenn i search for the attribute-key, they don't show me the super attributes. That didn't work also at the demoshop: https://backoffice.de.b2c.demo-spryker.com or did i something wrong ?
    a
    d
    • 3
    • 7
  • f

    flaky-afternoon-98068

    06/02/2022, 1:44 PM
    Hello. Is there any documentation on how to use spryks with new version 0.4.0?
    👀 1
  • c

    crooked-balloon-89089

    06/03/2022, 9:43 AM
    Hello everyone. While working on deps update (by this guide https://docs.spryker.com/docs/scos/dev/updating-a-spryker-based-project.html ) I stumbled upon an issue of front-end not being updated, i.e. updated backend with composer obviously doesn't trigger updates to package.json and npm packages. What are the recomendations to keep those in sync with newest features updates? Any help would be appreciated.
  • c

    crooked-agency-54027

    06/06/2022, 8:59 AM
    Hello everyone, Have a requirement to separate products on concrete level between stores (To have different concretes available for different store (of the same abstract)) Maybe someone have an experience with similar functionality?
  • b

    better-controller-5205

    06/08/2022, 7:22 AM
    Hi there, i have problem with store creation. I have copied the default import file (full_EU.yml), and removed everything i don’t need, but keep hopefully everything that is necessary. After that I also changed the docker.yml to use this file for importing data. I also return the DE als Default Store in default_store.php. I set the environment variables SPRYKER_DEFAULT_STORE and SPRYKER_ACTIVE_STORE in my deploy.yml to the DE Then I cleaned everything and start my local docker setup. But for some reasons the Store DE will not be created, and because of that all imports fail. Can you give me a hint, where exactly the store creation is triggered, so that I can debug it. Thank you.
    p
    a
    • 3
    • 4
  • f

    faint-teacher-33864

    06/08/2022, 8:24 AM
    How to add Edit Functionality in Spryker Zed Table ? Is it work default or do we need to add custom code?
    w
    • 2
    • 9
  • g

    great-byte-99546

    06/08/2022, 9:05 AM
    Hey, is there documentation on how sorting works in spryker? And how to hook into that functionality
    a
    w
    • 3
    • 6
  • a

    acoustic-businessperson-27970

    06/08/2022, 12:59 PM
    Hi, is it possible to access DB from service layer?
    w
    • 2
    • 4
  • a

    able-train-56624

    06/08/2022, 3:09 PM
    Hi Spryker Community! I am trying to resolve a bug, but I am unable to find which function is storing the data in persistence/redis storage (Having an issue with the order the category breadcrumbs are displayed in). In this example, it should list Alcoholic Beverages > Wine > Red Wine, but I get Alcoholic Beverages > Red Wine > Wine I understand it is being stored into Redis via queuing, but I can’t get my debugger to break when the actual field data is being generated. Everywhere else the category order is respected (navigation menu, category listings, filters…), It is only in the product page breadcrumbs that it appears in this wrong order. If I manually change the order in the Redis chache, I get the right result. ¿How can I find where is this particular data being generated and intervene? Redis key kvproduct abstract categoryen_GB123
    Copy code
    {
      "id_product_abstract": 123,
      "categories": [
        {
          "category_id": 2,
          "category_node_id": 2,
          "name": "Alcoholic Beverages",
          "url": "/en/alcoholic-beverages"
        },
        {
          "category_id": 7,
          "category_node_id": 7,
          "name": "Red Wine",
          "url": "/en/alcoholic-beverages/wine/red-wine"
        },
        {
          "category_id": 128,
          "category_node_id": 128,
          "name": "Wine",
          "url": "/en/alcoholic-beverages/wine"
        }
      ],
      "_timestamp": 1654700534.758081
    }
    m
    a
    g
    • 4
    • 7
  • g

    great-byte-99546

    06/09/2022, 8:32 AM
    Is there docs for all default SQL tables of Spryker - what is their function, how they relate to other tables?
    p
    • 2
    • 2
  • c

    cool-truck-47629

    06/09/2022, 9:45 AM
    Hi guys 👋 Anyone here implemented Akeneo PIM with automatic import/export in their project that would we willing for a short exchange?
    f
    • 2
    • 1
  • m

    mysterious-ambulance-11183

    06/09/2022, 12:37 PM
    Hey guys, I have a question regarding migrations. We have the problem, that our custom propel migrations are not populated on PaaS. We have removed https://github.com/spryker-shop/b2b-demo-shop/blob/8c21e264eb4318b6605465762c2ea00413ba8890/config/install/EU/production.yml#L17, but still no Migrations found:
    Copy code
    2022-06-09T10:22:13.829+02:00	Command propel-diff [vendor/bin/console propel:diff -vvv --no-ansi]
    
    2022-06-09T10:22:13.829+02:00	---------------------------------------------
    2022-06-09T10:22:13.829+02:00	[33mStore[39m: [32mDE[39m | [33mEnvironment[39m: [32mdocker.stage[39m
    
    2022-06-09T10:22:13.829+02:00	[32mGenerate diff for Propel2[39m
    
    2022-06-09T10:22:15.903+02:00	312 tables found in all databases.
    
    2022-06-09T10:22:15.903+02:00	Comparing models...
    
    2022-06-09T10:22:15.903+02:00	Same XML and database structures for all datasource - no diff to generate
    
    2022-06-09T10:22:15.903+02:00	// Command propel-diff finished in 3.94s, exit code 0
    
    2022-06-09T10:22:15.903+02:00	
    
    2022-06-09T10:22:15.903+02:00	Command show_migrations [ls -al ./src/Orm/Propel/Migration_*/*.php 2>/dev/null || true]
    
    2022-06-09T10:22:15.903+02:00	--------------------------------------------------------------------------------
    
    2022-06-09T10:22:15.903+02:00	
    
    2022-06-09T10:22:15.903+02:00	
    
    2022-06-09T10:22:15.903+02:00	// Command show_migrations finished in 0s, exit code 0
    
    2022-06-09T10:22:15.903+02:00	
    
    2022-06-09T10:22:15.903+02:00	Command propel-migrate [vendor/bin/console propel:migrate -vvv --no-ansi]
    
    2022-06-09T10:22:15.903+02:00	---------------------------------------------
    2022-06-09T10:22:15.903+02:00	[33mStore[39m: [32mDE[39m | [33mEnvironment[39m: [32mdocker.stage[39m
    
    2022-06-09T10:22:15.903+02:00	[32mMigrate database[39m
    
    2022-06-09T10:22:15.903+02:00	All migrations were already executed - nothing to migrate.
    
    2022-06-09T10:22:15.903+02:00	// Command propel-migrate finished in 0.17s, exit code 0
    Our migrations are placed here:
    src/Orm/Propel/Migration_mysql/PropelMigration_1652710087.php
    Do I miss anything here?
    a
    • 2
    • 2
  • g

    green-engine-89301

    06/10/2022, 9:15 AM
    I am able to access school's data. But there It shows all school's data and we need selected school's data. Could you guys guide me how i can access this?
  • g

    green-engine-89301

    06/10/2022, 9:19 AM
    When I am trying to access, it's showing this error.
    w
    • 2
    • 2
  • a

    agreeable-forest-25716

    06/10/2022, 9:19 AM
    Hi All, I have one question and its about Glue. In the latest version of Glue-Application most of the functionality classes has been marked as @deprecated, strangely the completely Rest folder and there are no info what is going to replace these classes. Does anyone has any information or same concerns?
    w
    • 2
    • 3
  • k

    kind-xylophone-4529

    06/10/2022, 5:52 PM
    Hi, does anyone know how to get the console tracked in new relic aswell? For me only yves and zed are tracked
    w
    • 2
    • 2
  • g

    great-byte-99546

    06/13/2022, 9:32 AM
    When building propel query, is it possible to get final SQL as string?
    n
    w
    • 3
    • 2
  • g

    green-engine-89301

    06/13/2022, 12:20 PM
    Hi all, Could you guys guide me "How I can update the Form data in Backend(ZED)?"
    w
    • 2
    • 6
  • r

    rough-finland-88303

    06/13/2022, 1:17 PM
    Hi Spryker Team, Has anyone come across such error or can any help/hint to get resolution on this type of error fixes. Thank you
    a
    • 2
    • 1
  • g

    great-byte-99546

    06/13/2022, 1:19 PM
    \Spryker\Zed\ProductCategoryStorage\Business\Builder\CategoryTreeBuilder::formatCategoryNodeAggregations is sorting categories incorrectly. Anyone had problems with this ?
    w
    a
    • 3
    • 9
  • a

    acoustic-businessperson-27970

    06/13/2022, 1:48 PM
    Hi all, I am wondering if we can mock
    Spryker\Shared\Log\LoggerTrait::getLogger()
    is there a Spryker-Preferred-Way to do it?
    w
    a
    • 3
    • 2
  • r

    refined-artist-89010

    06/13/2022, 8:41 PM
    @refined-artist-89010 has left the channel
  • f

    few-tomato-6859

    06/14/2022, 7:08 AM
    After having problems with the autoloader (which are not fixed yet. it couldn't find classes from vendor which were 100% there) now my setup can't find some sort of Redis configuration. Where do I find the redis config? Is there any way to have it reload? I've already tried things like
    docker/sdk trouble && docker/sdk prune && docker/sdk up
    Could also be related to the former autoloader problem - I've tried
    composer install
    on my host machine as well as via the cli container, also
    composer dump-autoload
    and
    console cache:class-resolver:build
    p
    • 2
    • 5
  • g

    green-engine-89301

    06/14/2022, 12:50 PM
    Hello guys, Please take a look of this code. I want to update the data, But it's giving me this error. Could you help me in it?
    p
    p
    • 3
    • 18
  • d

    damp-area-26048

    06/14/2022, 3:12 PM
    Hey, has anyone seen this issue, during the first docker/sdk up ?
    a
    • 2
    • 2
  • b

    best-sundown-96727

    06/15/2022, 2:19 PM
    Hi, is it possible to use an attribute which is marked as super attribute also as a normal product attribute (in one product it might define variations, while in another it might only be a normal attribute)? The Zed UI filters out super attributes when trying to add new attributes to an abstract product. Is it only in the UI or is it not possible in general?
  • o

    orange-analyst-340

    06/15/2022, 2:37 PM
    Hi, i'm having issue with tests on Travis. I placed HTTP:URI_SIGNER_KEY in config.default.php file but it didn't help.
    $config[HttpConstants::URI_SIGNER_SECRET_KEY] = getenv('SPRYKER_ZED_REQUEST_TOKEN') ?: null;
    Has anyone encountered error like this ? Any help would be appreciated. Thanks.
    w
    • 2
    • 3
  • c

    colossal-magician-34159

    06/17/2022, 7:04 AM
    Hi, is there a way to create read-only role in zed? Lets say I want to let user list company-business-unit, but not edit nor delete. I would assume defining company-business-unit-gui/ * / * - deny company-business-unit-gui / list-company-business-unit / * - allow should do the trick. However, default navigationItems provided to filterNavigationItemCollectionByAccessibility are only add-company-business-unit and edit-company-business-unit. So as soon you deny access to both of these active operations, you loose access to the menu item. Typing company-business-unit-gui/list-company-business-unit into url works though.
    g
    • 2
    • 3
  • g

    great-byte-99546

    06/21/2022, 7:47 AM
    Is it possible to disable email verification? https://docs.spryker.com/docs/cloud/dev/spryker-cloud-commerce-os/verifying-email-addresses.html
    a
    • 2
    • 3
1...585960...102Latest