Siew
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Preview Button of Orders is not workingHi there,
Since the theme has not been updated since 2018, I highly recommend switching to a more current theme.
Forum: Plugins
In reply to: [WooCommerce] SKU column in Woocommerce order emailHi there,
To add custom field, you will need to modify the template itself.
With the WooCommerce template system
(https://docs.woocommerce.com/document/template-structure/), it’s possible to override the default templates in your theme and make the adjustments you want. However, this will require the skills of a developer.Hi there,
Can I confirm you are using
Table Rate Shipping (https://woocommerce.com/products/table-rate-shipping/) ?If you have an active subscription for the extension, please contact us at WooCommerce.com > My Account > Support. You may need to create an account before you can access that page.
We’ll likely need to login to have a further look at the issue, so please include a link to this forum thread, an admin login using the https://quickforget.com/ service for privacy, and a link to your site/a product for testing.
I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Import csv-products not allowedHi there,
> talked to support at woocommerce.com too and they found that at import the title and description field had content in them which broke import.
Can you tell me the chat or ticket reference so I can check this for you?
Forum: Plugins
In reply to: [WooCommerce] Zip+4 IssueHi there,
Can you try something like this:
94002…94999
940001…949999
9400001…9499999continue till you cover the possible post code lengths.
Forum: Plugins
In reply to: [WooCommerce] Parent product category not used for permalinkHi there,
May I know how you decide which category is the primary category?
Forum: Plugins
In reply to: [WooCommerce] Status Widget stopped showing orders details after WP upgradeHi there,
This kind of problem is usually caused by either a conflict with your theme or with another plugin.
The best way to determine this is to:- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce
- Repeat the action that is causing the problem
If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each, until you find the one causing conflict. You can find a more detailed explanation on how to do a conflict test here.
Forum: Plugins
In reply to: [WooCommerce] Thumbnails in category tree in products page sidebarHi there,
If you’re looking for custom code help, you might be able to find someone willing to volunteer their time and knowledge in the free PHP support forum at [PHP Builder](http://board.phpbuilder.com/forumdisplay.php?2-General-Help) or within the [Advanced WooCommerce](https://www.facebook.com/groups/advanced.woocommerce/) group on Facebook.
I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Order products by multiple fieldsHi there,
If you’re looking for custom code help, you might be able to find someone willing to volunteer their time and knowledge in the free PHP support forum at [PHP Builder](http://board.phpbuilder.com/forumdisplay.php?2-General-Help) or within the [Advanced WooCommerce](https://www.facebook.com/groups/advanced.woocommerce/) group on Facebook.
I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Import csv-products not allowedHi there,
The mime check issue was solved in https://github.com/woocommerce/woocommerce/issues/22208.
On my site, I could upload and import csv without requiring the
Disable Mime Checkplugin.Your issue is likely specific to your site.
Forum: Plugins
In reply to: [WooCommerce] Zip+4 IssueHi there,
> 94002…949999999 fails. That range supports 95001.
I want to make sure I understand correctly what you mean.
Are you trying to exclude 95001?
Forum: Plugins
In reply to: [WooCommerce] PayPal checkout without API informationsHi there,
This thread has been inactive for a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Hi there,
Can you run some tests to rule out conflict with your theme or plugins?
The best way to determine this is to:- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce
- Repeat the action that is causing the problem
If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each, until you find the one causing conflict. You can find a more detailed explanation on how to do a conflict test here.
Forum: Plugins
In reply to: [WooCommerce] Export products to csv file with quotation marksHi there,
I tested this:
1. export a file from WooCommerce
it contained ” marks
2. made some changes, retaining the ” marks
3. import the fileThe import ran successfully.
Your problem could be caused by either a conflict with your theme or with another plugin.
The best way to determine this is to:- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce
- Repeat the action that is causing the problem
If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each, until you find the one causing conflict. You can find a more detailed explanation on how to do a conflict test here.