Modify Market's element:product> listing_img_title

  • Posts: 43
  • Thank you received: 2
9 years 11 months ago #156264

-- HikaShop version -- : 2.3.1 / Markets 1.4.0

Hi Team,

I am looking for a way to move the Market's elements in the "product > listing_img_title", the two below elements:

<span class="hikamarket_list_edit"><a href="/main/zh/component/hikamarket/product/edit/cancel_action-product/cid-6"><img src="/main/media/com_hikamarket/images/icon-16/edit.png" alt="EDIT"></a></span>
and
<span class="hikamarket_vendor">Sold by: <a href="/main/zh/component/hikamarket/vendor/show/cid-2/name-48">Vendor Name</a></span>

I cannot find the respective codes in "product > listing_img_title" , please advise which while I should modify to move / relocate this 2 elements? for both category product list, and main product display.


Thanks.

Last edit: 9 years 11 months ago by drmad.

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

  • Posts: 26008
  • Thank you received: 4004
  • MODERATOR
9 years 11 months ago #156269

Hi,

The blocks are displayed in the pages using the "extra_data".
In the HikaShop view, you will find this kind of code:

<?php if(!empty($this->row->extraData->afterProductName)) { echo implode("\r\n",$this->row->extraData->afterProductName); } ?>
Which will display the extra data for the block named "after product name".
You will find similar code in the product page too.

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.
The following user(s) said Thank You: drmad

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

Moderators: Obsidev
Time to create page: 0.057 seconds
Powered by Kunena Forum