Jump to content
  • 0

CMS oscommerce


sergio_ktt
 Share

Question

Есть CMS oscommerce, глухо запутанная.

Нужно расположить блок с поиском и ICQ номером в шапке.

Блоки идут PHP скриптом, вставляя оные в шапку - ничего не происходит.

Админка весьма примитивная и позволяет расположить их только в левой или правой колонке - получается что расположить в другом месте нельзя?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Все получилось!

Код вставляется в templates/шаблон/main_page.tpl.php, я тулил не весь участок PHP кода.

Вот код, осталось его модернизировать под заданные потребности.


<?php
$info_box_contents = array();
$info_box_contents[] = array('text' => '<font color="' . $font_color . '">' . BOX_HEADING_SEARCH . '</font>');
new infoBoxHeading($info_box_contents, false, false);

$info_box_contents = array();
// IQ 20040610-3-hhaller w013 QuickSearch searches in description, too
if (QUICKSEARCH_IN_DESCRIPTION == 'true') {
$iq_text = '<input type="hidden" name="search_in_description" value="1">';
} else {
$iq_text = '';
}
$info_box_contents[] = array('form' => tep_draw_form('quick_find', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get'),
'align' => 'center',
// 'text' => tep_draw_input_field('keywords', '', 'size="10" maxlength="30" style="width: ' . (BOX_WIDTH-30) . 'px"') . ' ' . tep_hide_session_id() . tep_template_image_submit('button_quick_find.gif', BOX_HEADING_SEARCH) . '<br>' . BOX_SEARCH_TEXT . '<br><a href="' . tep_href_link(FILENAME_ADVANCED_SEARCH) . '"><b>' . BOX_SEARCH_ADVANCED_SEARCH . '</b></a>');
'text' => $iq_text . '<table border=0><tr><td>' . tep_draw_input_field('keywords', '', 'size="10" maxlength="30" style="width: ' . (BOX_WIDTH-30) . 'px"') . '</td><td>' . tep_hide_session_id() . tep_template_image_submit('button_quick_find.gif', BOX_HEADING_SEARCH) . '</td></tr></table>
' . BOX_SEARCH_TEXT . '
<a href="' . tep_href_link(FILENAME_ADVANCED_SEARCH) . '">' . BOX_SEARCH_ADVANCED_SEARCH . '</a>');
// IQ 20040610-3-hhaller w013 end

new infoBox($info_box_contents);
$info_box_contents = array();
$info_box_contents[] = array('align' => 'left',
'text' => tep_draw_separator('pixel_trans.gif', '100%', '1')
);
new infoboxFooter($info_box_contents, true, true);
?>

Когда долго разбираешься в чем то ужасном без отдыха, мозги превращаются в холодец и изо рта начинают капать слюни :wacko:.

Благодарю за проявленный интерес, он то мне и помог и конечно чашка чая с плюшкой.

Edited by sergio_ktt
Link to comment
Share on other sites

  • 0

Надо работать с промежутками через каждые 1,5-2 часа, отвлекаясь на спорт либо чашку кофе с сигареткой, иначе ппц)

Так устроен наш мозг, тогда он принимает самые оптимальные решения.

Link to comment
Share on other sites

  • 0

Это точно подмечено.

Ребята, не дай вам бог встретиться с такой хренью как oscommerce!

Наследование стилей блоков происходит каким то хитрым способом через PHP и засунуто в миллион таблиц с одинаковыми именами классов.

Edited by sergio_ktt
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