I am releasing the source code for Route Riter with the same license as Open Rails.
https://www.digital-rails.com/files/Route_Riter_v7.5.zip
Digital Rails
I am releasing the source code for Route Riter with the same license as Open Rails.
https://www.digital-rails.com/files/Route_Riter_v7.5.zip
Some of my programs use Microsoft HTML help described at https://docs.microsoft.com/en-us/previous-versions/windows/desktop/htmlhelp/microsoft-html-help-downloads
HTML Help Workshop
htmlhelp.exe
Download: https://drive.google.com/file/d/1-EzugNZG_lRRxkCQp2O8rUtMajmV7VBe/view?usp=sharing
HTML Help Documentation
HelpDocs.zip
Download: https://drive.google.com/file/d/1UNCn2y7vsXsjIdniYbZ1QyQH7jrvQQH_/view?usp=sharing
To resolve a permission denied error in Open Cart add the following code to file system/library/session.php,
session_save_path(realpath(dirname($_SERVER[‘DOCUMENT_ROOT’]) . ‘/../tmp’));
http://forum.opencart.com/viewtopic.php?t=7106