Siew
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Hiding price and cost estimateHi there,
For this purpose, you can consider:
– Quote Request for WooCommerce
– Request a QuoteI hope this points you in the right direction.
Forum: Plugins
In reply to: [WooCommerce] After redirecting to checkout form after payment completeHi there,
Could you please share a copy of your site’s System Status? You can find it via WooCommerce > Status.
Select “Get system report” and then “Copy for support”. Once you’ve done that, paste it here in your response.It would also help to enable debug logging within the payment gateway’s settings and try to replicate the error. Then, check for more specific error messages under WooCommerce > Status > Logs and select the debug log specific for .
In addition, have you tested payment in test mode?
I hope this points you in the right direction.
Forum: Plugins
In reply to: [WooCommerce] Changing weight and dimension unitsHi there,
When you switch from kg, cm to pound, inches, the prior entered dimensions’ numerical values will remain unchanged and so they will be interpreted as pound, inches. eg a 1 kg product will be interpreted as a 1 pound product.
It will mess up your shipping computation.
Forum: Plugins
In reply to: [WooCommerce] Simple product with attributes and quantityHi there,
What you are looking for is
Quantities will be totaled based on the Product ID. If the product is a variable type product, this option will use each variation that has been added to the cart to calculate the total quantities, and will apply the price adjustment to all variations.
You can get this feature with this extension – https://docs.woocommerce.com/document/woocommerce-dynamic-pricing/
I hope this points you in the right direction.
Forum: Plugins
In reply to: [WooCommerce] Upload products with no IDs but unique SKUsHi there,
To create new products, leave the ID blank and make sure you do not choose the Update option when running the Import.
I hope this points you in the right direction.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Services Tax ReportsHi 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.
Forum: Plugins
In reply to: [WooCommerce] WOOCOMMERCE -Different mail for payment methodHi 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.
Forum: Plugins
In reply to: [WooCommerce] Analytics product report incorrect net salesHi there,
Thanks for the clarification above.
I tested an order with Product A, B and the report correctly reported the sales for A, B individually.
You mentioned “The product only costs about £2 and is normally an add-on with other products.”
Are you saying it is an Add-On?
An Add-On is not a product and will not be measured in the report.Forum: Plugins
In reply to: [WooCommerce] Mehrwertsteuer bei woocommerce 15,9 %Hi there,
Are you saying
1. you see 15.9% displayed on checkout
or
2. that the computed tax is 15.9%
?If it is (2), I am afraid that it is due to rounding.
Forum: Plugins
In reply to: [WooCommerce] About product import from xml fileHi there,
In addition, you can also refer to the import file schema at https://github.com/woocommerce/woocommerce/wiki/Product-CSV-Import-Schema
Forum: Plugins
In reply to: [WooCommerce] About product import from xml fileHi there,
I highly recommend this approach:
1. generate a Product export file from your site so that you know the columns you need to populate. This generates a csv file
2. map the xml file contents to the correct column in the export file format
3. import the csv fileI hope this points you in the right direction.
Forum: Plugins
In reply to: [WooCommerce] Variable products pricing not working in the latest versionsHi 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.
In addition, could you please share a copy of your site’s System Status? You can find it via WooCommerce > Status.
Select “Get system report” and then “Copy for support”. Once you’ve done that, paste it here in your response.Forum: Plugins
In reply to: [WooCommerce] Analytics product report incorrect net salesHi there,
Do you mind sharing which report you’re referring to, eg the url of the report.
Forum: Plugins
In reply to: [WooCommerce] Exception on product level for tax includedHi there,
> Our general setting is that prices are entered with tax included.
But is there a way/snippet/plugin to overwrite this on product level?Are you saying you want some products to be exclusive of tax and some inclusive of tax?
Forum: Plugins
In reply to: [WooCommerce] max products on product pageHi there,
May I know how you set up the products page?