I would like to start this thread to deal with this subject in detail. I have found after spending about 5 hours reading threads that this subject continually comes up and is (in my opinion never properly addressed).
I have been investigating the possibilities of using PHP / MySQL to manage products, customer data and orders.
Why?
1, I am a developer not a shop owner. My time is better spent creating new site features, and improving search engine rankings. Due to the static nature of Actinic I am required to manually update the product range and upload daily, as you can imagine this is driving me nuts!
2, Meanwhile my clients who own the shops that sell the product rely on my availability to make these crucial day to day changes. I would like them to be able to login to the beautifull easy to use / navigate extranet front end that I have created to update prices and product details.
At this point I notice on previous threads you boys at Actinic provide a list of suggestions and work arounds to assist in reducing this work load.
Problem is that none of you have given a solution (with examples) on how to modify the cart and order systems to derive their information from a live in your living room MySQL data source...
My problem is that I can (using PHP) populate the page with product as per section, with the correct price as stored in my MySQL product table, and in an ideal world that data can be posted from the form to be used by ca00001.pl, and this process of retaining the product information within either cookies session variables or similar, could be followed through to completion.
an important point I know is that once implemented updating the site from Actinic will destroy changes... NO PROBLEM I have created a perfectly suitable product detail / price management interace.
I still want my client to be able to use Actinics order manager, and keep actinic in the loop for all of the good features it has, but comon serious developers are doing seriously mundane choirs, with using your package... A solution to this problem is required...
I notice from extensive time in the Forums I am not alone...
I have code and templates available for generating a PHP driven page that I am happy to share with people who are interested in assisting, or getting on board so to speak...
LETS GET OUT OF THE DARK AGES
ZERO MAINTENANCE WEBSITES = MORE TIME ON BEACH IN THAILAND..
Dean
I have been investigating the possibilities of using PHP / MySQL to manage products, customer data and orders.
Why?
1, I am a developer not a shop owner. My time is better spent creating new site features, and improving search engine rankings. Due to the static nature of Actinic I am required to manually update the product range and upload daily, as you can imagine this is driving me nuts!
2, Meanwhile my clients who own the shops that sell the product rely on my availability to make these crucial day to day changes. I would like them to be able to login to the beautifull easy to use / navigate extranet front end that I have created to update prices and product details.
At this point I notice on previous threads you boys at Actinic provide a list of suggestions and work arounds to assist in reducing this work load.
Problem is that none of you have given a solution (with examples) on how to modify the cart and order systems to derive their information from a live in your living room MySQL data source...
My problem is that I can (using PHP) populate the page with product as per section, with the correct price as stored in my MySQL product table, and in an ideal world that data can be posted from the form to be used by ca00001.pl, and this process of retaining the product information within either cookies session variables or similar, could be followed through to completion.
an important point I know is that once implemented updating the site from Actinic will destroy changes... NO PROBLEM I have created a perfectly suitable product detail / price management interace.
I still want my client to be able to use Actinics order manager, and keep actinic in the loop for all of the good features it has, but comon serious developers are doing seriously mundane choirs, with using your package... A solution to this problem is required...
I notice from extensive time in the Forums I am not alone...
I have code and templates available for generating a PHP driven page that I am happy to share with people who are interested in assisting, or getting on board so to speak...
LETS GET OUT OF THE DARK AGES
ZERO MAINTENANCE WEBSITES = MORE TIME ON BEACH IN THAILAND..
Dean
Comment