| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
How to add php code? | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() i want to add som php code to home_main.tpl, how to do?
__________________
X-Cart Version: 4.7.12 GOLD www.cheapglasses123.com prescription glasses online at discounted prices. prescriptionglassesusa.com www.loupesusa.com X-Cart Version: 4.7.11 GOLD PLUS |
|||||||
#2
|
|||||||
|
|||||||
![]() You can't add php code to templates, you need to add it to the php files - what exactly are you trying to do?
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#3
|
|||||||
|
|||||||
![]() You can add php code to the .tpl files using {php}{/php} but for simplicity you should be adding it to a .php file outside of the /skin1/ directory tree.
|
|||||||
#4
|
|||||||
|
|||||||
![]() Sorry, I should have said 'It is not good practice to add php to the templates'
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#5
|
|||||||
|
|||||||
![]() for example, i want to add the following php code to x-cart:
Code:
how to do? tks.
__________________
X-Cart Version: 4.7.12 GOLD www.cheapglasses123.com prescription glasses online at discounted prices. prescriptionglassesusa.com www.loupesusa.com X-Cart Version: 4.7.11 GOLD PLUS |
|||||||
#6
|
|||||||
|
|||||||
![]() Just so you know, it probably won't work.
If Wordpress has any php functions with the same names as in X-cart (which is likely) then you'll have errors. You will probably have session problems as well. As for how, I believe you'll need to put that into init.php You will also need to assign the php variables as smarty variables to call via {$variable} in your template. |
|||||||
#7
|
|||||||
|
|||||||
![]() how to do, pls?
__________________
X-Cart Version: 4.7.12 GOLD www.cheapglasses123.com prescription glasses online at discounted prices. prescriptionglassesusa.com www.loupesusa.com X-Cart Version: 4.7.11 GOLD PLUS |
|||||||
#8
|
|||||||
|
|||||||
![]() anybody can share his skills?
tks.
__________________
X-Cart Version: 4.7.12 GOLD www.cheapglasses123.com prescription glasses online at discounted prices. prescriptionglassesusa.com www.loupesusa.com X-Cart Version: 4.7.11 GOLD PLUS |
|||||||
#9
|
|||||||
|
|||||||
![]() Your wanting to use non-xcart and non-smarty code in an xcart and smarty environment. Not to mention wordpress is huge...
You should talk to qualiteam, bcse etc. if you really want it done. |
|||||||
#10
|
|||||||
|
|||||||
![]() To avoid conflicts with X-Cart you should pull the Wordpress posts using an RSS feed. I created a Smarty plugin to do this. Create a file include/templater/plugins/function.sr_wpfeed.php with this code:
PHP Code:
The sample usage comments in the code shows what you can drop into your desired .tpl file to display the posts.
__________________
Manuka Bay Company X-Cart Version 4.0.19 [Linux] UGG Boots and other fine sheepskin products http://www.snowriver.com |
|||||||
![]() |
|
Thread Tools | Search this Thread |
|
|
|
|||
X-Cart forums © 2001-2020
|