manipura![]() 2006-11-13 17:21 | hi all, |
manipura![]() 2006-11-13 18:00 | Or anyone can tell me how the page orders_print.tpl get data from db files? |
Claps2006-11-13 18:28 | manipura - make a search in your shop folder for *.php files containing word "orders_print.tpl" and you'll find the piece of PHP code that makes use of orders_print.tpl to generate html code, and there probably you'll get teh function that retrieves information from db files. |
manipura![]() 2006-11-13 19:25 | I found this:
<?php $aData = throwOrder( $iOrder ); ?>
|