Author Topic: [SOLVED] You could help me insert these icons http://prntscr.com/hsatbt  (Read 987 times)

fabio

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • oksubitissimo
You could help me insert these icons http://prntscr.com/hsatbt
« Last Edit: January 27, 2018, 01:57:43 AM by Administrator »



Marked as best answer by admin on February 14, 2018, 06:04:23 PM

Osclass Developer

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
Re: You could help me insert these icons http://prntscr.com/hsatbt
« Reply #1 on: December 26, 2017, 08:23:52 AM »
Code: [Select]
<?php 
$cart osp_cart_price();
$htmlcart .= '<a class="item tr1" href="' osc_route_url('osp-cart') . '" style="text-decoration:none;"><i class="fa fa-shopping-cart" style="font-size:20px;"></i> ' __('<span style="font-size:20px;"><span class="counter" style="background-color:#00a1cb;">''osclass_pay') . ' ' osp_format_price($cart['price']) . '</span></span></a>';
echo $htmlcart
?>

this above code using for Shopping Cart icon and option. You can change the background color and font size.
« Last Edit: December 27, 2017, 07:07:19 AM by Administrator »

Osclass Support Forums - Rackons.in

Re: You could help me insert these icons http://prntscr.com/hsatbt
« Reply #1 on: December 26, 2017, 08:23:52 AM »

fabio

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • oksubitissimo
Re: You could help me insert these icons http://prntscr.com/hsatbt
« Reply #2 on: December 27, 2017, 04:14:07 AM »
The staff solved the problem right away they were kind and professional
« Last Edit: December 27, 2017, 07:07:23 AM by Administrator »

Osclass Support Forums - Rackons.in

Re: You could help me insert these icons http://prntscr.com/hsatbt
« Reply #2 on: December 27, 2017, 04:14:07 AM »