Skip to content

Instantly share code, notes, and snippets.

View josephfinlayson's full-sized avatar

Joseph Finlayson josephfinlayson

View GitHub Profile
@josephfinlayson
josephfinlayson / gist:2519418
Created April 28, 2012 14:23
useful perl script to rename files+ a number
NUM=0 ; for FILE in * ; do NUM=`expr $NUM + 1` ; mv $FILE $NUM\.jpg ; done
@josephfinlayson
josephfinlayson / Opencart info.txt
Created April 16, 2012 01:08
Quick and dirty way for adding information pages on the top OpenCart Menu
Create a top level category in opencart - call it 'about us'
Add description, set it to show on the top level
Click on it. It looks great, it shows the information you want it to show... but it says this:
There are no products to list in this category.
Get rid of it to navigating to: