2013年11月14日星期四

How to show zencart the second directory

Sometimes because of one catalog of goods is relatively small, the site experience is not good. However, the catalog shows all up is not good.

At this time you can put two of the show.

Solution:

1. Store Settings - Layout Settings - Categories - display sub-classification to a

2. Open the file 'includes / classes / category_tree.php'

Find the code to if (zen_not_null ($ cPath)) {to if (zen_not_null ($ cPath) or 1) {

reset ($ cPath_array);

while (list ($ key, $ value) = each ($ cPath_array)) {

In the above two lines of code inserted between:

$ cPath_array = array (#, #);

# Indicates you want to expand the classification id.
Tagged under:

0 评论:

发表评论