Quantcast
Channel: WordPress.org Forums » [WooCommerce] Support
Viewing all 102367 articles
Browse latest View live

Right setup for uploading images in WooCommerce

$
0
0

Replies: 1

What is the right setup for uploading images in WooCommerce with the product image and the gallary?

Must i upload the product image in the product gallery also?

Because its duplicate then.

Thanks!


Import csv, replace image when not found

$
0
0

Replies: 1

Using basic woocommerce csv import, I get an import error when the product-image is not found. What I’d want is that not-found images are replaced by a default image and that all products will show up in the shop. Either with the proper product-image or if that can’t be found, with the default image. It’s a very basic shop with thousands of products.

F.i. when I try to import this csv row:

00001,simple,GRO12345,”V-Neck T-Shirt”,1,1,visible,”Bla bla”,”bla blabla bla bla bla blablabla bla”,taxable,Testcategory,https://groka.biz/wp-content/uploads/2024/05/GRO12345.jpg 

the product is not imported. I want it to be imported using a different image url, like

00001,simple,GRO12345,”V-Neck T-Shirt”,1,1,visible,”Bla bla”,”bla blabla bla bla bla blablabla bla”,taxable,Testcategory,https://groka.biz/wp-content/uploads/2024/05/defaultimage.jpg 

Is there a plugin or a function that will do this trick? Thx

Grant access to downloadable products BEFORE payment

$
0
0

Replies: 1

Hello everyone

A customer wants us to enable access to downloads as soon as the order goes “on-hold” since all of the downloads are free. Usually if the order only contains free products the download links are available instantly. Whereas if there’s even a single product that costs let’s say 1$ – you’ll have to wait for the links until someone sets the order status to “processing”.

Is there a way to get around this? Even if it means simply automatically setting every order to “processing”/”complete”?

I have rather good knowledge in PHP and the WordPress environment – yet have to get used to how WooCommerce handles certain things.

Thank you very much for your help in advance! If I need to specify anything more – let me know! 🙂

Checkout code snippet not showing on custom thank you page

$
0
0

Replies: 1

Hello, I would like to use a custom thank you page after successful checkout. I would like to design the page to include the woocommerce checkout snipped in one column with other information in a second column. Everything except the code snipped shows. Is there a reason for this or can you help me find a solution, so that the checkout snippet shows on the custom thank you page as well?

I am facing critical error while clicking on all products

Add fetch javascript, where?

$
0
0

Replies: 1

Hi there my champion freinds

Im writing a fetch javascript for JSON, and i want to know, for importing POST products to my shop, what page should hte code be placed in?

Thanks

Sorting not working for contributor role

$
0
0

Replies: 1

Hi

Please can you let me know how to enable the “Sorting” functionality (seen in the screenshot https://ibb.co/sChcnqP) for a user with the contributor role/level.

Thank you

Photos appear too large on desktop

$
0
0

Replies: 1

Hi

All the photos appear fine on mobile phone but are huge when opened on a desktop. How do I find out what plugin is causing this if I have activated and deleted some plugins already since I have been thinking they were the ones causing the conflict.


Analytics not updating

$
0
0

Replies: 1

The Analytics hasn’t updated since June 19th 2024; anyone experiencing the same issue?

If not, what could possibly have caused this?

I haven’t changed any setting to do with Analytics, I even checked the Settings to ensure the appropriate “Actionable statuses” are as they should be.

WooCommerce crashes on WordPress 6.5.5 upgrade

$
0
0

Replies: 0

WordPress updated to the latest version 6.5.5 last night, this process also updates installed plugins. The WP update went smoothly, but Woocommerce plugins all reported critical errors after the update reporting that Woocommerce was not installed (yes, Woocommerce is installed and has been working fine prior to the 6.5.5 upgrade).

The critical error indicated that Woocommerce needed to be installed. Attempting to re-install the Woocommerce plugin resulted in an error indicating that Woocommerce was already installed despite the fact that the above error was being reported in the WP dashboard.

WooCommerce Update Manger (1.0.3) is installed (auto updates enabled) and Woocommerce -> Extensions -> My Subscriptions reports the following:

Name Expiry/Renewal date Auto-renew Version

WooCommerce.com Update Manager 25 Jun, 2025 Off 1. .0.3

WooPayments. 25 Jun, 2025. Off. 7.8.1

I’m not sure why the Expiry/Renew date indicates today’s date (25 Jun 2025). The WooCommerce Update Manager plugin does not seem to be updating itself and does not see to update any of the WooCommerce plugins, at least during the standard WordPress update process.

In order to get Woocommerce working again, I had to roll back the WP update to the previous version.

Some details:

WooCommerce version:9.0.2

There are no WooCommerce logs from 25 Jun, 2025 in the WooCommerce logs area of WordPress.

In addition, I am seeing the following message in the WordPress dashboard:

An important update is required for WooCommerce

An important security update for WooCommerce has been released. It is recommended that you update as quickly as possible.

Clicking on the “See Available Updates” link provides with the above message takes me to the WP updates pages and there are no Woocommerce updates listed. There’s no way to tell what the update is and there is no way to install the update, whatever it is.

Please advise. The rollback made Woocommerce functional again, but there appears to be no way to update any of the Woocommerce Extensions.

We are unable to update to WordPress 6.5.5 without Wocommerce throwing a critical error and reporting that it is not installed.

Thank you,

Robert

Is the checkout page automatically translated in foreign languages?

$
0
0

Replies: 0

On my WordPress site, I have WooCommerce, LocoTranslate and PolyLang all installed.

Currently my WordPress site is in many different language as I have provided PolyLang with different translations of each page.

However will the WooCommerce checkout page automatically detect the right language and display alternative translations as appropriate or do I have to do something explicitly?

How can I see the WooCommerce checkout page in French, German, Italian etc. as I only have the English version of web browsers on my computer and my regional code is set to US English?

wc_add_notice is removing html tags

$
0
0

Replies: 1

Hi, how can I show the link using the wc_add_notice function?

For example this code: wc_add_notice( __( 'Please login <a href="https://example.com">HERE<a/>', 'woocommerce' ), 'error' );. The anchor tag is removed and only the text “HERE” remains.

Everything is updated and I am using Storefront theme and only WooCommerce plugin is activated. Please help. Thanks!

Localhost issue on 8.5 and above

$
0
0

Replies: 0

There appears to be a conflict within Woocommerce versions 8.5 and above when using on windows localhost with xampp. The issue comes into play when the opcache is enabled in the php ini settings. The site crashes until woocommerce is disabled through the file system or the opcache is disabled and server restarted.

Unfortunately, the issue has been present for sometime and it makes localhost development difficult. Without opcache I lose a lot of time in loading WordPress locally when deveoping and testing code.

Could I kindly ask this be looked into? For now I will use version 8.41 and test final output on a linode production server.

Thanking you kindly,
Mark.

How to make custom row actions on woocommerce product reviews

$
0
0

Replies: 0

Hello to all dear friends,
How can we add a new row actions item to product reviews?
I used the following code, but the new item is not added

add_filter('comment_row_actions','my_action_row', 100, 2);

function my_action_row($actions, $comment){


$actions = '<a href="http://www.google.com/?q='.get_permalink($post->ID).'">check if indexed</a>';

return $actions;
}

I have included a picture for you https://postimg.cc/v4K2SwDB

my store details not included on my first invoice

$
0
0

Replies: 0

Hi

whilst using wordpress (woocommerce) i have successfully been payed for my first order. I was surprised that my store address was not included on the invoice. Therefore the customer has no address to send me my goods. Although the payment transaction is complete I need the goods so i need to address the fact that my address does not appear on the invoice that goes to the customer. Any help appreciated


Order attribution origin unknown

$
0
0

Replies: 0

Hello,

since 18th of June I do not see any data in order attribution filed (neither in order details and orders summary table). All is correct for order placed before that date. I have add new Cookie plugin last week but I have deactivate it, did test order and orgin in still unknown so I guess this plugin is no responsible for it. I do not recall any other changes made on my site. I see that there was WooCommerce update on 18th of June – did any one report similar problem after update? I have also read all topis related to this issue on forum but didn’t find any solution.

Shipping Field not updating

$
0
0

Replies: 0

The shipping field (which on the live-site is hidden using CSS) is not being populated / updated properly. On the left hand side of the page you can select the shipping option (bestelmethoden), which clearly works, but the field on the right side of the page, the field (.wp-block-woocommerce-checkout-order-summary-shipping-block wc-block-components-totals-wrapper) is not being updated and displays “no shipping methods available”.

We are using the blocks system and have updated to the lastest versions of all plugins.
We have tested deactivating all other plugins to rule out any incompatibilities.

Google shows out of stock on my products :/

$
0
0

Replies: 0

Hello! Thanks a lot for your help.

I have a big issue I just noticed. The variable products I have appears on google out of stock, but the variables have stock… I don’t know what to do. Do I need to disable the main sotck controler and use only the stock on each variable?

https://www.google.com/search?q=huile+cbd+full+spectrum+20%25+olikana&sca_esv=fbe9ccf2a9e6ed60&sca_upv=1&rlz=1C1GCEA_enES1081ES1081&ei=bxt9Zs_BLOSui-gP2uul0AQ&ved=0ahUKEwiPtZbfp_uGAxVk1wIHHdp1CUoQ4dUDCHA&uact=5&oq=huile+cbd+full+spectrum+20%25+olikana&gs_lp=Egxnd3Mtd2l6LXNlcnAiI2h1aWxlIGNiZCBmdWxsIHNwZWN0cnVtIDIwJSBvbGlrYW5hMggQIRigARjDBDIIECEYoAEYwwRIiQpQlwRY_QhwAXgBkAEAmAGAAaABtQWqAQMwLja4AQPIAQD4AQGYAgWgAt0DwgIKEAAYsAMY1gQYR8ICChAhGKABGMMEGAqYAwCIBgGQBgiSBwMxLjSgB8wb&sclient=gws-wiz-serp

Thank you very much

  • This topic was modified 15 hours, 40 minutes ago by olikanagold77.

hide Address entry both billing/shipping

$
0
0

Replies: 0

I am trying to hide address entry either billing / shipping in the checkout process siince the product does not involve conventional delivery (it is a home visit service).

So using Code Snippet, implemented the following but didn’t work as I expected. The Address entry still remains. Appreiciate for the advise:

add_filter( ‘woocommerce_checkout_fields’ , ‘customize_checkout_fields’ );
function customize_checkout_fields( $fields ) {
// Make Billing Address “Not Required”
$fields[‘billing’][‘required’] = false;

// Hide Billing Address Fields (Optional)
unset($fields[‘billing’]);

// Hide Shipping Address Fields (Optional)
unset($fields[‘shipping’]);

return $fields;
}

Items arrangement is not the way I want

$
0
0

Replies: 0

hi i need help – I put a woo plugin on my home page with three products, but their arrangement is not the way I want, how can I change the arrangement of the products? Thank you very much

Viewing all 102367 articles
Browse latest View live