Thomas Shellberg
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] On sale short-code show non-sale products.Hey @tomasbal,
Do you get the same error if using the WooCommerce “On Sale Products” Block? This is included in WooCommerce 3.7 or if the WooCommerce Blocks plugin is installed.
Forum: Plugins
In reply to: [WooCommerce] Can’t Edit Attribute TermsHey @savedbyhim01,
That sounds like an old link, what version of WooCommerce are you running?
Attributes should be modified by going to Products->Attributes.
Hey @clementbb,
Can you try making a test order with a default gateway like Cheque/BACS and see if the product stock is lowered as expected? It might be a problem with your gateway.
Forum: Plugins
In reply to: [WooCommerce] Invalid ImageHey @costin06,
The importer is trying to find the direct link to the image file; those are dynamically generated links.
Forum: Plugins
In reply to: [WooCommerce] Product order within a category + “Quick Edit” not workingHi @visedfaq,
It sounds like you could use some custom product ordering:
https://www.endocreative.com/customize-product-sorting-woocommerce/
Your other option is to build custom pages and use WooCommerce Blocks to add products individually in a specific order.
>Also, there’s an issue with the “Quick Edit” button when viewing products on the back-end – it just doesn’t work when you click on it. Here’s the status of the console log on the page:
There is likely a JavaScript conflict somewhere – I just tested this with WooCommerce 3.7 and it works properly. Try retesting with only WooCommerce enabled and a default theme(Storefront).
Forum: Plugins
In reply to: [WooCommerce] Error on trying to add variable product to cartHi @milannikolic,
Do you have a URL to a product so we can take a look?
Forum: Plugins
In reply to: [WooCommerce] duplicate product Fatal ErrorHey @zade123,
What version of WooCommerce are you experiencing this error with? Do you get this error if you try to duplicate a product with *only* the WooCommerce plugin active?
Forum: Plugins
In reply to: [WooCommerce] Stripe gateway : Card declinedHi @dutel,
If you’re using the WooCommerce Stripe plugin, you should be posting for help here:
https://wordpress.org/support/plugin/woocommerce-gateway-stripe/
You need to make sure that LIVE mode is enabled and that you have your LIVE Stripe keys added within your Stripe plugin settings page.
If you need further help please create a forum post at the above link.
Forum: Plugins
In reply to: [WooCommerce] SCA supportHi @fluiddesk,
SCA compatibility isn’t specific to WooCommerce but rather to whichever payment gateway you’re using.
For the WooCommerce Stripe plugin please see this post:
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Dashboard High CPU UsageHey @siddhus212,
What page specifically are you having trouble with? There isn’t a “WooCommerce Dashboard” in version 3.7 of WooCommerce.
Do you mean the Dashboard created by the WooCommerce Admin plugin?
If so, please create a forum topic here:
Forum: Plugins
In reply to: [WooCommerce] Payment Method “Add Payment Method”Hey @anandballi,
Can you explain exactly what you mean here? If you don’t have any saved payment methods you won’t see
Remove Method.If you don’t see
Add payment methodit’s likely because your site is using a payment gateway which does not support adding a payment method using that endpoint.Forum: Plugins
In reply to: [WooCommerce] Product search gives 503 errorHey @yoyoyomar,
What version of WooCommerce are you running? Is this happening on the front-end of the site or the backend(in WP Admin)? I would test for a conflict:
1. Temporarily switch your theme to the [Storefront](https://woocommerce.com/products/storefront/) theme.
2. Try to reproduce the problem:
If the problem is resolved, it is a theme conflict. If not, continue to the next step.
3. Temporarily deactivate all plugins except WooCommerce. You can do this manually or use a plugin to help (see below for tools).
4. Try to reproduce the problem again. If the problem is resolved, it is a plugin conflict. To figure out which plugin is causing the problem, continue to the next step.
5. Reactivate your other plugins one by one, testing after each, until you find the one causing conflictHey @cag8f,
I would indeed add the line in your wp-config.php file to remove WooCommerce data on plugin deletion and then install and activate WooCommerce; you can skip the setup and then delete the plugin.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Product Blocks troubleHi @livingfancy,
What product block specifically are you using? Which theme?
I can’t see the site as it requires a password. 🙁
Forum: Plugins
In reply to: [WooCommerce] My Account ErrorWhat version of WooCommerce are you running? Can you test this with *only* WooCommerce activated and with a default theme like Storefront or Twenty Nineteen?