diff --git a/src/app/code/Fera/Ai/view/frontend/layout/catalog_category_view.xml b/src/app/code/Fera/Ai/view/frontend/layout/catalog_category_view.xml new file mode 100644 index 0000000..efc72d1 --- /dev/null +++ b/src/app/code/Fera/Ai/view/frontend/layout/catalog_category_view.xml @@ -0,0 +1,12 @@ + + + + + + + + + diff --git a/src/app/code/Fera/Ai/view/frontend/templates/footer.phtml b/src/app/code/Fera/Ai/view/frontend/templates/footer.phtml index 16dcd69..383036a 100644 --- a/src/app/code/Fera/Ai/view/frontend/templates/footer.phtml +++ b/src/app/code/Fera/Ai/view/frontend/templates/footer.phtml @@ -17,6 +17,7 @@ window.fera.push('setCart', getCartJson(); ?>); + getChildHtml('fera_ai.footer.product.list'); ?> getChildHtml('fera_ai.footer.product.view'); ?> getChildHtml('fera_ai.footer.checkout.success'); ?> diff --git a/src/app/code/Fera/Ai/view/frontend/templates/footer/product/list.phtml b/src/app/code/Fera/Ai/view/frontend/templates/footer/product/list.phtml new file mode 100644 index 0000000..0504ac2 --- /dev/null +++ b/src/app/code/Fera/Ai/view/frontend/templates/footer/product/list.phtml @@ -0,0 +1,4 @@ + diff --git a/src/app/code/Fera/Ai/view/frontend/templates/footer/product/view.phtml b/src/app/code/Fera/Ai/view/frontend/templates/footer/product/view.phtml index d192479..5523e3d 100644 --- a/src/app/code/Fera/Ai/view/frontend/templates/footer/product/view.phtml +++ b/src/app/code/Fera/Ai/view/frontend/templates/footer/product/view.phtml @@ -1,4 +1,5 @@