This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
tutorials:zencartmods:quotes.html [2011/06/29 20:06] daigo |
tutorials:zencartmods:quotes.html [2016/01/28 18:05] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ==== Put a random quote on your zen cart template ==== | ||
| + | {{:tutorials:zencartmods:quote.png}} | ||
| === Create the Table === | === Create the Table === | ||
| Line 39: | Line 41: | ||
| === Helper File === | === Helper File === | ||
| - | You don't want to have to manually add quotes in the db through mysql every time, that would be a pain! Instead you should [[http://ladyada.net/wiki/tutorials/zencartmods/tariffhelper.html|make yourself a nice helper file]] in php that you can use through the zencart admin. | + | You don't want to have to manually add quotes in the db through mysql every time, that would be a pain! Instead you should [[tariffhelper.html|make yourself a nice helper file]] in php that you can use through the zencart admin. |
| + | |||
| + | Here's an example of a simple file we use to make managing the quote a little easier: | ||
| + | |||
| + | {{:tutorials:zencartmods:quotes.php.zip|}} | ||