prestashop 基本设置

不跳转 要先改这个
UPDATE`ps_shop_url`SET`domain_ssl`= replace(`domain_ssl` ,'us2.try.net','www.gelchaussures.fr');
UPDATE`ps_shop_url`SET`domain`= replace(`domain` ,'us2.try.net','www.gelchaussures.fr')

UPDATE`ps_themeconfigurator  `SET`url`= replace(`url` ,'prestashop.com','gelchaussures.fr')##影响banner链接

UPDATE`ps_contact`SET`email`= replace(`email` ,'stockshoes@hotmail.com','services@hotmail.com')#

UPDATE`ps_configuration`SET`value`= replace(`value` ,'stockshoes@hotmail.com','services@hotmail.com')#

UPDATE`ps_mail`SET`recipient`= replace(`recipient` ,'stockshoes@hotmail.com','services@hotmail.com')##email

 

最上面banner:/public_html/modules/blockbanner/blockbanner.tpl

tdk:/public_html/install11/langs/tw/data/meta.xml  <url_rewrite/>那边的</description></keywords>写到数据库ps_meta_lang 当中

免运费://public_html/themes/default-bootstrap/modules/blockcontact/nav.tpl

<font color="#d1002d" size="4px">  台灣官網7天鑒賞期,品質保障,貨到付款 Visa/Master,全台免運費!</font>

最下面版权 客服, /public_html/themes/default-bootstrap/modules/blockcms/blockcms.tpl

-----------------------------

51啦/public_html/themes/default-bootstrap/footer.tpl  最底部比较好

<div style="display:none"><script language="javascript" type="text/javascript" src="http://js.users.51.la/58.js"></script></div>

--------------------------------

数据库修改在 config\settings.inc.php

第一次要修改seourl 就是htaccess 

更改logo文件在:themes\default-bootstrap\header.tpl,图片大小定义在 classes\controller\FrontController.php

更改logo图片大小在数据库ps_configuration中:SHOP_LOGO_WIDTH,SHOP_LOGO_MOBILE_WIDTH;SHOP_LOGO_HEIGHT,SHOP_LOGO_MOBILE_HEIGHT

posted @ 2015-08-01 09:45  也许明天  阅读(307)  评论(7编辑  收藏  举报