test melih
 melih
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • davidssalons Friend
    #657775

    Hi All,

    Could not find solution in the existing posts and documentation.

    I’m getting plain text instead in cart module instead of the icon.

    See picture below. Site is not online. Hope you can help

    Ninja Lead Moderator
    #658951

    You can apply my solution below to fix the problem on your site

    Open components/com_mijoshop/opencart/catalog/view/theme/decor/template/product/product.tpl file

    find and change

    $('#cart-total').html(json['total']);

    to

    cart = json['total'].split(/[ ]+/)[0];
    cart = '<i class="fa fa-shopping-cart"></i><sup>'+cart+'</sup>';
    $('#cart-total').html(cart);

    Let me know the result.

    Ninja Lead Moderator
    #744802

    You can apply my solution below to fix the problem on your site

    Open components/com_mijoshop/opencart/catalog/view/theme/decor/template/product/product.tpl file

    find and change

    $('#cart-total').html(json['total']);

    to

    cart = json['total'].split(/[ ]+/)[0];
    cart = '<i class="fa fa-shopping-cart"></i><sup>'+cart+'</sup>';
    $('#cart-total').html(cart);

    Let me know the result.

    davidssalons Friend
    #659978

    Sadly that did not help in any way

    davidssalons Friend
    #745135

    Sadly that did not help in any way

    Ninja Lead Moderator
    #660046

    <em>@davidssalons 486927 wrote:</em><blockquote>Sadly that did not help in any way</blockquote>

    In this case, you can pm me URL of your site, admin login and FTP account. I will help you out.

    Ninja Lead Moderator
    #745202

    <em>@davidssalons 486927 wrote:</em><blockquote>Sadly that did not help in any way</blockquote>

    In this case, you can pm me URL of your site, admin login and FTP account. I will help you out.

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum