Questions tagged [woocommerce-theming]
307 questions
1
vote
3 answers
getting desktop-columns-3 tablet-columns-2 mobile-columns-1 on my website
Recently I was performing changes with my wordpress website. I am getting desktop-columns-3 tablet-columns-2 mobile-columns-1 on my every product page.
I am clueless since when I search for this error it is only telling me about the sizing not any…

Sabhay Sardana
- 876
- 1
- 10
- 27
1
vote
0 answers
I need to edit the z-index overlay in woo slider
I'm using woocommerce storefront theme and want to edit the woo-slider overlay to a gradient instead of a black box. I also want to style the text overlay and add some padding. Does anyone know how I can do this?
Here's a link to the page in…

Janet Slinkard
- 11
- 1
1
vote
1 answer
How to change tax label in cart?
So I'm trying to change the tax name from 'tax' to 'calculating' in the cart based on whether the user is logged in or not.
I think I'm using the correct hook, but I'm unsure what object is referencing the label, tried looking at documentation but…

vuffer
- 166
- 1
- 5
- 17
1
vote
1 answer
woocomerce calculate final price based on the quantity of one product
I am currently setting up a woocommerce shop. Basically this is what I am trying to achieve.
"this is a fruit shop for whom they want fruits in basket( package), the customer select the fruits he wants (for example 3 items), then he/she select the…

Amir Asgari
- 11
- 3
1
vote
0 answers
Woocommerce: Add own templates for single product pages?
I want to be able to add a template for a single product page in Woocommerce and then be able to choose which template i want for every product like you have on a normal page(look at the image below). Is something like this possible in Woocommerce?

user3877230
- 439
- 1
- 5
- 18
1
vote
1 answer
Overriding a hooked in function in WooCommerce
What is the procedure of overriding functions that are hooked into WordPress?
The following function in wc-template-functions.php is one of the functions I'm looking to override:
function woocommerce_template_loop_product_link_close() {
echo…

Emil Rosenius
- 961
- 1
- 9
- 24
1
vote
2 answers
How to change "SKU" to a custom text in WordPress Woocommerce?
I want to change the SKU text in Woocommerce to a custom text. Can anyone please tell me how can I achieve this?

Mourad Blil
- 63
- 1
- 2
- 5
0
votes
0 answers
Customize product card Up-sell Woocomerce
I changed the product cards to also show the category and short description of the product but I can't show it in up-sell products.
this is the code i used
function category_single_product(){
$product_cats = wp_get_post_terms( get_the_ID(),…

LesCa
- 27
- 6
0
votes
0 answers
woocommerce mini-cart, how to edit its mini-cart UI ? Do we need to it mini-cart.html (from woocommerce\packages\woocommerce-blocks\templates\parts)?
This is the UI trying to achieve:
enter image description here
This the the current UI,
enter image description here
This is the code from mini-cart.html (beside this file can't find any name mini-cart related, please help)