| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Products.tpl and dialog.tpl | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() This question may seem obvious, but I can't seem to find where the products.tpl gets the dialog.tpl from. Usually the page I am editing will have something like
{capture name=dialog} at the top. But, for products.tpl (skin1/customer/main) there is no {capture name=dialog} to edit. Could someone shed some light on this and hint to me where the products.tpl file gets the dialog tpl from so I could edit it instead of editing dialog.tpl itself. Thanks in advance, Mike. |
|||||||
#2
|
|||||||||
|
|||||||||
![]() what is capture anyway and what does it do?
__________________
X-Cart 4.0.12 PHP 4.3.11 MySQL 4.0.23 Linux/Apache Net::SSLeay 1.25 libCURL libcurl/7.12.0 OpenSSL/0.9.7a zlib/1.1.4 www.ewdhosting.com |
|||||||||
#3
|
|||||||||
|
|||||||||
![]() products.tpl is called in subcategories.tpl i think
EnriqueHavoc, for info on capture see http://smarty.php.net
__________________
Looking for a reliable X-cart host ? You wont go wrong with either of these. ![]() ![]() |
|||||||||
#4
|
|||||||||
|
|||||||||
![]() Quote:
Capture is used to collect the output of the template into a variable instead of displaying it. Any content between {capture name="foo"} and {/capture} is collected into the variable specified in the name attribute. The captured content can be used in the template from the special variable $smarty.capture.foo where foo is the value passed in the name attribute. If you do not supply a name attribute, then "default" will be used. All {capture} commands must be paired with {/capture}. You can nest capture commands. |
|||||||||
#5
|
|||||||
|
|||||||
![]() Thanks shan, that is where it can be located.
-Mike |
|||||||
#6
|
|||||||||
|
|||||||||
![]() yea... that is where it is at. You will find the closing tag and the call to dialog.tpl near the bottom.
|
|||||||||
|
|||
X-Cart forums © 2001-2020
|