ZenCart and OSC are similar, but I would recommend Zencart over a standard OSC for template customization. I haven't used CubeCart.
If your modifications are only html/css customizations for one shop you should be fine with Zencart, although there are quite a lot of files to make a full template, with the modification of a few files on an already made template you will go a long way.
With the default template, I would suggest starting with:
Under the common folder: html_header.php, tpl_header.php, tpl_tabular_display.php, tpl_columnar_display.php, tpl_main_page.php and tpl_footer.php.
Sideboxes folder: the sideboxes you plan to use if you require html changes to them, perhaps you won't, with CSS you should be able to modify their appearance quite a lot.
Under the Templates folder: you will probably need to modify the html in the checkout pages, the product_info_display page and the half a dozen listing pages.
You don't mention Prestashop. It is a much more modern software than Zencart or OSC (code wise), completely written with OOP and, more importantly, it uses Smarty for its easy to follow template system.
发布评论
评论(1)
ZenCart 和 OSC 很相似,但我建议使用 Zencart,而不是标准 OSC 来进行模板定制。我没用过CubeCart。
如果您的修改只是针对一家商店的 html/css 自定义,那么您应该可以使用 Zencart,尽管制作完整模板需要相当多的文件,但在已制作的模板上修改几个文件,您将需要很长时间方式。
对于默认模板,我建议从以下位置开始:
在公共文件夹下:html_header.php、tpl_header.php、tpl_tabular_display.php、tpl_columnar_display.php、tpl_main_page.php 和 tpl_footer.php。
Sideboxes 文件夹:如果您需要对它们进行 html 更改,您计划使用的边箱,也许您不会,使用 CSS,您应该能够相当多地修改其外观。
在 Templates 文件夹下:您可能需要修改结帐页面、product_info_display 页面和六个列表页面
您没有提及 Prestashop。它是一个比 Zencart 或 OSC(代码方面)更现代的软件,完全用 OOP 编写,更重要的是,它使用 Smarty 因其易于遵循的模板系统。
ZenCart and OSC are similar, but I would recommend Zencart over a standard OSC for template customization. I haven't used CubeCart.
If your modifications are only html/css customizations for one shop you should be fine with Zencart, although there are quite a lot of files to make a full template, with the modification of a few files on an already made template you will go a long way.
With the default template, I would suggest starting with:
Under the common folder: html_header.php, tpl_header.php, tpl_tabular_display.php, tpl_columnar_display.php, tpl_main_page.php and tpl_footer.php.
Sideboxes folder: the sideboxes you plan to use if you require html changes to them, perhaps you won't, with CSS you should be able to modify their appearance quite a lot.
Under the Templates folder: you will probably need to modify the html in the checkout pages, the product_info_display page and the half a dozen listing pages.
You don't mention Prestashop. It is a much more modern software than Zencart or OSC (code wise), completely written with OOP and, more importantly, it uses Smarty for its easy to follow template system.