Hi @roadlink ,
That sounds like a PHP version issue, can you please confirm what’s your PHP server version? Right now we officially support 8.1.
You can reach out to your hosting provider to set your server PHP version. It could also mean that your WooCommerce and Product Feed Pro plugin versions are outdated.
Please check the changelogs here: https://adtribes.io/knowledge-base/is-there-a-changelog-for-adtribes-plugins/ & https://developer.woocommerce.com/changelog/
Hi Jeff,
I use php 8.3. Second warning could be because of that.
But below function should be related with woocommerce right?
WC_Product::get_price_including_tax
Hi @roadlink ,
Try downgrading to 8.1 and see if the issue is fixed. As for
WC_Product::get_price_including_tax yes this is a woocommerce function and we use this function to fetch prices with taxes.
On your end it’s best to check the following
1 – The products have tax
2 – You have tax set up
3 – You are using the price exclude tax attributes.
Also, I’m unable to replicate those warning messages so it could be coming from another plugin. Please run a basic debug to confirm it. IE only have Woocommerce, storefront theme and Product Feed plugin enabled
Hi Jeff,
Sorry, I can’t go back 4 years ago 🙂
I enter prices without tax. And It can’t be other plugin I believe. It shows yours.
PHP Deprecated: WC_Product::get_price_including_tax is deprecated since version 3.0!
Use wc_get_price_including_tax instead.
in /wp-content/plugins/woo-product-feed-pro/classes/class-get-products.php on line 135
Hi @roadlink,
To help us better understand your setup and replicate the issue on our end, could you please share your complete system status? You can retrieve it by following these steps:
- Go to WooCommerce → Status.
- Click the “Get System Report” button.
- Copy the entire system report and share it with us.
When sharing the details, please use the code block option for easier readability — as shown here: https://snipboard.io/lSUL1W.jpg.
Once we have this information, we’ll review your environment and work toward identifying and fixing the issue.
Looking forward to your reply.
Thanks!
Hi,
thx for reply.
I don’t like to add my SSR in here publicly.
Maybe can send by email.
Hi @roadlink ,
Adding the data here is fine it’s a standard debugging procedure. The SSR will not show any sensitive information only data or information that’s publicly safe.
Also, please confirm that you’ve already done basic debug to confirm that the issue isn’t coming from 3rd party themes or plugins.
We aren’t able to replicate this behavior so it’s hard to say if it’s a bug from our plugin