hi, i want to install sliderProducts 6.0 at quick cart5.2, but i don't know where--- products-form. php,settings.php,_header, php,page.php.There script no in quick cart5.2.i have try but failed.Please help
For example in templates folder there are .tpl files instead of .php.
_header.php would be container.tpl
udientsz82@yahoo.com
2013-01-22 12:13
hi, where should i setting this (Edit file: templates/default/page.php).there have not in quick cart5.2
udientsz82@yahoo.com
2013-01-22 12:53
hi, where should i setting this (Edit file: templates/default/page.php).there have not in quick cart5.2
and when i open site, the error is
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 48037939 bytes) in /home/mircom/public_html/core/libraries/tpl-parser.php on line 121
there is $this->content = substr( $this->content, 0, $iPosition1 ).ob_get_contents( ).substr( $this->content, $iPosition2 + 2 ); ob_end_clean( );
I have tried to insert the product slider into Quick Cart V5 too, but after I added the code from step 9 into file container.tpl (V5 does not have file page.php) I'm getting this error:
Catchable fatal error: Object of class Products could not be converted to string in C:\Program Files\xampp\htdocs\slider\core\libraries\tpl-parser.php on line 172
I think this has someting to do with the file-type of container (tpl). Code above is php.
Information for developers. I have successfully installed ‘slider product’ but during (manual) installation it has (twice) change database/config/lang_pl.php = clear it, only first line left. Probably it changes lang_pl when I use admin panel/settings/save. If it keep repeating I will inform you.
udientsz82@yahoo.com
2013-02-09 06:38
Hi, what do you mean, slider product could work quick cart5.2??? i have trouble with script require_once DIR_SKIN.'_header.php'; // include design of header
But to level 9 I have a doubt. Which file to use in 3.7. And also how to convert this php coding in the corresponding tpl if it is really a tpl file. Thank you very much. I would give the plugin when it is ready.
If You want embed PHP code in template files * set this variable true but it is not recommended and * script will be slower $config['embed_php'] = true;