changing cart word to icon

This topic contains 7 reply and 2 voices, and was last updated by Nayem 9 years, 1 month ago
Viewing 7 Posts - 1 through 7 (of 7 total)
Author Posts
March 7, 2015 at 11:06 pm 38484
Nayem Hi, how do you change the word cart in upper right corner into image? Thankyou
March 8, 2015 at 12:22 pm 38508
Nayem Nayem

Hello Pry de,

I am not clear about your question. Can you please describe me in more details with a screenshot?.

Thank you 🙂

March 8, 2015 at 8:31 pm 38549
pry de pry de

in dokan theme there is a word cart in upper right corner right?
if we can change the word “cart” into an icon of cart basket.
how can we do this?

like home word, instead of word “home”, we use house icon link

thankyou

March 9, 2015 at 10:15 am 38579
Nayem Nayem

Hello Pry de,

Please open WP content/Plugin/Dokan/includes/template-tags.php and find this function- function dokan_header_user_menu(). You will see this line under this function in line nubmber 519- <a href="#" class="dropdown-toggle" data-toggle="dropdown"><?php printf( __( 'Cart %s', 'dokan' ), '<span class="dokan-cart-amount-top">(' . WC()->cart->get_cart_total() . ')</span>' ); ?> <b class="caret"></b></a>

You have to change the cart word like as you want.

Thank you 🙂

March 9, 2015 at 12:41 pm 38599
pry de pry de

Hi,

where can I insert the icon cart? and what foldere should I put the icon cart?

Thankyou Nayem

March 9, 2015 at 1:06 pm 38607
Nayem Nayem

In this place ( 'Cart %s', 'dokan' ), you can write this as ( 'Your own thing %s', 'dokan' ),.

Thank you 🙂

March 18, 2015 at 6:30 pm 39390
pry de pry de

This just change the word “cart”
I wanted to add a icon cart beside the word “cart”
or just icon of cart, just like other wordpress woocommerce, it gives more cleaner look

March 19, 2015 at 12:28 pm 39463
Nayem Nayem

Hello Pry de,

You may require customization. I have informed about the place where you have to change. I can not provide you more instruction about that because we do not provide support for customization.

Thank you 🙂

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