Siew
Forum Replies Created
-
Hi there,
> Sorry for my dummy question
Questions are always welcome 😄
> Where can I find the complete list of hooks.
You can read more about the list of hooks here:
http://docs.woocommerce.com/wc-apidocs/hook-docs.html
I hope this points you in the right direction.
Forum: Plugins
In reply to: [WooCommerce] I want to customize tax and shipping for specific itemsHi there,
> This price includes tax ..
For this purpose, you can set up your prices inclusive of taxes.To learn more about this, please refer to the “Prices Entered With Tax” section at https://docs.woocommerce.com/document/setting-up-taxes-in-woocommerce/#section-3
> This price includes … shipping
You can set up these products with free shipping via shipping class.
You can read more about this here:
https://businessbloomer.com/assign-free-shipping-single-woocommerce-product/I hope this points you in the right direction.
Forum: Plugins
In reply to: [WooCommerce] order status is changin on its ownHi there,
This forum is not the best place for coding specific help though.
For this purpose, I highly recommend joining the WooCommerce Developers Slack community:
https://woocommercecommunity.slack.com/If you don’t already have an account, you can sign up at the bottom of the following page:https://woocommerce.com/develop-woocommerce/
Otherwise, if you need someone to code this for I would recommend checking somewhere like http://www.codeable.io for skilled third-party developers.
Forum: Plugins
In reply to: [WooCommerce] Fatal error due to Woo CommerceHi Marten,
> Where would I find help initiating multi network?
For this purpose, I recommend checking the customizations page.
Hi there,
> ..would be happy to manually change the urls to take me to the product page and bypass the category page in these instances..
For this purpose, you can set up the redirections for those categories with a plugin like https://wordpress.org/plugins/redirection
I hope this points you in the right direction.
Forum: Plugins
In reply to: [WooCommerce Blocks] Hand Picked Products not workingHi there,
Glad to hear this 🙂.
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 Blocks] the response is not a valid JSON responseHi there,
I tested with USPS on my site and could not replicate your issue.
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 Admin] Import Historical Data Broke AnalyticsHi there,
I see this in the report:
WP Version: ❌ 5.4.2 – There is a newer version of WordPress available (5.5.3)
Please update to 5.5.3 on a staging site and if it fixes the issue, do the same on the live site.
Hi there @ngtin,
Can you check whether there are any errors in the log? Please go to WooCommerce >> Status >> Logs, find an error log timestamped around the time this order was placed (in the dropdown), click “view”, copy the whole error log and send it to us.
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] NOTHING IS BEING TRACKEDHi 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 Admin] Not importing dataHi 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] WRONG Order StatusHi 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] paid products still showing as pending paymentHi there,
From the SSR, I notice your site address is still
http://nicetrendshop.comie it is nothttps.Is it still http in the site and home URL’s in
Settings -> General?Can you change both to https and see whether it fixes the problem?
In addition, can you check for errors in the logs? Please go to WooCommerce >> Status >> Logs, find an error log timestamped around the time this order was placed (in the dropdown), click “view” to see if there are errors.
If you do find errors, you can send them to Alipay support for troubleshooting.
Hi there,
> need to get the current product. So I don’t have any id
It depends on how you arrive at
need to display the custom attributes of my productsForum: Plugins
In reply to: [WooCommerce] Fatal error due to Woo CommerceHi Marten,
> All this started because I initiated multisite network. Its just been a cascade of problems ever since.
If you do not have technical help, I highly recommend reverting to your previous working arrangement. Multisite setups are more complex and as you already encountered, need more attention and work to set up right.