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` ,'[email protected]','[email protected]')#

UPDATE`ps_configuration`SET`value`= replace(`value` ,'[email protected]','[email protected]')#

UPDATE`ps_mail`SET`recipient`= replace(`recipient` ,'[email protected]','[email protected]')##email

 

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

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

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

 台灣官網7天鑒賞期,品質保障,貨到付款 Visa/Master,全台免運費!

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

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

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

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

数据库修改在 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

转载于:https://www.cnblogs.com/alex-13/p/4693651.html

你可能感兴趣的:(prestashop 基本设置)