Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: SOLVED: How to change "Call to Order" phone icon?  (Read 5548 times)

Offline jules

  • Newbie
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
SOLVED: How to change "Call to Order" phone icon?
« on: April 05, 2014, 06:07:01 PM »
Hi! Does anyone know where I find that phone icon? I want to replace it..  (When "Block Product From Ordering" is turned on.)
« Last Edit: April 07, 2014, 12:07:20 PM by jules »

Offline llegrand

  • Hero Member
  • *****
  • Posts: 1798
  • Karma: +520/-7
    • View Profile
Re: How to change "Call to Order" phone icon?
« Reply #1 on: April 06, 2014, 11:38:38 AM »
The phone is actually a font icon fron this set  http://fortawesome.github.io/Font-Awesome/icons/
These are already installed in the cart files,  but you can see the icons here if you wish to use a different one.

The line you need to change is in :
/storefront/view/default_html5/template/pages/product/product.tpl

On my editor is it line 185
<li><a href="#" class="call_to_order"><i class="icon-phone-sign"></i>&nbsp;&nbsp;<?php echo $text_call_to_order; ?></a></li>

It is the icon-phone-sign that you will change

Lee

Offline jules

  • Newbie
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: How to change "Call to Order" phone icon?
« Reply #2 on: April 07, 2014, 11:46:11 AM »
Thanks so much!!

 

Powered by SMFPacks Social Login Mod