customization - Automatically Update Woocommerce Prices

admin2025-06-05  3

Closed. This question is off-topic. It is not currently accepting answers.

Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.

Closed 6 years ago.

Improve this question

I am running on WordPress v4.9.8 using WooCommerce v3.4.2.

Recently I've made an Excel spreadsheet which collects competitor's prices for multiple products via query. My target is to follow these prices on my web site. Spreadsheet works fine; I have my new prices. The question is how can I update them on web site in an automated way?

Is there any way to edit link structure in WooCommerce so I can directly command server to specify which product-id shall be changed along with how much? Should I format a proper csv file for WooCommerce and update prices that way?

Apologize for my lack of knowledge. Any advice is highly appreciated. Thank you for your time in advance!

Closed. This question is off-topic. It is not currently accepting answers.

Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.

Closed 6 years ago.

Improve this question

I am running on WordPress v4.9.8 using WooCommerce v3.4.2.

Recently I've made an Excel spreadsheet which collects competitor's prices for multiple products via query. My target is to follow these prices on my web site. Spreadsheet works fine; I have my new prices. The question is how can I update them on web site in an automated way?

Is there any way to edit link structure in WooCommerce so I can directly command server to specify which product-id shall be changed along with how much? Should I format a proper csv file for WooCommerce and update prices that way?

Apologize for my lack of knowledge. Any advice is highly appreciated. Thank you for your time in advance!

Share Improve this question edited Dec 10, 2018 at 18:35 butlerblog 5,1413 gold badges28 silver badges44 bronze badges asked Dec 10, 2018 at 14:45 A for ArbitrageA for Arbitrage 112 bronze badges 1
  • Use wp all import and cron – dado Commented Dec 10, 2018 at 15:06
Add a comment  | 

1 Answer 1

Reset to default 1

You can do a cron job and use the default woocommerce csv import feature without installing more plugins as it may slow down your site. You will have to convert your Excel file to a CSV file.

More info about Cron: Cron is a technical term used for commands to run on scheduled time or at regular intervals. Most web servers use it to maintain the server and run scheduled tasks.

WordPress comes with its own cron system which allows it to perform scheduled tasks. For example, checking for updates, deleting old comments from trash, etc.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1749110756a316450.html

最新回复(0)