Get db data into variables

manipura

No avatar

2006-11-13 17:21

hi all,
I need to get and print the value for example of the variable $aData[sFirstName] like in orders_print.tpl, into the page messages.tpl
Any suggestion?
Thanks

manipura

No avatar

2006-11-13 18:00

Or anyone can tell me how the page orders_print.tpl get data from db files?
Please??

Claps

Avatar: Claps

2006-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

No avatar

2006-11-13 19:25

I found this:

<?php $aData throwOrder$iOrder ); ?>



and... seems to work!!
Thank you Claps

Back to top
about us | contact