Osclass Support Forums - Rackons.in

Osclass Plugin Support => Rackons Market Plugin For Osclass Products => Topic started by: fabio on December 26, 2017, 12:45:11 AM

Title: [SOLVED] You could help me insert these icons http://prntscr.com/hsatbt
Post by: fabio on December 26, 2017, 12:45:11 AM
You could help me insert these icons http://prntscr.com/hsatbt
Title: Re: You could help me insert these icons http://prntscr.com/hsatbt
Post by: Osclass Developer 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.
Title: Re: You could help me insert these icons http://prntscr.com/hsatbt
Post by: fabio on December 27, 2017, 04:14:07 AM
The staff solved the problem right away they were kind and professional