forked from brooksbingham/theme-elegance
refactor: add custom hook to add actions on product page
parent
2fb9d7238d
commit
0a732ef6e4
|
@ -56,6 +56,9 @@ global_settings:
|
|||
- name: displayAfterWrapper
|
||||
title: Display after wrapper
|
||||
description: Display after wrapper
|
||||
- name: displayCustomProductActions
|
||||
title: Display Actions below Add to Cart
|
||||
description: Display actions below product's add to cart button
|
||||
modules_to_hook:
|
||||
displayMainMenu:
|
||||
- ps_mainmenu
|
||||
|
@ -76,10 +79,6 @@ global_settings:
|
|||
- ps_facetedsearch
|
||||
displaySearch:
|
||||
- ps_searchbar
|
||||
displayProductAdditionalInfo:
|
||||
- ps_sharebuttons
|
||||
displayReassurance:
|
||||
- blockreassurance
|
||||
displayOrderConfirmation2:
|
||||
- ps_featuredproducts
|
||||
displayCrossSellingShoppingCart:
|
||||
|
|
Loading…
Reference in New Issue