Jump to content

Edit History

Minsky_ae

Minsky_ae

Hi,

I'm trying to get a grip of the Customer Reassurance module. I saw there was a few topic talking about different kind of bugs but I don't reckon any is related to what I'm trying to achieve here.

I'm using the three footer hooks, I have newsletter and social links in displayFooterBefore ; categories, links and my account module in displayFooter; language selector in displayFooterAfter. I also did an override of footer.tpl in my child-theme with some text to be displayed next to displayFooterAfter. Everything's fine.

If I add Customer Reassurance in displayFooterBefore hook, it doesn't show up. If I add it to displayReassurance hook then edit footer.tpl to add the hook:

<div class="container">
  <div class="row">
    {block name='hook_display_reassurance'}
      {hook h='displayReassurance'}
    {/block}
  </div>
  <div class="row">
    {block name='hook_footer_before'}
      {hook h='displayFooterBefore'}
    {/block}
  </div>
</div>

Then it shows up (it's using the displayBlockProduct.tpl), but only on Product and Cart pages, not on Home or Category pages.

 

For Home, I can add Customer Reassurance module to displayHome hook (it's using the blockreassurance.tpl) and it shows up, but how may I have it displayed on Category page? Or any other solution (maybe overriding the blockreassurance.php file?) to have it always displayed as a first part of the footer?

Thanks in advance for any help!

 

EDIT: I reckon a good solution will be to add it to the layout-both-columns.tpl but if I add the hook block as I did in footer.tpl, nothing shows up :(

Minsky_ae

Minsky_ae

Hi,

I'm trying to get a grip of the Customer Reassurance module. I saw there was a few topic talking about different kind of bugs but I don't reckon any is related to what I'm trying to achieve here.

I'm using the three footer hooks, I have newsletter and social links in displayFooterBefore ; categories, links and my account module in displayFooter; language selector in displayFooterAfter. I also did an override of footer.tpl in my child-theme with some text to be displayed next to displayFooterAfter. Everything's fine.

If I add Customer Reassurance in displayFooterBefore hook, it doesn't show up. If I add it to displayReassurance hook then edit footer.tpl to add the hook:

<div class="container">
  <div class="row">
    {block name='hook_display_reassurance'}
      {hook h='displayReassurance'}
    {/block}
  </div>
  <div class="row">
    {block name='hook_footer_before'}
      {hook h='displayFooterBefore'}
    {/block}
  </div>
</div>

Then it shows up (it's using the displayBlockProduct.tpl), but only on Product and Cart pages, not on Home or Category pages.

 

For Home, I can add Customer Reassurance module to displayHome hook (it's using the blockreassurance.tpl) and it shows up, but how may I have it displayed on Category page? Or any other solution (maybe overriding the blockreassurance.php file?) to have it always displayed as a first part of the footer?

Thanks in advance for any help!

×
×
  • Create New...