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
|
- name: displayAfterWrapper
|
||||||
title: Display after wrapper
|
title: Display after wrapper
|
||||||
description: 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:
|
modules_to_hook:
|
||||||
displayMainMenu:
|
displayMainMenu:
|
||||||
- ps_mainmenu
|
- ps_mainmenu
|
||||||
|
@ -76,10 +79,6 @@ global_settings:
|
||||||
- ps_facetedsearch
|
- ps_facetedsearch
|
||||||
displaySearch:
|
displaySearch:
|
||||||
- ps_searchbar
|
- ps_searchbar
|
||||||
displayProductAdditionalInfo:
|
|
||||||
- ps_sharebuttons
|
|
||||||
displayReassurance:
|
|
||||||
- blockreassurance
|
|
||||||
displayOrderConfirmation2:
|
displayOrderConfirmation2:
|
||||||
- ps_featuredproducts
|
- ps_featuredproducts
|
||||||
displayCrossSellingShoppingCart:
|
displayCrossSellingShoppingCart:
|
||||||
|
|
Loading…
Reference in New Issue