Questions tagged [woocommerce-theming]
307 questions
-1
votes
1 answer
Woocomerce how to get different sizes of the product gallery thumbnail
I've found this custom code on my client site. It's loading the full image URL instead of the thumbnail URL.
Can anyone help me?
How I would load the thumbnail link instead of the full image URL?
global $product;
$attachment_ids =…

Tareq Hassan
- 59
- 1
- 5
-1
votes
1 answer
Changing Woocommerce first active tab
I want to change the first tab in the tabs section at the bottom of the Woocommerce product screen.
I want to move the 3rd row, which I shown as an example in the picture, to the first row and I want it to be active tab.
enter image description here

hevefig916
- 1
- 1
-1
votes
2 answers
Woocommerce how do i center the add to cart button on a single page
How do i center the add to cart button:
Here is the section:
You can find the page here:
https://silverblaar.tmmbuilds.com/product/full-spectrum-cbd-health-oil/
I have tried the following code but it's not working:
.woocommerce div.product…

userPH
- 11
- 3
-1
votes
1 answer
Woocommerce i am not able to show featured products on search page
In storefront theme, for no result in search page, I would like to show featured products in that view.
So in /storefront/woocommerce/loop/no-product-found.php, i've added this code:

lilsizzo
- 366
- 2
- 18
-1
votes
3 answers
How to hide some Custom Fields from Woocommerce Admin order page
When logged in as an admin and looking at an Order in Woocommerce, there's a section with all the Custom Fields. Out of the whole list I only want it to display two of them. How do I hide the rest from this view? I don't want to delete them, but…

Alex
- 1
- 1
-1
votes
1 answer
Woocommerce how to remove Variation select list and show it in a custom hook
In a Woocommerce Product Page I need to remove the Variation Select Lists from the default placement and show them y my custom hook:
"flatsome_custom_single_product_3"
How can I do this?
I tried with this, but not working.
remove_action(…

JPashs
- 13,044
- 10
- 42
- 65
-1
votes
1 answer
Woocommerce add second checkout page for testing
I can customize checkout page overriding /themes/../woocommerce/checkout/form-checkout.php
But I want the copy of this page to test some features on it.
Can I create duplicate of checkout page for another URL path with the same content but different…

Николай Агеев
- 541
- 6
- 16
-1
votes
1 answer
Send admin-new-order e-mail, if woocommerce order has items from a specific product category
How to send "admin new order e-mail" additionally in cc to office@mydomain.com when new order has products from category id = "99" ?
Can anyone help me?

Nero
- 41
- 3
-1
votes
2 answers
How can i query WooCommerce product by pricing of $00 product?
I have a custom query inside my template, I want to show product by price, I want to query free products, and only show $0 products on my home page.

Mehedi Hasan Maruf
- 53
- 4
-1
votes
1 answer
Woocommerce related products section shows the same products
I would like to display the related products section on my product pages, but it shows the actual product in all columns.
Here is my code:
have_posts()): $loop->the_post();
$featured_image =…

Ben
- 1
- 1
-1
votes
1 answer
woocommerce - add a new functionality to the theme along with its UI
I am new in wordpress world and i am planning to do a small store website, all the functionalities i need are already there in woocommerce, but there is this small functionality i need which is as below:
in the homepage i need to show 3 different…

Khalid Abdlqader
- 311
- 4
- 11
-1
votes
1 answer
Woocommerce how to edit the email template for low stock notification
How can I edit the email template of low stock notification, sender email and the subject of that email?

Mohamed Badawy
- 9
- 4
-1
votes
1 answer
Updating ACF field with purchased product's term ids - WooCommerce
I am trying to update the a 'product_themes' user field in WooCommerce/WP with a function that collects the term_ids for the items in an order and adds them to the user's profile under the 'product_themes' field at the time when the order is placed.…

Chris Brosnan
- 179
- 1
- 2
- 16
-2
votes
1 answer
Blurry WooCommerce Product Images
I’m setting up a Woocommerce store and all the product images are blurry.
I suspect it’s the issue described in this article: docs.woocommerce.com/document/fixing-blurry-product-images
“Your image dimensions should match or be higher than those of…

Aisha Smith
- 1
- 1
-2
votes
1 answer
URL for triggering twilio flow from woocommerce
I am currently using woocommerce for an online store and under woocommerce settings, there is an option for webhook, I am trying to trigger twilio flow by hitting the URL. but I get error code 401. twilio 401 error says authentication wasn't…

Vishal Desai
- 191
- 3
- 15