× Здесь вы можете свободно общаться на русском языке. Просим отнестись с пониманием к тому, что мы не разговариваем на этом языке и не можем осуществлять поддержку на нем.

Описание категорий, как опустить под товары.

  • Posts: 2
  • Thank you received: 0
9 years 1 month ago #194067

-- url of the page with the problem -- : dacha-ferma.ru/
-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.3.3
-- Error-message(debug-mod must be tuned on) -- : Описание категорий, как опустить под товары.

Добрый день.
Помогите пожалуйста, искал ответ на форуме не нашел.

На сайте описание категорий находиться с верху товаров, но это ужасно не удобно как сделать чтобы описание было под товарами в конце страничке.

не судите строга я новичок в этом деле, но очень надо опустить описание под товары.

Please Log in or Create an account to join the conversation.

  • Posts: 26007
  • Thank you received: 4004
  • MODERATOR
9 years 1 month ago #194069

Hi,

I moved your thread in the Russian section of the forum, where the Russian community will be able to answer you.
Please understand that we do not speak Russian at HikaShop and we can't offer support in Russian.
If you want an answer from the HikaShop team, please open a new thread, in English.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 21
  • Thank you received: 2
9 years 1 month ago #194104

category / listing.php
кусок кода перенести в конец файла


<?php
if($this->params->get('show_image') && !empty($this->element->file_path)){
jimport('joomla.filesystem.file');
if(JFile::exists($this->image->getPath($this->element->file_path,false))){
?>
<img src="<?php echo $this->image->getPath($this->element->file_path); ?>" class="hikashop_category_image"/>
<?php
}
}
if($this->params->get('show_description',1)&&!empty($this->element->category_description)){
?>
<div class="hikashop_category_description_content">
<?php echo JHTML::_('content.prepare',$this->element->category_description); ?>
</div>
<?php
}
?>

The following user(s) said Thank You: webch, ttpsix

Please Log in or Create an account to join the conversation.

  • Posts: 35
  • Thank you received: 1
9 years 1 month ago #194155

получилось но почему то после развиение страницы.
ну это ладно мне пока не надо.
я вот что сделал тут описание к левой части prntscr.com/6f53q2
у меня джумал 3 хика HikaShop Business: 2.3.5
я добабил код <center> </center> и вуаля prntscr.com/6f55t8

у меня только код вот такой а как не как у вас
<center>
<?php
if($this->params->get('show_image') && !empty($this->element->file_path)){
jimport('joomla.filesystem.file');
if(JFile::exists($this->image->getPath($this->element->file_path,false))){
?>
<img src="<?php echo $this->image->getPath($this->element->file_path); ?>" class="hikashop_category_image"/>
<?php
}
}
if($this->params->get('show_description',1)&&!empty($this->element->category_description)){
?>
<div class="hikashop_category_description_content">
<?php echo JHTML::_('content.prepare',$this->element->category_description); ?>
</div>
<?php
}
?></center>

The following user(s) said Thank You: ttpsix

Please Log in or Create an account to join the conversation.

  • Posts: 2
  • Thank you received: 0
9 years 1 month ago #194207

Парни огромное спасибо) получилось!!!!!!

а я как дурак уже 3 недели пытался найти нужные строчки метадом тыка)))

Please Log in or Create an account to join the conversation.

  • Posts: 35
  • Thank you received: 1
9 years 1 month ago #194409

я кстати еще добавил поделится сдрузьями prntscr.com/6fn03t

Please Log in or Create an account to join the conversation.

Moderators: progreccor
Time to create page: 0.092 seconds
Powered by Kunena Forum