Jump to content

[Resolved] Showing Phone Number


LaughingHorse

Recommended Posts

Hi!

I would like to know how I can show my store phone number in two places:

  1. On the Contact Us form
  2. On the product page right below the "Add to cart" button (see attached)

I did experiment by adding the phone number and address to the Copyright page, but it did not stand out too well, and i want to make it really easy for customers to find the phone number.

Thanks in advance for your advice!

Allen

product page - where to add phone number.png

Link to comment
Share on other sites

In the Foundation template content.product.php, near lines 152-155:

Find:
         </div>
      </div>
      <hr>
      <dl class="tabs" data-tab data-options="scroll_to_content:false">

Add whatever you want just above that. Example:

<h3>Questions? Call 123-456-7890</h3>
<p>We are here 4 hours a day, 4 days a week,
    40 weeks a year, just for you!
</p>

 

Link to comment
Share on other sites

Bsmither, Thank you!

I tried that location, but didn't like the look so I placed it a bit above. Around line 138

 <p class="buy_button"><strong>{$LANG.catalogue.out_of_stock}</strong></p>
            {/if}
            {/if}
         </div>
               <!-- added call us -->

Now it is right next to the product picture, just below the buy button.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...