Jump to content

Installing new theme


Recommended Posts

Dear Prestashop,

 

I realized that although I didn't want to install the default theme on the installer page, it installed it for me.

 

It is really overwhelming when themes getting confused

 

Your readme file is not enough to understand

 

I bought your theme268 the one with the movie thing

 

However, I can't install this theme, I also dumped the database that I need, still no luck

 

Is there a video or guide to install the theme step by step? I am using prestashop 1.5.3.1

 

For the theme I bought (theme268), the readme file gives wrong directions, it says:

 

- Having the package downloaded, extract the contents of the theme folder to your

Prestashop installation root directory.

 

- Patch your prestashop database with the provided source/dump.sql (only if you want

sample contents) Warning! Patching the database with our sql dump will remove your

data, so please back it up before patching.

 

- Log into Prestashop administration panel, go to Preferences → Appearance and select your

theme in the Themes tab.

 

These 3 steps are just not enough to understand, I think this theme is for old versions? There is no Preferences->Appearance menu at all

 

Anyway, even though I go to Themes and find my theme, it does not work out

Link to comment
Share on other sites

My new theme has a sql in dumb text file like this:

 

/* Table structure for table `ps_configuration` */

DROP TABLE IF EXISTS `ps_configuration`;

 

CREATE TABLE `ps_configuration` (

`id_configuration` int(10) unsigned NOT NULL auto_increment,

`name` varchar(32) NOT NULL,

`value` text,

`date_add` datetime NOT NULL,

`date_upd` datetime NOT NULL,

PRIMARY KEY (`id_configuration`),

UNIQUE KEY `name` (`name`)

) ENGINE=MyISAM AUTO_INCREMENT=217 DEFAULT CHARSET=utf8;

 

and then it has insert values sql

 

I think I dropped the latest table structure since the theme is for old versions?

 

Do you have the newer versions for http://www.templatemonster.com/demo/36980.html template?

 

I guess it does not support prestashop 1.5.3.1 ?

Link to comment
Share on other sites

×
×
  • Create New...