Zen Follower
- Join Date:
- Feb 2005
- Posts:
- 239
- Plugin Contributions:
- 0
override directory tree batch
I have made a windows, or dos, batch file to set up empty override directories. This might save some time.
Copy this text and save it as whatever.bat.
md includes\languages\CUSTOM
md includes\languages\english\extra_definitions\CUSTOM
md includes\languages\english\html_includes\CUSTOM
md includes\languages\english\modules\order_total\CUSTOM
md includes\languages\english\modules\payment\CUSTOM
md includes\languages\english\modules\shipping\CUSTOM
md includes\modules\CUSTOM
md includes\modules\sideboxes\CUSTOM
md includes\templates\CUSTOM
Put that in the folder where all your cart files are (the same place you see the "includes" folder) replace CUSTOM, save it, and double click on it.
Then upload the includes folder to your site.
I couldn't find any better way to do this. It's been a while since I did much by way of bat files though, so if there's a simpler way, I'd be glad to see it.
I got this from the tree structure here:http://www.zen-cart.com/wiki/index.php/The_override_system_simplified