Is there anyone know how to install this shipping cart named tomatocart?
Demo: http://www.tomatocart.com/products/store-demo.html
Thanks in advance.
Is there anyone know how to install this shipping cart named tomatocart?
Demo: http://www.tomatocart.com/products/store-demo.html
Thanks in advance.
A short, practical supplement to ’s question and ’s pointer to the official install guide: a concise checklist for running TomatoCart locally (desktop-like) and options for packaging it as a desktop app.
Run locally with an AMP stack
mysql -u root -p
CREATE DATABASE tomatocart_db;
CREATE USER 'tomuser'@'localhost' IDENTIFIED BY 'P@ssw0rd';
GRANT ALL PRIVILEGES ON tomatocart_db.* TO 'tomuser'@'localhost';
FLUSH PRIVILEGES; mysql -u tomuser -p tomatocart_db < /path/to/tomatocart/sql/dump.sql Create a desktop-like experience or package as an executable
"C:\Program Files\Google\Chrome\Application\chrome.exe" --app=http://localhost/tomatocart/ Troubleshooting notes
display_errors = On
error_reporting = E_ALL Jump to Post— akmozo 5Hi,
Try their installation guide :
Hi,
Try their installation guide :
Hi akmozo,
Many thanks. I will read it and try to install it.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.