X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   Funkydunk's COOL mod for total meta tag control (https://forum.x-cart.com/showthread.php?t=2854)

dealsondeals 01-02-2004 11:38 AM

dbr1066,

In order to not receive the "Can't find to template engine" message, please locate and change the following in your catageory_modify.php:

Change:

Quote:

require "../smarty.php";
require "../config.php";
require "./auth.php";
require "../include/security.php";


to ....

Quote:

require "./auth.php";
require $xcart_dir."/include/security.php";



HTH,

Glen

miss_beth 02-23-2004 05:35 AM

Anyone verified whether this works/doesn't work on the newest versions?

~Beth

funkydunk 02-24-2004 01:58 AM

Glen's change above will do the trick and make it work on 3.5.x

:)

B00MER 02-24-2004 08:24 PM

As much as I love top.inc.php, it tends to reak havoc on old mods working on 3.5.x X-carts. #-o

turtle2 03-10-2004 08:16 AM

Re: Funkydunk, any reason why my title is sticking to the
 
Quote:

Originally Posted by jfinn98
Funkydunk, thanks for offering the mods.

I had no problems inserting the codes and seeing what it does.
However when making category modifications I am seeing one there.

when I add title metas etc. then hit update, everything disapears. seems like it will not take the update.


next is:

when I go into company options and make changes to comapny title, meta keywords. Seems like this does update.

however, when I create my catalog (dump the old) and take a url to my browser I am only seeing the category name show up in the TITLE.

this is one of the most important things so I hope there is a simple way to fix or perhaps a small detail I have missed.

my cart version is:

X-Cart version 3.4.3
PHP 4.2.2

John Finney


I had the same problem wtin 3.4.4. The SQL Patch failed and continued to do so on additional attempts. Made the changes to SQL using PHP admin. It was quite easy to do.

The rest of the Mod has worked quite well.
Brian

elmtronics 03-10-2004 05:19 PM

Quote:

Originally Posted by B00MER
As much as I love top.inc.php, it tends to reak havoc on old mods working on 3.5.x X-carts. #-o


Boomer could you explain what you mean by this? I'm haveing a hell of a time getting any mods to work in 3.5.4

B00MER 03-11-2004 07:04 PM

Dealsondeals, post about "can't to find template engine" is the most relative to 3.4.x mods not working in 3.5.x.


All times are GMT -8. The time now is 12:29 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.