I'm trying to push Phoenix forward in terms of shopowner benefits. Part of that is automation of processes.
If any part of your day to day can be automated, please share your ideas.
Even just 5 minutes saved per day adds up to 30 hours over a year - that's a whole extra day to re-invest back into your business!!
Can any part of your day to day be automated?
- burt
- Core Team
- Posts: 4546
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Can any part of your day to day be automated?
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.
-
azpro
- Contributor
- Posts: 177
- Joined: Fri Nov 06, 2020 8:25 am
- Phoenix Version: v1.1.0.6
- Has thanked: 30 times
- Been thanked: 34 times
Re: Can any part of your day to day be automated?
Most important - and a real timesaver - would probabaly be for me a bullet-proof price-updater by importing CSV file. We coded one in the past for old OSC - but I could never make it realy good.
My outline - workflow :
- Have a page in admin to select supplier
- After chosing supplier - the page gives all products of this supplier.
- Import/upload CSV to server
- Check CSV and give a choice to select columns
- Reload page based on EAN in db / current data
- Reload page with each line giving the selected details of the product with the current data and a new line with the new data from CSV.
- Mark differences (eg gross price - nett price) and recommend new gross price - nett price.
- Have a button on each line to accept recommended data or enter new data (eg a rounded price) manually
- After this line has been altered / submitted - remove that line from page (Ajax) so we can work the next line
- Also have possiblity to update 10 lines a time
This is the simple workflow - it was more complicated and had more requirements (eg have a table price history for recording the data price / date of update / auto or manual etc) but for now this might be complictad enough
My outline - workflow :
- Have a page in admin to select supplier
- After chosing supplier - the page gives all products of this supplier.
- Import/upload CSV to server
- Check CSV and give a choice to select columns
- Reload page based on EAN in db / current data
- Reload page with each line giving the selected details of the product with the current data and a new line with the new data from CSV.
- Mark differences (eg gross price - nett price) and recommend new gross price - nett price.
- Have a button on each line to accept recommended data or enter new data (eg a rounded price) manually
- After this line has been altered / submitted - remove that line from page (Ajax) so we can work the next line
- Also have possiblity to update 10 lines a time
This is the simple workflow - it was more complicated and had more requirements (eg have a table price history for recording the data price / date of update / auto or manual etc) but for now this might be complictad enough
Last edited by azpro on Thu Aug 14, 2025 12:33 pm, edited 1 time in total.
- Kofod95
- Senior Contributor
- Posts: 748
- Joined: Sat Feb 06, 2021 7:38 pm
- Phoenix Version: 1.0.8.20
- Has thanked: 99 times
- Been thanked: 179 times
Re: Can any part of your day to day be automated?
-Maybe some sort of auto db-backup?
-Sync currencies
For stores with PWA:
-Delete old non-deleted PWA-accounts
Not really automation, but a way to delete all expired specials would be handy at times.
//Daniel
-Sync currencies
For stores with PWA:
-Delete old non-deleted PWA-accounts
Not really automation, but a way to delete all expired specials would be handy at times.
//Daniel
I'm not smart, but sometimes even a blind chicken can find a corn.
Here are a lot of corns: Phoenix user guide
Here are a lot of corns: Phoenix user guide
-
radhavallabh
- Senior Contributor
- Posts: 466
- Joined: Tue Oct 27, 2020 4:09 am
- Phoenix Version: 1.1.0.6
- Has thanked: 29 times
- Been thanked: 3 times
Re: Can any part of your day to day be automated?
Hi;
Bulk upload of products via a CSV or another convenient way, rather than each individual input.
The columns to pull from the CSV (related to sql columns) can be added on the from a master controller based on addons. That would be a automated way to get things working faster and save time.
Also Download , edit and upload on the same.
Regds./
radhavallabh
Bulk upload of products via a CSV or another convenient way, rather than each individual input.
The columns to pull from the CSV (related to sql columns) can be added on the from a master controller based on addons. That would be a automated way to get things working faster and save time.
Also Download , edit and upload on the same.
Regds./
radhavallabh
- burt
- Core Team
- Posts: 4546
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: Can any part of your day to day be automated?
This could be as simple as a Hook (to create a button in specials.php) and an Action (to delete expired specials) when that button is pressed. No core code changes needed, I think.
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.
- burt
- Core Team
- Posts: 4546
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: Can any part of your day to day be automated?
This idea of CSV download/edit/upload is explored a bit here;
viewtopic.php?f=10&t=2949
I did it in specials.php for Proof of Concept, as this is a simple page with a simple DB structure.
viewtopic.php?f=10&t=2949
I did it in specials.php for Proof of Concept, as this is a simple page with a simple DB structure.
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.
- burt
- Core Team
- Posts: 4546
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: Can any part of your day to day be automated?
There must be some really dull and boring part of your day-to-day shopowning experience...that can be eased?
FOR EXAMPLE
Let's say you get 20 orders overnight;
admin > orders.php
select the earliest of the overnight orders
click "invoice"
wait.
print it
click "packing slip"
wait
print it
back to admin > orders.php
Repeat 20 times.
How long? Let's say 20 minutes.
Instead, do this;
admin > batch
select the 20 orders
click print invoice
click print packing slip
How long: 1 minute
There must be more processes that are so dull like this, that we can make easier?
FOR EXAMPLE
Let's say you get 20 orders overnight;
admin > orders.php
select the earliest of the overnight orders
click "invoice"
wait.
print it
click "packing slip"
wait
print it
back to admin > orders.php
Repeat 20 times.
How long? Let's say 20 minutes.
Instead, do this;
admin > batch
select the 20 orders
click print invoice
click print packing slip
How long: 1 minute
There must be more processes that are so dull like this, that we can make easier?
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.
-
14Steve14
- Senior Contributor
- Posts: 920
- Joined: Fri Oct 25, 2019 7:01 pm
- Phoenix Version: v1.0.9.1
- Has thanked: 17 times
- Been thanked: 103 times
Re: Can any part of your day to day be automated?
Our biggest time waster is adding tracking information when we update the order status and then need to do the same to update Paypal. We use order comments to add in tracking data which gets added to the order status update email. On days we have over 40-50 orders and it takes time to manually enter this info. No idea how to automate it though.
The PayPal bit is just something we have to do to keep them happy. No idea whether there is an API they use to do this so again no idea how automate.
One of our biggest problems was things like keyword research when creating new product listings. We have figured out how to use AI for that so its not too bad. We also use AI to crunch data so we know which items are selling. All we needed to do was to create a list of all products with numbers sold over 1, 2, 3, 6 ands 12 months and it now produces data on the information we give it. Improving some of the outdated reports not so much to change them too much, but more to update the data they give so they an be more effective, and help the store owner more, but thats not really an automated thing.
The PayPal bit is just something we have to do to keep them happy. No idea whether there is an API they use to do this so again no idea how automate.
One of our biggest problems was things like keyword research when creating new product listings. We have figured out how to use AI for that so its not too bad. We also use AI to crunch data so we know which items are selling. All we needed to do was to create a list of all products with numbers sold over 1, 2, 3, 6 ands 12 months and it now produces data on the information we give it. Improving some of the outdated reports not so much to change them too much, but more to update the data they give so they an be more effective, and help the store owner more, but thats not really an automated thing.
-
azpro
- Contributor
- Posts: 177
- Joined: Fri Nov 06, 2020 8:25 am
- Phoenix Version: v1.1.0.6
- Has thanked: 30 times
- Been thanked: 34 times
Re: Can any part of your day to day be automated?
Export CSV from your shipping company - and upload the CSV - Read out the data and update tracking field .. not to complicated IMHO.No idea how to automate it though.
We coded it ourself in the old osc days - haven't yet tried in Phoenix.
But would be a must-have for Phoenix.