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

ХЕЛП! с оформлением карточки товара

  • Posts: 5
  • Thank you received: 0
8 years 11 months ago #202474

Ребят помогите с настройкой товара. По умолчанию идет картинка-цена-название.
А мне надо сделать Картинка - название-цена. Спасибо

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

  • Posts: 26007
  • Thank you received: 4004
  • MODERATOR
8 years 11 months ago #202477

Hi,

I moved your question in the Russian section of the forum.
Please understand that we do not speak Russian at HikaShop and we can't offer support in Russian.

If you want to post in the HikaShop forum to have an answer from the HikaShop support team, please 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: 540
  • Thank you received: 49
8 years 11 months ago #202484

судя по тексту править надо тут -ваш шаблон вид product файл listing_img_title


сайт з перекладами www.benefit.in.ua
PS. спасибо переводить Webmoney : Z207635098627 R152456839841 или ЯД 410011027999056
The following user(s) said Thank You: oranjmc

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

  • Posts: 5
  • Thank you received: 0
8 years 11 months ago #202486

в общем вот так надо сделать. где и в каком файле мне это исправить. \
autoban21.ru/index.php/b-u-zapchasti/category/16-peugeot-boxer

Attachments:

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

  • Posts: 540
  • Thank you received: 49
8 years 11 months ago #202487

ну вот и поменяйте там местами блоки, где я указал конфигурация хики - шаблоны вывода - -ваш шаблон вид product файл listing_img_title


сайт з перекладами www.benefit.in.ua
PS. спасибо переводить Webmoney : Z207635098627 R152456839841 или ЯД 410011027999056
Last edit: 8 years 11 months ago by master_b.
The following user(s) said Thank You: oranjmc

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

  • Posts: 5
  • Thank you received: 0
8 years 11 months ago #202489

что то не нашел про прайс
<?php
/**
* @package HikaShop for Joomla!
* @version 2.4.0
* @author hikashop.com
* @copyright (C) 2010-2015 HIKARI SOFTWARE. All rights reserved.
* @license GNU/GPLv3 www.gnu.org/licenses/gpl-3.0.html
*/
defined('_JEXEC') or die('Restricted access');
?><?php $link = $this->getLink($this->row);?>
<?php if($this->config->get('thumbnail',1)){ ?>
<div style="height:<?php echo $this->image->main_thumbnail_y;?>px;text-align:center;clear:both;" class="hikashop_category_image">
<a href="<?php echo $link;?>" title="<?php echo $this->escape($this->row->category_name); ?>">
<?php
$image_options = array('default' => true,'forcesize'=>$this->config->get('image_force_size',true),'scale'=>$this->config->get('image_scale_mode','inside'));
$img = $this->image->getThumbnail(@$this->row->file_path, array('width' => $this->image->main_thumbnail_x, 'height' => $this->image->main_thumbnail_y), $image_options);
if(!empty($img) && $img->success) {
echo '<img class="hikashop_product_listing_image" title="'.$this->escape(@$this->row->file_description).'" alt="'.$this->escape(@$this->row->file_name).'" src="'.$img->url.'"/>';
}
?>
</a>
</div>
<?php } ?>
<br/>
<span class="hikashop_category_name">
<a href="<?php echo $link;?>">
<?php

echo $this->row->category_name;
if($this->params->get('number_of_products',0)){
echo ' ('.$this->row->number_of_products.')';
}
?>
</a>
</span>

Last edit: 8 years 11 months ago by oranjmc.

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

  • Posts: 5
  • Thank you received: 0
8 years 11 months ago #202490

а все ступил! нашел! спасибо!

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

  • Posts: 540
  • Thank you received: 49
8 years 11 months ago #202493

вот и славненько


сайт з перекладами www.benefit.in.ua
PS. спасибо переводить Webmoney : Z207635098627 R152456839841 или ЯД 410011027999056

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

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