woocommerce

Woocommerce exclude products from shop – workshops

Hi I’m trying to remove 2 categories from the shop landing page using a PHP snippet from woocommerce. https://docs.woocommerce.com/document/exclude-a-category-from-the-shop-page/ The 2 product categories/slugs are events and workshops The snippet is here: /** * Exclude products from a particular category on the shop page */ function custom_pre_get_posts_query( $q ) { $tax_query = (array) $q->get( ‘tax_query’ ); … Read more

Woocommerce Shop landing page – remove product count

Hi I’d like to remove the numbers in () next to the product title. Is that in woocommerce settings or would I need a PHP snippet? Also is it possible to adjust the padding between the image and title by 10px. Thanks Scott

Translating "Shipping" on cart page

Hi There. I am using the latest woocommerce and latest woocommerce po file. I doubled checked that everything is translated, especially “Shipping” in the po file. I get this message in the backoffice – Your theme (GeneratePress Child) contains outdated copies of some WooCommerce template files. These files may need updating to ensure they are … Read more

Custom Taxonomy and WooCommerce

Hi there! Okay, so I’m using GP Premium, WooCommerce, and the CPT plugin. I created two taxonomies – country and artisan, as tags for my products. Right now on my product page, it shows the built in product category under the add to cart button. Under the category, I’d like to display – country: tag … Read more

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

Custom field in WooCommerce, not visible

Hi All. Non-techie here… I’ve added a custom field (event date) to WooCommerce, but can’t figure out how to make it appear in the WooCommerce Product description – can anyone help please?

Woocommerce checkout layout

Hello Is it possible to get a layout in the Woocommerce checkout page as seem here: https://prnt.sc/jm5qao Where in left column are the billing details and in the right column the shipping details (if showed). And then, only in one column the payment methods and button. Thanks in advance!

Removing Thank you in woocommerce

Hi, Once an order is final woocommerce has a default message that says: Thank you. Your order has been received. I want to change that message since i have set up a thank you page. How can do this? I tried contacting woocommerce helpdesk but they wouldn’t help since i have the free version. I … Read more

Search option in "Seller" theme

Hello, I am using “Seller” theme without any page builder. I have just implemented the search option. Search results page layout is like blogpost search layout(it’s not like product page layout. Can you provide a solution.

Remove Default product sorting

Hi Is there a way to remove the “Default product sorting” button on the main shop page, please? It has lots of functionality but not a hide or not use option Thanks in advance.