| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Smarty variable to {php}{/php} section | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() Hi,
I have a quick question. I want to display an extra field value on the cart page, and then do some database lookups with that value. For this I need to access a smarty variable in a {php}{/php} section. I got it working on an install of xcart 4.4.1. In this version I have: Extra field value: Code:
Code:
Now I want to move this over to my current install, which is 4.1.9. Extra field value (slightly different): Code:
Code:
The {php} bit I did for the version 4.2 doesn't work. Does anyone know how I can do this? Thanks,
__________________
spwestwood. Version 4.1.9 Version 4.4 |
|||||||
#2
|
|||||||
|
|||||||
![]() PHP Code:
__________________
Manuka Bay Company X-Cart Version 4.0.19 [Linux] UGG Boots and other fine sheepskin products http://www.snowriver.com |
|||||||
#3
|
|||||||||
|
|||||||||
![]() The recommended method is here:
// get assigned template var 'foo' $myVar = $smarty->get_template_vars('foo'); // get all assigned template vars $all_tpl_vars = $smarty->get_template_vars(); // take a look at them print_r($all_tpl_vars); http://www.smarty.net/docsv2/en/api.get.template.vars
__________________
-Eric X-cart 4.3.2 up and running. Apache, PHP 5.2, APC, Redhat, Checkout One, On Sale, Smart Search, Remember Cart. Lots of other customization's, but perhaps typical of x-cart installations. X-cart 5 sort of in limbo, trying to make things work without much luck. |
|||||||||
#4
|
|||||||
|
|||||||
![]() Thanks for all your help! With both your replies I managed to get it working.
What worked was: Code:
Annoyingly it has to have a the cart id value [0], and ['product'] didn't work. I sorted it out by having a variable which I looped: Code:
This is very ugly but it works. Thanks again.
__________________
spwestwood. Version 4.1.9 Version 4.4 |
|||||||
![]() |
|
Thread Tools | Search this Thread |
|
|
|
|||
X-Cart forums © 2001-2020
|