Hi
Im looking to create a custom PHP function within my wordpress theme’s function.php file.
I run Woocommerce
Basically I need it to be something in the lines of:
When product is uploaded
It takes the “price” field
Checks weather the price given falls between 0 and 500, 501 and 1000, 1001 and 4000, 4000 and 8000 etc
Based on where the price falls, it adds a markup
If between 0 and 500: Then x1.382
If between 501 and 1000: Then x1.311
Etc
Is this possible?
I want to run cron jobs from data sheets received by suppliers. They all give the cost price, so when I pull it in, it displays the cost price on my site.
Any help is appreciated.