Questions tagged [woocommerce-theming]

307 questions
1
vote
1 answer

How do I show sold/out of stock items in a certain Woocommerce category archive page, but not display them in others?

I want to display 'Out of Stock' items on one category archive page: 'Sold Items'. All other categories need to hide its Out of Stock items. 'Hide out of stock items from the catalog', within the WC settings is not ticked. I have the below code,…
1
vote
1 answer

WooCommerce: Add class to product filter attribute option

I want to style some filter options in the WooCommerce category archives. For example: there is a filter for the type of cars. Let's say pickups, suv, sportscar, ... Every option should get an own icon. Therefore I need a class for every option. In…
Cray
  • 5,307
  • 11
  • 70
  • 166
1
vote
0 answers

How to add increase deacrese buttons into woocommerce product loop(shop page)?

I have added my buttons into woocommerce/templates/content-product.php My…
1
vote
2 answers

WooCommerce: Display product variation/variable description

I'd like to always display the variation descriptions for each variation on the product page (currently it will only show the description for whatever variation is selected via the dropdown). I can't seem to access the In…
user2521295
  • 823
  • 2
  • 12
  • 23
1
vote
1 answer

How do I display all WooCommerce notices so I can theme them

Is there a way to test all possible notices that can appear in a WooCommerce store, so I can check they look OK? As an alternative to stumbling around in the site trying to get messages to appear... Product X has been added to your cart Product X…
Leeroy
  • 2,003
  • 1
  • 15
  • 21
1
vote
4 answers

WooCommerce tabs underneath each other

I'm looking for a way to put the WooCommerce tabs and the content underneath each other in blocks. I've added an image with the example. Can anyone help me out?
Athon
  • 130
  • 3
  • 13
1
vote
1 answer

WooCommerce: Create custom email

I am trying to create a review reminder email using the Customer invoice / Order details email. We don't use this email so I thought it would be good to change the code to make it a review reminder email and then we can trigger it manually. I have…
Michelle
  • 549
  • 1
  • 5
  • 25
1
vote
1 answer

How to get rid of internal

tags of wc_display_item_meta() in woocommerce

Is there a way, that we can get rid of the internal

tags of wc_display_item_meta() in the email-order-items.php. Currently, it returns the values like this. Color: Blue Size: XL In which the Blue and XL are inside the

tags. I want it to…

Shahid Khattak
  • 69
  • 1
  • 13
1
vote
2 answers

WooCommerce product reviews not showing in product detail page

I have developed a very basic WordPress theme and installed WooCommerce. Every functionality of WooCommerce is perfectly working in my theme. Issue: Only in product detailed page, product reviews tab, reviews listing and review form are missing.…
user10882859
1
vote
1 answer

Woocommerce: display parent category (is any) instead of current category

Creating a custom theme, I have to alter the way WooCommerce behaves when displaying a product category. The default behavior is to display subcategories and/or products for user-selected category. For example subcategories and/or products for…
1
vote
1 answer

Default SHORT description in woocommerce product pages

I would like to add a default line in all the woocommerce product short description forms, something like "free local shipping". It will be great if this line line in the short description can be edited or removed everytime a new product is being…
1
vote
1 answer

Woocommerce Product Default Description for All Products

Is this possible to add Woocommerce Product Default Description for All Products page. That should be image or Note text. And I want It will be put in above or bottom of the description text. Thanks in advance
1
vote
1 answer

Get data from $order on thank you page in WooCommerce

I want to display a set of order details on the thank you page of my WooCommerce checkout. There are some already and I found them in the template thankyou.php. But I need them in an extra div to add a tool called "Trusted Shops". So I tried the…
Cray
  • 5,307
  • 11
  • 70
  • 166
1
vote
0 answers

Adding New Stock Status to Products in Woocommerce

I'm trying to add a new "Sold" Status to products in Woocommerce. I have already found many solutions but non of them handles the Sold as an out of stock. The sold products are also out of stock but they will never return back in stock again. All…
1
vote
1 answer

Woocommerce product custom price is not accepted by woocommerce coupon

In our woocommerce shop , customer can enter the custom width and height of the product and product price calculated based on this details . For example if the initial price for a product is 50 . And customer add width =2, height=3 , then the price…