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:15] 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}} | {{:tutorials:zencartmods:quote.png}} | ||
| Line 41: | Line 43: | ||
| 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. | 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. | ||
| - | Heere's an example of a simple file we use to make managing the quote a little easier: | + | Here's an example of a simple file we use to make managing the quote a little easier: |
| {{:tutorials:zencartmods:quotes.php.zip|}} | {{:tutorials:zencartmods:quotes.php.zip|}} | ||