I am new to spryker, I have added a new field in spy_merchant table, I want to show that field in PLP page, I tried to do it, the value is displayed but if I update the values it is not get reflected, Can anyone help to update the value
Asked
Active
Viewed 42 times
1 Answers
1
How did you update it ? Spryker has an asynchronous architecture and updates have to be published to storage and search tiers. Did you implement a ZED page or updated from db directly ? PLP is coming from elastic search as search tier, and you need to trigger an event by publish changes to update it.

Gürkan Sevinc
- 419
- 2
- 5
-
implemented a zed page and updated it – Dalbin Shimy Oct 19 '22 at 10:29