cart

Primary Navigation Change Woocommerce Icon

Hi In the Primary Navigation I’m trying to change the shopping trolley icon to a basket icon. I’m using Code Snippets to add the filter. Here is the code. add_filter( ‘generate_woocommerce_menu_cart_icon’, ‘tu_change_wc_menu_cart_icon’ ); function tu_change_wc_menu_cart_icon() { return ‘<i class=”fa fa-shopping-basket” aria-hidden=”true”></i>’; } It’s not changed the icon. Thanks Scott

view cart & checkout text no showing in Firefox on mini cart

A site I am working on with WooCommerce added is not showing the”view cart” & “checkout” text in the mini cart in the side widget in Firefox only. It is there but it should be in white. It is correct in other browsers and all other buttons are showing correctly. url below for reference. Not … Read more

Can't remove product from cart

Hey guys! Once I add a product to the cart, I can’t remove it. When I click on the X icon next to the product, the “loading” icon appears but after, the product is still there. How can I fix this? Thanks in advance.

Change cart icon

Hi, How do I change the cart icon in the menu section for another font-awesome icon or another icon by my own? Same question for the hamburger menu icon. Thanks, Ivan

Traducción de "cart" en menú principal

En el sitio web www.sherrycard.com, no consigo encontrar donde está la traducción del termino cart al español carrito. Tengo el plugin loco translate y no lo encuentro, me pueden ayudar? Gracias.

Odd display error on two websites

Hi there, This is what my cart and search icons look like in responsive mode on two websites using GP: https://image.ibb.co/dqFQgm/wtf.png I’ve already removed all of my CSS to see if it was causing it but the error persisted. Couldn’t find a fix yet, has this ever occured before? I’m using the before-header hook with … Read more

generate_woocommerce_menu_cart_icon

I’m trying to replace the text “CART” in primary navigation with an icon. I’ve put a filter in functions.php (of my child theme) as shown in the documentation but it doesn’t work. Can you help me please?

WooCommerce Cart in Menu URL PHP Notice

I’m getting the following error for the href value within the Cart Menu Item generated by GP: <br /> <b>Notice</b>: WC_Cart::get_cart_url is <strong>deprecated</strong> since version 2.5! Use wc_get_cart_url instead. in <b>/…/public_html/staging/wp-includes/functions.php</b> on line <b>3831</b><br /> https://www.bigalstoybox.com/staging/cart/ I’m using WooCommerce 3.2.1 and WP 4.8.2. Should this function be updated in the theme?

Mobile Navigation – Cart / Search positions

Hi Guys can you assist – on the desktop my nav layout left to right is > Menus, Shopping Cart, Search. On mobile its Menus, Search, Shopping Cart. Is it possible to rearrange mobile nav order to match desktop? thanks David