Show Tax Category

  • Posts: 3
  • Thank you received: 0
11 years 10 months ago #84140

How can I show the Tax Category into product page (show_default) ?
Thanks.
Best regards.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 10 months ago #84395

You can use some codee like:

	<?php
$db	= JFactory::getDBO();
$db->setQuery('SELECT `category_name` FROM '.hikashop_table('category').' WHERE `category_id`= '.$this->element->product_tax_id);
$tax_namekey = $db->loadResult(); 	
	 ?>

The following user(s) said Thank You: zatanet

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

Time to create page: 0.065 seconds
Powered by Kunena Forum