Kfir Ozer Posted March 3, 2018 Share Posted March 3, 2018 Hello! I just cloned prestashop from github, staying at the develop branch. I noticed that after installation I can view product details in admin panel properly. once I disable stock management I get the following exception when trying to view the product again in admin panel: Neither the property "qty_0_shortcut" nor one of the methods "qty_0_shortcut()", "getqty_0_shortcut()"/"isqty_0_shortcut()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView". Twig_Error_Runtime in src/PrestaShopBundle/Resources/views/Admin/Product/ProductPage/product.html.twig (line 72) 'formManufacturer': form.step1.id_manufacturer, 'formRelatedProducts': form.step1.related_products, 'is_combination_active': is_combination_active, 'has_combinations': has_combinations, 'formReference': form.step6.reference, 'formQuantityShortcut': form.step1.qty_0_shortcut, 'formPriceShortcut': form.step1.price_shortcut, 'formPriceShortcutTTC': form.step1.price_ttc_shortcut, 'formCategories': form.step1, }) [spam-filter] ----- this problem does not occur on in the 1.7.3.x branch, only in develop. thanks 1 Link to comment Share on other sites More sharing options...
Juraj Posted September 7, 2018 Share Posted September 7, 2018 anything new to this? same happened in our store. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now