Social Share Position

  • Posts: 70
  • Thank you received: 0
7 years 5 months ago #283126

-- HikaShop version -- : 3.2.1
-- Joomla version -- : 3.8.1

Can I move social share position from product name to wishlist bottom?

Attachments:

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

  • Posts: 83779
  • Thank you received: 13567
  • MODERATOR
7 years 5 months ago #283131

Hi,

Yes, it's possible.
As your product page has been customized, I'm not sure what you're using there and how it was customized.
I suppose that you can try moving the code:

<?php if(!empty($this->element->extraData->topEnd)) { echo implode("\r\n", $this->element->extraData->topEnd); } ?>

<?php
	$this->setLayout('show_block_social');
	echo $this->loadTemplate();
?>
in the file "show_default", or "show_tabular" of the view "product" via the menu Display>Views in order to move that peice of interface on that page.
www.hikashop.com/support/documentation/1...-display.html#layout

The following user(s) said Thank You: Bankthaworn

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

  • Posts: 70
  • Thank you received: 0
7 years 5 months ago #283150

I can fix that.
Many Thank.

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

Time to create page: 0.058 seconds
Powered by Kunena Forum