I've seen alot of posts on this but no answers.
I can not change from the default template to any other template. I see them, I can select 1 of them but the change is never applied to the site.
This is happening on an upgrade to 1.5.1.2 from 1.4.9.2
Yes the templates are uploaded in the right spot and there are no errors generated.
any ideas??
I can not change from the default template to any other template. I see them, I can select 1 of them but the change is never applied to the site.
This is happening on an upgrade to 1.5.1.2 from 1.4.9.2
Yes the templates are uploaded in the right spot and there are no errors generated.
any ideas??
I can physically edit the database under settings and change the templates but can not change them from the admin area. So anyone know how to correct the files in opencart so that it communicates correctly with the settings table?
Also the length class and weight class will not change from centimeter/kilogram
these will not change either
Maintenance mode
Default layout
Also the length class and weight class will not change from centimeter/kilogram
these will not change either
Maintenance mode
Default layout
Actually, my problem was because I copied another template to create mine and didn't update the references in the PHP. Once I fixed that, I have no problem changing templates.
it's because they hard coded it... silly buggers. open the header.tpl file (catalog > view > theme> YOUR THEME FOLDER > template > common > header.tpl) and then change the folder name on line 19 (word wrap off):
<link rel="stylesheet" type="text/css" href="catalog/view/theme/default/stylesheet/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="catalog/view/theme/YOUR FOLDER NAME HERE/stylesheet/stylesheet.css" />
hope that helps!
<link rel="stylesheet" type="text/css" href="catalog/view/theme/default/stylesheet/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="catalog/view/theme/YOUR FOLDER NAME HERE/stylesheet/stylesheet.css" />
hope that helps!
Who is online
Users browsing this forum: No registered users and 36 guests