Customize hikashop_product_contact_main

  • Posts: 41
  • Thank you received: 1
5 years 4 months ago #301508

-- url of the page with the problem -- : www.indianmotos.es/pruebamotocasion/
-- HikaShop version -- : 4.0.1
-- Joomla version -- : 3.4.8
-- PHP version -- : 5.3.29

Hi! I've just realize the contact feature in the product page. How I can customize it? I wnat to change the phrase, the position and the link.

Thanks.

Best regards

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

  • Posts: 81509
  • Thank you received: 13064
  • MODERATOR
5 years 4 months ago #301533

Hi,

The text can be changed with a translation override, like any text of the interface:
www.hikashop.com/download/languages.html#modify
Then, if you want to change the position and the link, you can edit the file "show_default" via the menu Display>Views and change/move that code:

<div id="hikashop_product_contact_main" class="hikashop_product_contact_main"><?php
	$contact = (int)$this->config->get('product_contact', 0);
	if(hikashop_level(1) && ($contact == 2 || ($contact == 1 && !empty($this->element->product_contact)))) {
		$css_button = $this->config->get('css_button', 'hikabtn');
?>
			<a href="<?php echo hikashop_completeLink('product&task=contact&cid=' . (int)$this->element->product_id . $this->url_itemid); ?>" class="<?php echo $css_button; ?>"><?php
				echo JText::_('CONTACT_US_FOR_INFO');
			?></a>
<?php
	}
?>
		</div>

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

Time to create page: 0.052 seconds
Powered by Kunena Forum