Move specifications above add to shopping cart

  • Posts: 6
  • Thank you received: 0
9 years 5 months ago #206039

-- url of the page with the problem -- : watches4watch.com/nl/michael-kors-outlet...-kors-mk5626-horloge
-- HikaShop version -- : 2.5.0
-- Joomla version -- : 3.4.1
-- PHP version -- : 5.4.33

:dry: Hopefully you can help me... I'm trying to set the specification "levertijd" above the shopping cart at the product page. Edit a couple of view, but can't seem to find the one or having the wrong code.

Can you help me with the correct view and code?

Thanks in advance! :oops:

Last edit: 9 years 5 months ago by Deecommerce.

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

  • Posts: 13201
  • Thank you received: 2322
9 years 5 months ago #206043

Hi,

What do you mean by "above the shopping cart" ? The price and add to cart part of the product page ?
If it is, you have to edit the view "product / show_tabular", remove the code:

			<li id="hikashop_show_tabular_specification_li" class="hikashop_tabs_li ui-corner-top"><?php echo JText::_('SPECIFICATIONS');?></li>
And move the code:
		<div class="hikashop_tabs_content" id="hikashop_show_tabular_specification">
		<?php
			//LAYOUT show_block_dimensions
			$this->setLayout('show_block_dimensions');
			echo $this->loadTemplate();
			if(!empty($this->fields)){
				//LAYOUT show_block_custom_main
				$this->setLayout('show_block_custom_main');
				echo $this->loadTemplate();
			}
		?>
		</div>
After:
	<?php
	if(!empty($this->element->extraData->rightBegin))
		echo implode("\r\n",$this->element->extraData->rightBegin);
	?>

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

  • Posts: 6
  • Thank you received: 0
9 years 5 months ago #206138

Thank you for the response. That was exactly the idea. I made the changes as you provided, but now I don't see the specifications anymore.

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

  • Posts: 13201
  • Thank you received: 2322
9 years 5 months ago #206145

Hi,

My bad, please rename or remove the class and id values:
class="hikashop_tabs_content" id="hikashop_show_tabular_specification"

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

Time to create page: 0.087 seconds
Powered by Kunena Forum