AbanteCart Community

Shopping Cart Operations => Tips and Tricks => Topic started by: jules on April 05, 2014, 06:07:01 PM

Title: SOLVED: How to change "Call to Order" phone icon?
Post by: jules 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.)
Title: Re: How to change "Call to Order" phone icon?
Post by: llegrand 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/ (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
Title: Re: How to change "Call to Order" phone icon?
Post by: jules on April 07, 2014, 11:46:11 AM
Thanks so much!!