Search for solutions or post your questions. Let our community experts move you forward.
Hi everyone, I’m looking to implement a category-based search feature, similar to what Amazon offers, instead of the standard global search. I’ve been exploring the Spryker framework and have tried debugging the search flow, but I’m having trouble identifying where exactly this functionality should be implemented. Could…
I want to extend the category_node_storage by a "stock" column that should be written to the key-value of redis. category:store:locale:stock:fk_category_node It works as intended, but the propel:schema:validator throws this message: Since vendor spy_category_node_storage.xml has fk_category_node as key_suffix_column. Whats…