Expose products setting for type 2 UPC lookup

also expose Configure button for most master view pages
This commit is contained in:
Lance Edgar 2021-12-23 15:18:30 -06:00
parent 33af2e6fa1
commit 819ae22b0e
4 changed files with 40 additions and 7 deletions

View file

@ -1919,6 +1919,11 @@ class ProductView(MasterView):
{'section': 'rattail',
'option': 'product.key_title'},
# handling
{'section': 'rattail',
'option': 'products.convert_type2_for_gpc_lookup',
'type': bool},
# display
{'section': 'tailbone',
'option': 'products.show_pod_image',