-
AuthorPosts
-
August 6, 2015 at 10:55 am #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
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 7, 2015 at 2:27 pm #658951You 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
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 7, 2015 at 2:27 pm #744802You 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.
August 11, 2015 at 1:38 pm #659978Sadly that did not help in any way
August 11, 2015 at 1:38 pm #745135Sadly that did not help in any way
Ninja Lead
Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 12, 2015 at 2:28 am #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
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 12, 2015 at 2:28 am #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.
-
AuthorPosts
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