Dzięki serdeczne
Przetestuję na moim próbnym sklepie.
No i czekam z niecierpliwością na dalszą część tutoriala
Jakbyś potrzebował czegoś graficznego uderzaj na info@bochnacki.net - z miłą chęcią się odwdzięczę.
$this->children = array(
'common/column_left',
'common/column_right',
'common/content_top',
'common/content_bottom',
'common/footer',
'common/header'
);
$this->children = array(
'common/column_left',
'common/column_right',
'common/extra_content_top',
'common/content_top',
'common/content_bottom',
'common/footer',
'common/header'
);
<?php echo $header; ?><?php echo $column_left; ?><?php echo $column_right; ?>
<div id="content"><?php echo $extra_content_top; ?><?php echo $content_top; ?>
<h1 style="display: none;"><?php echo $heading_title; ?></h1>
<?php echo $content_bottom; ?></div>
<?php echo $footer; ?>
<?php echo $extra_content_top; ?>
<?php echo $header; ?><?php echo $column_left; ?><?php echo $column_right; ?>
<div id="content"><?php echo $content_top; ?>
<?php echo $header; ?><?php echo $column_left; ?><?php echo $column_right; ?>
<div id="content"><?php echo $extra_content_top; ?><?php echo $content_top; ?>
$this->children = array(
...
);
$this->children = array(
'common/column_left',
'common/column_right',
'common/content_top',
'common/header'
);
$this->children = array(
'common/column_left',
'common/column_right',
'common/extra_content_top',
'common/content_top',
'common/header'
);
<td class="left"><select name="account_module[<?php echo $module_row; ?>][position]">
<td class="left"><select name="account_<?php echo $module_row; ?>_position">
<?php if (${'account_' . $module . '_position'} == 'content_top') { ?>
<option value="content_top" selected="selected"><?php echo $text_content_top; ?></option>
<?php } else { ?>
<option value="content_top"><?php echo $text_content_top; ?></option>
<?php } ?>
<?php if (${'account_' . $module . '_position'} == 'content_bottom') { ?>
<option value="content_bottom" selected="selected"><?php echo $text_content_bottom; ?></option>
<?php } else { ?>
<option value="content_bottom"><?php echo $text_content_bottom; ?></option>
<?php } ?>
<?php if (${'account_' . $module . '_position'} == 'column_left') { ?>
<option value="column_left" selected="selected"><?php echo $text_column_left; ?></option>
<?php } else { ?>
<option value="column_left"><?php echo $text_column_left; ?></option>
<?php } ?>
<?php if (${'account_' . $module . '_position'} == 'column_right') { ?>
<option value="column_right" selected="selected"><?php echo $text_column_right; ?></option>
<?php } else { ?>
<option value="column_right"><?php echo $text_column_right; ?></option>
<?php } ?>
</select></td>
<?php if ($module['position'] == 'extra_content_top') { ?>
<option value="extra_content_top" selected="selected"><?php echo $text_extra_content_top; ?></option>
<?php } else { ?>
<option value="extra_content_top"><?php echo $text_extra_content_top; ?></option>
<?php } ?>
Powrót do Pomoc techniczna przy Opencart
Użytkownicy przeglądający ten dział: Brak zidentyfikowanych użytkowników i 5 gości