2017-11-03 15 views
0

ここは私のウェブサイトURLです:http://swedxnew.com.swedx.com/ ここで私は有料テーマを使用しています。すべてのファイルcorrectleyが対応するディレクトリにアップロードされます。しかし問題は、product_listing.phpがサブカテゴリに対して正しく機能していないことです。私はproduct_listing.phpOscommerceはサブカテゴリーのdiv構造を理解しています製品レイアウトデザイン

$prod_list_contents .= '<div class="row product-block list-view product-item wide clearfix">'; 

if (isset($HTTP_GET_VARS['manufacturers_id']) && tep_not_null($HTTP_GET_VARS['manufacturers_id'])) { 
$prod_list_contents .= '<div class="col-xs-12 col-md-4 no-margin col-sm-4 col-lg-3 img_ar"><div class="head">'.$ribbon.'<div class="thumb"><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'manufacturers_id=' . $HTTP_GET_VARS['manufacturers_id'] . '&products_id=' . $listing['products_id']) . '">' . tep_image(DIR_WS_IMAGES . $listing['products_image'], $products_name) . '</a></div></div></div>'; 
} else { 
$prod_list_contents .= '<div class="col-xs-12 col-md-4 no-margin col-sm-4 col-lg-3 img_ar"><div class="head">'.$ribbon.'<div class="thumb"><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, ($cPath ? 'cPath=' . $cPath . '&' : '') . 'products_id=' . $listing['products_id']) . '">' . tep_image(DIR_WS_IMAGES . $listing['products_image'], $products_name) . '</a></div></div></div>'; 

にこのコードの後に​​正常に動作していくつかのカテゴリが、すでに正しいものを破壊しようとしてカテゴリをdiv要素を閉じた場合。

私は適切なdivを閉じる必要があるので、すべてのサブカテゴリデザインに訂正を加える必要があるという質問がありますか? divの構造を保持している テンプレートファイルには、私はいくつかのカテゴリではないすべての

に私のテンプレートのレイアウトを破壊することは、それ以上のテンプレートのレイアウトがあるというのdivをしないのですどこ私は完全に混乱しています

/catelog/includes/template_top.PHP 
/catelog/includes/tepmplate_bottom.php 
/catelog/index.php 
/catelog/includes/module/product_listing.php 

ですか?

here is the files:

不穏URL: - http://swedxnew.com.swedx.com/index.php?cPath=137_154 http://swedxnew.com.swedx.com/index.php?cPath=137_155 http://swedxnew.com.swedx.com/index.php?cPath=133_12800028 http://swedxnew.com.swedx.com/index.php?cPath=133_140 http://swedxnew.com.swedx.com/index.php?cPath=133_158 http://swedxnew.com.swedx.com/index.php?cPath=133_149 http://swedxnew.com.swedx.com/index.php?cPath=142 http://swedxnew.com.swedx.com/index.php?cPath=121 http://swedxnew.com.swedx.com/index.php?cPath=66_160 http://swedxnew.com.swedx.com/index.php?cPath=126

事前に感謝誰もが適切な方法

答えて

0

私を案内している場合、私はちょうどHTMLを削除するいくつかのフォームの努力に

を行うことで、私の質問を解決しました商品説明のデータベースからのタグ

ありがとう

関連する問題