You have requested a non-existent parameter "coreshop.model.product_store_price.class". Did you mean one of these: "coreshop.model.cart_price_rule.class", "coreshop.model.order_invoice.class", "coreshop.model.customer_group.class", "coreshop.model.customer.class", "coreshop.model.product_unit_definition_price.class", "coreshop.model.product_price_rule.class", "coreshop.model.product_specific_price_rule.class", "coreshop.model.product_unit.class", "coreshop.model.product_unit_translation.class", "coreshop.model.product_unit_definitions.class", "coreshop.model.product_unit_definition.class", "coreshop.model.product.class", "coreshop.model.product_quantity_price_rule.class", "coreshop.model.product_store_values.class", "coreshop.factory.product_store_values.class"?"
Hi. CoreShop Bundle enabled. Any idea what ca be wrong ?
that has been fixed already in a latter version
could you point me to the PR or change Dominik? The only one I found is coreshop/CoreShop#738 but we are on 2.1.6 so this should not be our issue here. Might just backport the fix as long as we can't update here
Hey @dpfaffenbauer ,
I need to remove the gender field within the customer registration process. I first thought it would be enough to remove the gender field within the FormBuilder process with own formtype extension. However, this doesn't seem to be enough. I have found now this source, that seems to always add the gender constraint validation. Is there a way to remove this validation? I came across this YAML file: https://github.com/coreshop/CoreShop/blob/2.2.9/src/CoreShop/Bundle/CustomerBundle/Resources/config/validation/Customer.yml
Thanks in advance
composer create-project pimcore/skeleton demo_temp
composer config "minimum-stability" "dev"
composer config "prefer-stable" "true"
composer req coreshop/core-shop:^3.0
php bin/console pimcore:bundle:enable CoreShopCoreBundle
php bin/console coreshop:install
php bin/console coreshop:install:demo