Jump to content
  • 0

Помогите с кодом


Motoko Kusanagi
 Share

Question

Нужно подправить всего одну строчку, я понятия не имею как, т.к. не изучал PHP, уважаемые програмисты, подскажите.

Вот код:

	foreach ($children as $child) {
$data = array(
'filter_category_id' => $child['category_id'],
'filter_sub_category' => true
);

$product_total = $this->model_catalog_product->getTotalProducts($data);

$children_data[] = array(
'category_id' => $child['category_id'],
'name' => $child['name'] . ' (' . $product_total . ')',
'href' => $this->url->link('product/category', 'path=' . $category['category_id'] . '_' . $child['category_id'])
);
}

Вот эта строчка

'name'        => $child['name'] . ' (' . $product_total . ')',

Выводит название категории и выводит общее кол-во товара в этой категории, то есть выглядит это вот так:

Название категории (129)

Мне нужно поменять вид (129), то есть подключить каким-то образом стиль для $product_total

Можно ли style вписать прямо в этот код? Каким образом это можно сделать?

С уважением.

Edited by Motoko Kusanagi
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

crautcher, спасибо!

Почему-то не могу повысить репутацию вам, постоянно пишет

Действие не выполнено: Вы исчерпали лимит положительных оценок на сегодня.

Вне зависимости от того, повышал я кому-либо сегодня репутацию или нет.

Да и не только вам, вообще не работает.

Edited by Motoko Kusanagi
Link to comment
Share on other sites

  • 0

crautcher, спасибо!

Почему-то не могу повысить репутацию вам, постоянно пишет

Действие не выполнено: Вы исчерпали лимит положительных оценок на сегодня.

Вне зависимости от того, повышал я кому-либо сегодня репутацию или нет.

Да и не только вам, вообще не работает.

Правила-то читать нужно, с которыми соглашались при регистрации.

Link to comment
Share on other sites

  • 0

Здравствуйте ув. форумчане!

Очень нужна помощь!

Суть вопроса такова:

Есть php файл с описанием товара,

пытаюсь (с букварём php-html) переделать дизайн,всю ночь и половину дня редактировал,после всего-пусто на том месте,где должно быть описание товара!...

Так как не особо в теме,но очень хочется - ОЧЕНЬ ПРОШУ помочь определить ошибку...

Пожалуйста Помогите разобраться!!!

Вот сам код:

<?
if ( (!empty($razdel)) || (isset($_GET['goods'])) )
{ // Центральная навигация по разделам начало
echo '<table width="60%" border="0" cellpadding="0" cellspacing="0">';
echo'
<tbody><tr>
<td class="module_name_bg">
<div class="module_name_left"></div>
<div class="module_name_right"></div>
<div class="module_name_text">Витрина товаров</div>
</td>
</tr></tbody>
';


echo '<tbody><tr><td class="navigate_subcat_bg">';
echo '<div class="navigate_subcat_left"></div>';
echo '<div class="navigate_subcat_right"></div>';
echo '<div class="navigate_subcat_text">';



if ($Mod_rewrite!='on')
{
echo' <a href="'.$_SERVER['PHP_SELF'].'">Главная</a> » <a href="'.$_SERVER['PHP_SELF'].'?razdel='.$razdel.'">'.$razdel_list[$razdel].'</a>';
}
else
{
echo' <a href="index.html">Главная</a> » <a href="'.$Razdel_prefix.strip_tags(urlencode($razdel)).'.html">'.$razdel_list[$razdel].'</a>';
}


if ( (!empty($razdel)) && (!empty($brand)) )
{
if ($Mod_rewrite!='on')
{
echo ' » <a href="'.$_SERVER['PHP_SELF'].'?razdel='.$current_razdel.'&brand='.urlencode($current_brand).'">'.$current_brand.'</a>';
}
else
{
echo ' » <a href="'.$Razdel_prefix.$current_razdel.'_'.strip_tags(urlencode($current_brand)).'.html">'.$current_brand.'</a>';
}
}


if ( ((!empty($razdel)) && (!empty($brand)) && (isset($id))) || (isset($_GET['goods'])) )
{
if ($Mod_rewrite!='on')
{
echo ' » <a href="'.$_SERVER['PHP_SELF'].'?razdel='.$current_razdel.'&brand='.urlencode($current_brand).'&id='.$current_id.'">'.trim(str_replace(array('   ', '   ', ' '), "", $current_name)).'</a>';
}
else
{
if ($Use_name_in_url != "on")
{
echo ' » <a href="'.$Razdel_prefix.$current_razdel.'_'.strip_tags(urlencode($current_brand)).'_'.$current_id.'.html">'.trim(str_replace(array('   ', '   ', ' '), "", $current_name)).'</a>';
}
else
{
echo ' » <a href="'.urlencode($current_lat_name).'.html">'.trim(str_replace(array('   ', '   ', ' '), "", $current_name)).'</a>';
}



}
}

echo '</div>';
echo '</td></tr></tbody>';
echo '<!-- Разделитель начало -->
<tbody><tr><td align="center" valign="top" height="5"></td></tr></tbody>
<!-- Разделитель конец -->';

echo '</table>';
//информация о магазине, и товарах начало
include('info.inc.php');
//информация о магазине, и товарах конец

include('block_sub_brands_in_main.inc.php');
}


// Центральная навигация по разделам конец
#if ( (!empty($razdel)) && ($Block_search_tovars == 'on' ) ) { include_once ('block_search_tovars.inc.php'); }
#if ($Horizontal_catalog == 'on') { include_once ('horizontal_catalog.inc.php'); }
#elseif ($Horizontal_catalog_icon == 'on') { include_once ('horizontal_catalog_icon.inc.php'); }


if ( (!empty($razdel)) && ( (count($main_search_resultat)-$Num_pp)>0 ) && (!isset($id)) )
{

echo'
<!-- Навигация начало -->
<table width="60%" border="0" cellpadding="0" cellspacing="0">

<!-- Горизонтальный разделитель -->
<tbody><tr><td align="center" valign="top" height="5"></td></tr></tbody>
<!-- Горизонтальный разделитель -->

<tbody><tr>
<td class="navigate_pages_bg">
<div class="navigate_pages_left"></div>
<div class="navigate_pages_right"></div>
<div class="navigate_pages_text">';
navigate(count($main_search_resultat), $Num_pp);
echo' </div>
</td>
</tr></tbody>

<!-- Разделитель начало -->
<tbody><tr><td align="center" valign="top" height="5"></td></tr></tbody>
<!-- Разделитель конец -->

</table>
<!-- Навигация конец -->
';
}

// echo ' <!-- Разделитель --><table width="60%" border="0" cellpadding="0" cellspacing="1" class="separate_1"><tbody><tr><td align="center" valign="top" height="6" class="separate_1"></td></tr></tbody></table>';


echo'
<!-- Вывод товаров начало -->
<!-- Начало вывода на печать -->
<table border="0" cellspacing="0" cellpadding="0" class="mwidcl">';
if (!isset($page)) {$page=1;}

if (!isset($id)) { $start=($page*$Num_pp-$Num_pp); $end=count($main_search_resultat);}
if (isset($id)) { $start=0; $end=1;}

//определим лучшую цену
for ($i=$start; $i<$end; $i++)
{
$dannie = explode("|", $main_search_resultat[$i]);
list (,, , , , , $price_cena, , $price_lat_name, ) = $dannie;
$all_goods_cena[$price_lat_name] = $price_cena;
$summ_cen = $summ_cen + $price_cena;

}

$average_cena = $summ_cen/count($all_goods_cena);
//определим лучшую цену


$tr_counter = 0;
for ($i=$start; $i<$end; $i++)
{
// $num = $bl[$i];
$dannie = explode("|", $main_search_resultat[$i]);
list ($price_id, $price_razdel, $price_brand, $price_name, $price_small_description, $price_big_description, $price_cena, $price_foto, $price_lat_name, $price_art_code) = $dannie;


//Меняем пути фотографий в описании товаров
if ( (eregi("http://www.all-gsm.ru/pic/", $price_small_description)) && ($Caching_image=='on') )
{
$price_small_description = str_replace("http://www.all-gsm.ru/pic/", 'pic/', $price_small_description);
}
elseif ( (eregi("http://www.all-gsm.ru/pic/", $price_big_description)) && ($Caching_image=='on') )
{
$price_big_description = str_replace("http://www.all-gsm.ru/pic/", 'pic/', $price_big_description);
}
elseif ( (eregi("http://www.all-gsm.ru/pic/", $price_small_description)) && ($Caching_image=='off') )
{
$price_small_description = str_replace("http://www.all-gsm.ru/pic/", 'http://'.$Server_list['photos'].'/', $price_small_description);
}
elseif ( (eregi("http://www.all-gsm.ru/pic/", $price_big_description)) && ($Caching_image=='off') )
{
$price_big_description = str_replace("http://www.all-gsm.ru/pic/", 'http://'.$Server_list['photos'].'/', $price_big_description);
}

//Меняем пути фотографий в описании товаров


$brand=$price_brand;
$name_with_replace_sym = trim(str_replace(array('   ', '   ', ' '), "", $price_name));

$counter++;
if ($counter>$Num_pp) { break;}

/* 4.00.04
if (
($Home_page_show_selected_tovars != 'on') ||
(!empty($_GET["razdel"])) ||
(($Home_page_show_selected_tovars == 'on') && (in_array($name_with_replace_sym, $Home_page_show_tovars)) )
)
*/
if ( (!empty($_GET["razdel"])) || ($Home_page_show_selected_tovars == 'on') || (isset($_GET['goods'])) )
{

/*
if ($tr_counter == 0 )
{
echo '<tbody><tr>';
echo '<td height="100%" valign="top">';
echo '<table border="0" cellspacing="0" cellpadding="0" style="table-layout: fixed;"></table>';
}
else
{
echo '<td height="100%" valign="top">
<table border="0" cellspacing="0" cellpadding="0" style="table-layout: fixed;"></table>
';
}
*/


//Начало товара
echo '<!-- goods контент -->
<tbody><tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">';

//эксплодим, и если фотографий больше одной то заносим в массив
if (isset($price_foto_one)) { unset($price_foto_one);}
$price_foto_one[] = $price_foto;
$price_foto_one = explode("~", $price_foto_one[0]);
for ($d=0; $d<count($price_foto_one); $d++) //скачиваем все фотографии
{
# $downl_image = get_source_image('pic/', $price_foto_one[$d], $Caching_image); // (путь до папки, имя файла, закачивать или нет)
}

$source_image = get_source_image('pic/', $price_foto_one[0], $Caching_image); // (путь до папки, имя файла, закачивать или нет)

//Заморочки с modrewrite
if ($Mod_rewrite != 'on')
{
$tovar_url = $_SERVER['PHP_SELF'].'?razdel='.strip_tags($price_razdel).'&brand='.urlencode(strip_tags($price_brand)).'&id='.$price_id;
}
else
{
if ($Use_name_in_url != "on")
{
$tovar_url = $Razdel_prefix.strip_tags($price_razdel).'_'.strip_tags(urlencode($price_brand)).'_'.$price_id.'.html';
}
else
{
$tovar_url = urlencode($price_lat_name).'.html';
}
}


//слой с фотографией, ценой и кнопками
echo '<tbody><tr>
<td align="left" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>';
echo '<td width="162" align="left" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td align="center" valign="top">
<div style="position:absolute; width:150px; height:150px; margin:0px 2px 0px 2px;">
<img onclick="open_photo(\''.$price_lat_name.'\', event);" onmouseover="document.fewphoto_1.src='.$source_image.'" class="cls_btn_zm" src="styles/standart/images_wst/img_zoom.png" alt="" width="24" height="24" style="padding:117px 117px 0px 0px; cursor:pointer;">
</div>
<img name="fewphoto_'.$counter.'" src="'.$source_image.'" border="0" hspace="2" style="padding-bottom:10px;" alt="'.$name_with_replace_sym.'">
<table border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td align="center" valign="top">
<img src="styles/standart/images_wst/tvr_10.gif" alt="Цена" title="Цена товара" width="31" height="11" hspace="8" vspace="5">
</td>';

if ($price_cena>1)
{
echo '<td align="center" valign="top">
<span style="font-size:24px">
<strong>'.$price_cena.'</strong>
</span>
</td>';
echo '<td align="center" valign="top">
<img src="styles/standart/images_wst/tvr_07.gif" alt="руб." title="Российские рубли" width="20" height="27" hspace="8">
</td>';
if ($razdel=="top"){ echo '<div class="hit_l"></div>'; } elseif ($razdel=="new") { echo '<div class="new_l"></div>'; }
if ($price_cena < ($average_cena*0.8)) { echo '<div class="best_price"></div>'; }

echo '</tr></tbody>
</table>';

if ($Basket_in_Site == "on")
{
echo '<img src="styles/standart/images_wst/tvr_15.gif" style="cursor:pointer;" alt="Добавить в корзину" width="123" height="29" border="0" title="Добавить товар в корзину" onclick="javascript:add_goods_in_basket(\'inc/basket.php\', \''.$price_art_code.'\', \''.$name_with_replace_sym.'\', \'1\', \''.$price_cena.'\', \''.$partner.'\', \''.$_SERVER['HTTP_HOST'].'\', \''.$Notification.'\');">
<br>
<table width="123" border="0" align="center" cellpadding="0" cellspacing="0">
<tbody><tr>';
}

echo '<td>';
if ($Basket_in_Site == "on")
{
if ( ($Type_basket_in_Site == "1") || ($Type_basket_in_Site != "2") )
{
echo'<form action="basket.php" method="post" target="_blank">';
}
elseif ($Type_basket_in_Site == "2")
{
echo'<form action="index.php" method="post">';
echo'<INPUT type="hidden" name="module" value="basket">';
}
else
{
echo'<form action="basket.php" method="post" target="_blank">';
}

}
else
{
echo'<form action="http://www.all-gsm.ru/shop/basket.php" method="post" target="_blank">';
}

echo'
<INPUT type="hidden" name="action" value="add">
<INPUT type="hidden" name="art_code" value="'.$price_art_code.'">
<INPUT type="hidden" name="name" value="'.$name_with_replace_sym.'">
<INPUT type="hidden" name="kol" value="1">
<INPUT type="hidden" name="cena" value="'.$price_cena.'">
<INPUT type="hidden" name="partner" value="'.$partner.'">
<INPUT type="hidden" name="from_site" value="'.$_SERVER['HTTP_HOST'].'">
<INPUT type="hidden" name="notification" value="'.$Notification.'">
<center><button type="submit" class="button" onclick="javascript:update_block_basket(\'1\', \''.$price_cena.'\'); javascript:showBusyLayer(\'basket_busy_layer\'); return true;"><img src="styles/standart/images_wst/tvr_18.gif" alt="Купить!" border="0" width="123" height="29" vspace="3"></button></center>
</form>';



echo '</td>
</tr></tbody>
</table>
</td>
</tr></tbody>
</table>
</td>';
}


{
//(4.00.19 04.11.2010 архивный прайс лист
echo '<div style="padding-top: 5px; padding-left: 15px; text-align:center;"><nobr> <span class="net_na_skalde"><b>Нет на складе</b></span> </nobr></div>';
echo '<div style="text-align:left; padding-top: 5px; padding-left: 15px; text-align:left; white-space: nowrap;"><b>Закончились:</b> '.$last_date.'</div>';
if ($last_price_cena > 0)
{
echo '<div style="text-align:left; padding-top: 5px; padding-left: 15px; white-space: nowrap;"><b>Последняя цена</b>: '.$last_price_cena.' руб.</div>';
}
echo '<div style="text-align:left; padding-top: 5px; padding-left: 15px; white-space: nowrap;" id="link_registration_notice_of_receipt_of_goods_'.$product_id.'"><a onclick="showLevel(\'registration_notice_of_receipt_of_goods_'.$product_id.'\'); hideLevel(\'link_registration_notice_of_receipt_of_goods_'.$product_id.'\');" style="text-align:left; border-bottom: 1px dashed; cursor:pointer;">Уведомить при поступлении</a></div>';
echo '<br>';

#$product_id

//Уведомление о поступлении

echo '
<div id="registration_notice_of_receipt_of_goods_'.$product_id.'" style="display:none; text-align:left; width:100%;">

<fieldset style=" text-align:left; background: #ffffff; padding-top: 1px; padding-bottom: 10px; padding-left: 5px; padding-right: 5px; "><legend> Получить уведомление на: </legend>
<div id="notice_form_'.$product_id.'" style="text-align:center; width:100%;">
<form name="reg_notice_of_receipt_of_goods_'.$product_id.'" name="mini_form" onSubmit="javascript:registration_notice_of_receipt_of_goods(\''.$product_id.'\'); return false;">
<input type="text" id="reg_notice_of_receipt_of_goods_phone_'.$product_id.'" name="phone" cols="60" value="Мобильный: +7..." onfocus="this.style.Color=\'#000000\'; this.value=\'\';" onblur="this.style.Color=\'#595859\'; if (this.value != \'\') {this.onfocus = function() { this.style.backgroundColor=\'#FFFFFF\';};} else this.value=\'Мобильный: +7...\'; this.style.Color=\'#595859\';"></text>
<br><br>
<input type="text" id="reg_notice_of_receipt_of_goods_email_'.$product_id.'" name="email" cols="60" value="Или e-mail" onfocus="this.style.Color=\'#000000\'; this.value=\'\';" onblur="this.style.Color=\'#595859\'; if (this.value != \'\') {this.onfocus = function() { this.style.backgroundColor=\'#FFFFFF\';};} else this.value=\'Или e-mail\'; this.style.Color=\'#595859\';"></text>
<br><br>
<button type="submit" class="form_button_grey_150">Отправить</button>

<input type="hidden" id="partnerid" value="'.$partner.'"></text>
<input type="hidden" id="reg_notice_of_receipt_of_goods_lat_name_'.$product_id.'" value="'.$price_lat_name.'"></text>


</form>
</div>
<div id="registration_notice_of_receipt_of_goods_info_'.$product_id.'" style="padding-top: 5px; text-align:center; width:100%;"></div>

</fieldset>
</div>';
//Уведомление о поступлении

}


echo '<td align="left" valign="top">
<strong>
<span class="goods_title_nl">
<strong> '.($i+1).'. <b>Купить '.$name_with_replace_sym.'</b></strong>
</span>
</strong>';


echo '<table style="margin-top:10px; margin-bottom:5px;" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td>
<img src="styles/standart/images_wst/prv_img_55.gif" alt="" width="26" height="44">
</td>
<td align="center" valign="middle" style="background-image:url(styles/standart/images_wst/prv_img_58.gif); background-position:top; background-repeat:repeat-x;">';
//Нововведение перебор нескольких фотографий - начало.
if ($Caching_image=='on')
{
if ( (count($price_foto_one)>1) && (file_exists('pic/'.$price_foto_one[1])) )
{
for ($nf=0; $nf < count($price_foto_one); $nf++)
{
if (file_exists('pic/'.$price_foto_one[$nf]))
{
#echo ' [<a href="javascript:#" onmouseover="document.fewphoto_'.$counter.'.src=\'pic/'.$price_foto_one[$nf].'\'">'.($nf+1).'</a>] ';
# echo ' <a href="javascript:#" onmouseover="document.fewphoto_'.$counter.'.src=\'pic/'.$price_foto_one[$nf].'\'"><img src="'.'pic/'.$price_foto_one[$nf].'" width="33px"></a>';
echo ' <a style="border: 0px;" onmouseover="document.fewphoto_'.$counter.'.src=\'pic/'.$price_foto_one[$nf].'\'"><img src="'.'pic/'.$price_foto_one[$nf].'" width="33px"></a>';

}
}
}
}
echo '</td>
<td style="background-image:url(styles/standart/images_wst/prv_img_58.gif); background-position:top; background-repeat:repeat-x;">
<img src="styles/standart/images_wst/prv_img_60.gif" alt="" width="5" height="44">
</td>
</tr></tbody>
</table>';
//Нововведение перебор нескольких фотографий - конец.


echo '<input type="hidden" id="'.$product_id.'" value="'.$price_foto_one.'|'.$price_foto_one.'">
<table border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td align="center" valign="middle">
<img src="styles/standart/images_wst/status_ok.gif" alt="SALE" width="32" height="32" hspace="2" align="absmiddle" style="margin-top:5px;" title="Товар есть в наличии" border="0">
</td>
<td align="center" valign="middle" style="padding-top:5px;">
<span style="color:#4A7A0A; font-size:12px;">
<strong>Есть в наличии</strong>
</span>
</td>
</tr></tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td align="center" valign="middle">
<img src="styles/standart/images_wst/zn_dsc.gif" alt="%" width="32" height="32" hspace="2" align="absmiddle" style="margin-top:5px;" title="" border="0">
</td>
<td align="center" valign="middle" style="padding-top:5px;">
<span style="color:#75127E; font-size:12px;">
<strong>Скидка</strong>
</span>
</td>
<td align="center" valign="middle" style="padding-top:5px;">
<span style="color:#75127E; font-size:16px;">
<strong>'.floor($price_cena/100*7).'</strong>
</span>
</td>
<td align="center" valign="middle" style="padding-top:5px;">
<span style="color:#75127E; font-size:11px;">
<strong>руб.</strong>
</span>
</td>
<td align="center" valign="middle" style="padding-top:5px;">
<span style="color:#75127E; font-size:11px;"> при оплате через</span>
</td>
<td align="center" valign="middle" style="padding-top:5px;">
<img src="styles/standart/images_wst/p_wm.jpg" alt="WebMoney" width="16" height="16" hspace="2" align="absmiddle" title="WebMoney" border="0" style="cursor:help;" onclick="alert('Скидка при оплате через WebMoney');">
<img src="styles/standart/images_wst/p_ya.jpg" alt="Яндекс.Деньги" width="16" height="16" hspace="2" align="absmiddle" title="Яндекс.Деньги" border="0" style="cursor:help;" onclick="alert('Скидка при оплате через Яндекс.Деньги');">
<img src="styles/standart/images_wst/p_rbk.jpg" alt="RBK Money" width="16" height="16" hspace="2" align="absmiddle" title="RBK Money" border="0" style="cursor:help;" onclick="alert('Скидка при оплате через RBK Money');">
</td>
</tr></tbody>
</table>
<br>';

echo '<div align="justify">';
if( (isset($id)) || (isset($_GET['goods'])) )
{
if (!empty($price_big_description))
{
echo $price_big_description;
}
else
{
echo $price_small_description;
}
}
else
{
echo $price_small_description;
}
# echo "<div align=right><small>Артикул: ".$price_art_code."</small></div>";

echo '</div>
</td>
</tr></tbody>
</table>
</td>
</tr></tbody>';

echo '<tbody><tr>
<td align="left" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="border-bottom:dashed; border-bottom-width:1px; border-bottom-color:#F4CA00;">
<tbody><tr>
<td> </td>
</tr></tbody>
</table>
<br>
</td>
</tr></tbody>
</table>
</td>
</tr></tbody>';

echo'</table>
</td>
</tr></tbody>';

echo '<!-- goods контент конец -->';

echo '<tbody><tr>
<td valign="middle" colspan="2" class="goods_footer_bg">
<div class="goods_footer_text">
';

if ( (!isset($id)) && (!isset($_GET['goods'])) )
{
echo '<div class="title_adr_14">
<span style="color:#000000;">»</span>
[<a title="'.$name_with_replace_sym.'" href="'.$tovar_url.'">Подробнее</a>]
</div>';
}
else
{
echo '
<div>
<noindex>
[<a title="Версия для печати'.$price_name.'" href="inc/print.php" target="_blank">Версия для печати</a>]
[<a title="Нашли ошибку в описании товара? Сообщите нам об этом, и мы исправим!" href="#" onclick="javascript:changeLocation(\''.$_SERVER['PHP_SELF'].'?module=contacts&message='.urlencode("Здравствуйте администрация интернет магазина ") . $Site_name . urlencode(", я заметил(а) ошибку в описании товара - ") . urlencode("$price_name") .'\');" >Сообщить об ошибке в описании</a>]
</noindex>
</div>
';
}

echo '
</div>
</td>
</tr></tbody>';


echo'
<!-- Разделитель товаров начало -->
<tbody><tr><td align="center" valign="top" height="10"></td></tr></tbody>
<!-- Разделитель товаров конец -->



</table>';
// Здесь был table

if ( ( (isset($id)) || (isset($_GET['goods'])) ) && ($Recommend_goods_list == 'on') ) { include ('recommend_goods_list.inc.php'); }

echo'

<table width="60%" border="0" cellpadding="0" cellspacing="0">

<!-- Разделитель товаров начало -->
<!-- <tbody><tr><td align="center" valign="top" height="0"></td></tr></tbody> -->
<!-- Разделитель товаров конец -->
';

}

//Дополнительные фотографии начало
if ( ( (isset($id)) || (isset($_GET['goods'])) ) && (count($price_foto_one) > 1) )
{
if (strlen($price_name) > 45)
{
$dop_foto_title = trim(str_replace(array('   ', '   ', ' ', '"'), "", $current_name));
$dop_foto_title = substr($dop_foto_title, 0, 45);
$dop_foto_title = 'Фотографии - '.$dop_foto_title.'...';
}
else
{
$dop_foto_title = 'Дополнительные фотографии - '.$current_name.'';
}

echo'
<tbody>
<tr>
<td height="10" colspan="2"></td>
</tr></tbody>
<tbody><tr>
<td height="16" align="center" valign="middle" class="module_name_bg">
<div class="module_name_left"></div>
<div class="module_name_right"></div>
<div class="module_name_text">'.$dop_foto_title.'</div>
</td>
</tr>
</tbody>

<tbody>
<tr>
<td class="goods_content">
<center>
<!-- <table width="60%" border="0" cellpadding="0" cellspacing="0">
<tbody><tr> -->
';
for ($d=0; $d<count($price_foto_one); $d++)
{
$source_image = get_source_image('pic/', $price_foto_one[$d], $Caching_image); // (путь до папки, имя файла, закачивать или нет)
echo '<!-- <td> --><div class="dop_photo">
<a title="'.$current_name.' : фотография '.($d+1).'" href="'.$tovar_url.'"><img name=fewphoto_dop_'.$d.' src="'.$source_image.'" border="0" hspace="2" alt="'.$price_name.' : фото '.($d+1).'" onmouseover="document.fewphoto_dop_'.$d.'.src=\''.$source_image.'\'"></a>
<!-- </td> --></div>';
}

echo'
<!-- </tr>
</tbody>
</table> -->
</center>
</td>
</tr>
</tbody>
';
}
// Дополнительные фотографии конец

}

echo'</table>';

if ( ( (isset($id)) || (isset($_GET['goods'])) ) && ($Recommend_goods == "on") ) { include ('recommend_goods.inc.php'); }


if ( (isset($brand)) && ( (count($main_search_resultat)-$Num_pp)>0 ) && (!isset($id)) )
{
echo'
<!-- Навигация начало -->
<table width="60%" border="0" cellpadding="0" cellspacing="0">

<!-- Горизонтальный разделитель -->
<tbody><tr><td height="1" class="separate_1"></td></tr></tbody>
<!-- Горизонтальный разделитель -->

<tbody><tr>
<td class="navigate_pages_bg">
<div class="navigate_pages_left"></div>
<div class="navigate_pages_right"></div>
<div class="navigate_pages_text">';
navigate(count($main_search_resultat), $Num_pp);
echo' </div>
</td>
</tr></tbody>
</table>
<!-- Навигация конец -->
';

}

echo '
<table width="60%" border="0" cellpadding="0" cellspacing="0">

<!-- Разделитель товаров начало -->
<tbody><tr><td align="center" valign="top" height="10"></td></tr></tbody>
<!-- Разделитель товаров конец -->
</table>

';
include('block_sub_brands_in_main.inc.php');

echo '

<!-- Вывод товаров конец -->
<!-- Конец вывода на печать -->
';

?>

P.S. ОЧЕНЬ ПРОШУ ПОМОЧЬ!

Edited by Agilardo
Link to comment
Share on other sites

  • 0

Здравствуйте ув. форумчане!

Очень нужна помощь!

Суть вопроса такова:

Есть php файл с описанием товара,

пытаюсь (с букварём php-html) переделать дизайн,всю ночь и половину дня редактировал,после всего-пусто на том месте,где должно быть описание товара!...

Так как не особо в теме,но очень хочется - ОЧЕНЬ ПРОШУ помочь определить ошибку...

Пожалуйста Помогите разобраться!!!

Вот сам код:

P.S. ОЧЕНЬ ПРОШУ ПОМОЧЬ!

Вот мой отредактированный вариант на форуме выложить не получается из-за того что он сам делает лишние переносы с которыми код становится не рабочим... единственное что в нем есть место

                }


{
//(4.00.19 04.11.2010 архивный прайс лист

так вот такого быть не должно... однако догодаться что там должно быть я не могу... так на обум можете написать как:

                } else {
//(4.00.19 04.11.2010 архивный прайс лист

Edited by stars
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy