Skip to main content

Modify Market's element:product> listing_img_title

More
12 years 4 months ago - 12 years 4 months ago #156264 by drmad
-- 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:
Code:
<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
Code:
<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: 12 years 4 months ago by drmad.

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

More
12 years 4 months ago #156269 by Jerome
Hi,

The blocks are displayed in the pages using the "extra_data".
In the HikaShop view, you will find this kind of code:
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.154 seconds
Powered by Kunena Forum