News:

AbanteCart v1.4.2 is released.

Main Menu
support

Variables List

Started by Marcinius, October 22, 2017, 07:18:31 PM

Previous topic - Next topic

Marcinius

Where can I find variable listings? For example, when I'm looking at the .tpl files I see where it says echo $text_login or echo $text_welcome I'm trying to find a list of all of those. Can someone link it to me in the documentation or where I can find it in the admin panel?

Sam_78

Go to your admin panel System->localization->language Definition   
Or you can directly search the word in search box which is at the  top of your admin panel

Marcinius

I added one to the list however I couldn't pull it from a tpl. Do I need to reset cache?

Sam_78

Yes, I suggest to clear cache after every database edit and also clear browser cache

Marcinius

Sounds like a plan. I'll test it out and report back.

Marcinius

When I put this <p>TEST <?php echo combine_pay_to ?></p> it just echos the entire thing and not the actual string..

Marcinius

#6
And this <p>TEST <?php echo $combine_pay_to ?></p> nothing appears

If I put any PHP in that section it doesn't work.. even tried putting $shipping_address_1

I'm on confirm.tpl

Sam_78

You are missing ;(semi-colon)
try this:
<p>TEST <?php echo combine_pay_to; ?></p>

and make sure combine_pay_to has some text assigned to it

Forum Rules Code of conduct
AbanteCart.com 2010 -