Quote:
Originally Posted by Yurij
How do you connect your "tpl" - file ()?
Which file inserted
PHP Code:
{include file ="......" }
|
I ended up putting it inside head.tpl at bottom. Seems to work ok.
It shows on all products pages, not on checkout.
BUT, with One Page Checkout, it shows.
Quote:
PS. To familiarize possible modes open file "skin1/customer/home_main.tpl"
or
insert the temporary lines in skin1/head.tpl, for the understanding of the process:
PHP Code:
mode = {$mode}<br> main = {$main}<br> chekoutestep = {$checkout_step}
|
Say thats neat. I've been trying to see whats what in a cpl of files. The nitty gritty of the .php files is a bit cryptic to me but i keep searching the forums to see if anything relates to what im after. If it doesnt work, then its not meant for me. Thanks holub for some insight.