phanhongphucit
phanhongphucit
Hi, For the normal id key (int(11)) we can use the following command: ``` class AddIdToProducts < ActiveRecord::Migration def change add_column :products, :id, :primary_key end end ``` How can we...
Hi, In the latest platform code, there is no class Shopware\Storefront\Page\Product\ProductPageCriteriaEvent anymore, so the event is not fired. What is the replaced class? Best regards, Phúc
Could you please add an available user when starting the project?