Customfields

  • Posts: 145
  • Thank you received: 1
4 years 10 months ago #318345

-- HikaShop version -- : 4.2.3
-- Joomla version -- : 3.9.18
-- PHP version -- : 7.3.17

Hi there

Which file do i find the custum fields ?
i would to have some of the costum fields under the "hikashop_product_quantity_field_1" , where do u find that?


Best regards
Brian
Attachments:

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

  • Posts: 83409
  • Thank you received: 13502
  • MODERATOR
4 years 10 months ago #318348

Hi,

Activate the "Display view files" setting of the HikaShop configuration, and you'll see there which view file is displaying that area.
It should be product / show_block_custom_main.php I think.

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

  • Posts: 145
  • Thank you received: 1
4 years 10 months ago #318940

How do i change the position, so product/ show_block_custom_main.php is under the product / show_block_tags.php ?


Best regards
Brian
Attachments:

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

  • Posts: 83409
  • Thank you received: 13502
  • MODERATOR
4 years 10 months ago #318946

Hi,

You need to edit the file product / show_tabular.php ( you can see that it enconpasses both views on that page (above the product name area)). And there, search for the block of code with "product_files" and the block of code with "tags" and swap both.

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

  • Posts: 145
  • Thank you received: 1
4 years 10 months ago #319007

I am not sure what you mean by ""product_files" and the block of code with "tags" and swap both."

I cant find it in the code?

<input type="hidden" name="cart_type" id="type" value="cart"/>
	<input type="hidden" name="add" value="1"/>
	<input type="hidden" name="ctrl" value="product"/>
	<input type="hidden" name="task" value="updatecart"/>
	<input type="hidden" name="return_url" value="<?php echo urlencode(base64_encode(urldecode($this->redirect_url)));?>"/>
</form>
<?php
	$description = trim(JHTML::_('content.prepare',preg_replace('#<hr *id="system-readmore" */>#i','',$this->element->product_description)));
	$selected = '';
?>

<div id="hikashop_product_bottom_part" class="hikashop_product_bottom_part show_tabular">
	<div id="hikashop_tabs_div">
		<ul class="hikashop_tabs_ul">


Best regards
Brian
Last edit: 4 years 10 months ago by Nowweb.

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

  • Posts: 83409
  • Thank you received: 13502
  • MODERATOR
4 years 10 months ago #319021

Hi,

In the product / show_tabular.php view file,
move the code:

				echo $specif_tab_content;
<?php }
to after :
	if(HIKASHOP_J30) {
		$this->setLayout('show_block_tags');
		echo $this->loadTemplate();
	}
And remove the code:
<?php if(!empty($specif_tab_content)) {
		if(empty($selected)) $selected = 'hikashop_show_tabular_specification'; ?>
			<li id="hikashop_show_tabular_specification_li" class="hikashop_tabs_li ui-corner-top"><?php echo JText::_('SPECIFICATIONS');?></li>
<?php } ?>
to delete the tab for the specifications.

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

  • Posts: 145
  • Thank you received: 1
4 years 10 months ago #319268

Okay.. i have tried this.

I havent been all clear what i want.
I want to have some of the customfields in the area where the show_block_product_file.php is?

Not all the customfields, how do i do take some of them and place at the new place?


Best regards
Brian

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

  • Posts: 83409
  • Thank you received: 13502
  • MODERATOR
4 years 10 months ago #319281

Hi,

In that case that's a bit more complex as you need to load the template displaying the product custom fields twice, setting beforehand the list of fields you want to be displayed each time and then displaying the correct HTML at the correct place.
I'm afraid we're already outside standard user support here. My previous message was already providing custom coding.
If you want us to work on that for you, please use our contact form to request a quote on the development:
www.hikashop.com/support/contact-us.html
Please include a link to this thread, and the exact list of what field to have where.

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

  • Posts: 145
  • Thank you received: 1
4 years 9 months ago #319421

Thanks you, Nicolas
You are kind.


Best regards
Brian
Last edit: 4 years 9 months ago by Nowweb.

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

Time to create page: 0.083 seconds
Powered by Kunena Forum