如何知道prestashop中主页的模板
How to know the template of the main page in prestashop
我想知道一个prestashop项目的主模板在哪里。
我来自 Laravel,这对我来说很奇怪。
谢谢。
在 Prestashop 1.7 它在 themes/classic/templates/
page.tpl for the home page
catalog/product.tpl for the product page
catalog/listing/product-list.tpl for any product list page
checkout/cart.tpl for the detailed cart
checkout/checkout.tpl for the checkout process
在 Prestashop 1.6 中,没有 main.tpl 就像在树枝中一样。
你只是有这样的东西
header.tpl
page_name.tpl
footer.tpl
在themes/default-bootstrap/
我想知道一个prestashop项目的主模板在哪里。
我来自 Laravel,这对我来说很奇怪。
谢谢。
在 Prestashop 1.7 它在 themes/classic/templates/
page.tpl for the home page
catalog/product.tpl for the product page
catalog/listing/product-list.tpl for any product list page
checkout/cart.tpl for the detailed cart
checkout/checkout.tpl for the checkout process
在 Prestashop 1.6 中,没有 main.tpl 就像在树枝中一样。 你只是有这样的东西
header.tpl
page_name.tpl
footer.tpl
在themes/default-bootstrap/