Post by richard » Tue Jul 21, 2009 8:56 am

Hi..


I did a clean install of v1.3.0.
1. Went to 'catalog\view\theme' and copied the whole 'default' directory
2. Rename the copy to 'any_name'
3. Went to the admin panel but cannot change the template since the drop-down for
'Template' does not show the newly created 'any_name' template

Went to the v1.2.9 installation and did the same process.
It works!

Please advise.
:)

Image a point in time
http://richarrdg.tumblr.com/


New member

Posts

Joined
Wed Jul 08, 2009 2:09 pm

Post by TBT » Fri Jul 24, 2009 4:12 am

Ive had excactly the same issue, just "defualt" no other option even though i have 3 templates uploaded ? :'(

User avatar
TBT
New member

Posts

Joined
Tue Jul 21, 2009 4:46 am


Post by Daniel » Fri Jul 24, 2009 4:23 am

this has been anwsered before.

you can wait until my next release or you can put some images in image/templates with the same template name.

my next release should be this weekend. maybe sooner.

OpenCart®
Project Owner & Developer.


User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by JNeuhoff » Fri Jul 24, 2009 7:31 pm

Why don't we use something like this in the file /admin/controller/setting/setting.php near line 187:

Code: Select all

		$directories = glob(getcwd().'/../catalog/view/theme/*', GLOB_ONLYDIR);
Then it works fine, and if the image isn't there, it just uses the no_image.png by default. The image is only being used as a pre-defined screenshot in /image/templates directory in Opencart's admin setting page and isn't really important.

Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig


User avatar
Guru Member

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by TBT » Fri Jul 24, 2009 7:52 pm

works for me i replaced $directories = glob(DIR_IMAGE . 'templates/*.png')

with (your) $directories = glob(getcwd().'/../catalog/view/theme/*', GLOB_ONLYDIR);

and no preview , but that doesnt matter :)

User avatar
TBT
New member

Posts

Joined
Tue Jul 21, 2009 4:46 am

Who is online

Users browsing this forum: No registered users and 12 guests