Show Posts


Messages - Geoffrey

Pages: 1 ... 9 10 [11]
151
Customization help / Re: How to change topcart icons
« on: June 14, 2017, 12:30:22 PM »
Thanks, I see how it works now. 

For future non-techie readers: fa stands for Font Awesome and fw is a class spec that stands for fixed width. 

Font Awesome is a repository of fonts and icons.  I'm not sure if it loads with AC, or it's just out there and accessed by AC. 

If you find the tpl file source for any given AC page or element, you can edit the fa icons specified for that page or element by choosing different icon names from the Font Awesome Icon Library.   google  fontawesome.io

You can also control the size of the displayed icon by changing the fw class specification to 2x or 3x etc.  google  fontawesome.io

I think that fa icons are responsive in that they will grow as the size of their container grows.  I think.  The purpose of the fw class is to lock the size of the icon regardless of how its container size may change. 
If I'm not mistaken, the AC top-cart element is fixed width, so the fw class on those two icons is not essential, thus permitting use of a size class, such as 2x, instead of fw. 
IMO - these icons look better at 2x, and I also prefer the "fa-dollar" over the "fa-money" icon as a checkout symbol, but that's just personal preference. 
Easy to change these 2 icons: cart_top.tpl.

A final bit of trivia: the global search continues for the 'perfect' checkout icon.  There is a 2-year history of user requests to Font Awesome that they create a "cash register" icon, but so far that request has not been met. 

152
Customization help / order_summary.tpl
« on: June 14, 2017, 12:29:58 PM »
This is line 3:
<h2 class="heading2"><span><?php echo $heading_title; ?></span></h2>

It doesn't do anything.  I don't have a title in the Order Summary block displayed on my page.  I would like to have a title "Order Summary".  What do i need to do?

Also same page: my site is free shipping, so I don't need Sub-Total displayed.

I see only one call for a Total title and Total text, but I also see line 27: <?php foreach ($totals as $total) { ?>
which I think is what opens the door to displaying both a Subtotal and Total. 

Is there a way to change this so that only the Total is called?

153
Customization help / How to change topcart icons
« on: June 13, 2017, 04:28:05 PM »
The dropdown from the topcart has two icons:
fa fa-shopping-cart fa-fw
fa fa-money fa-fw

What is the location of these icon files?  I would like to replace them with different icons of my own design, but I cannot find the location. 

Pages: 1 ... 9 10 [11]

Powered by SMFPacks Social Login Mod