div Products list- move excl vat price to new line

  • Posts: 7
  • Thank you received: 0
11 years 4 months ago #107858

I have my products list in div format showing price with tax and the price excl tax.

www.soundwarehouse.co.uk/index.php?optio...ls&Itemid=78&lang=en

I want to move the excl vat price onto a line below the including tax price, and remove the blank line above the with tax price

Where do I do this - I cant find it anywhere!!!

Thanks

Last edit: 11 years 4 months ago by noisypenguin.

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

  • Posts: 2334
  • Thank you received: 403
11 years 4 months ago #107905

Hi there,

You can edit this in Display>Views in the view listing_div of product or category.

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

  • Posts: 29
  • Thank you received: 0
  • Hikaserial Subscription Hikashop Business
9 years 8 months ago #190339

I have simillar problem - but for listing_table

Sorry - but it seems your advice is not right.

For the prices is this code in listing_table.php:

if($this->params->get('show_price','-1')=='-1'){
	$config =& hikashop_config();
	$this->params->set('show_price',$config->get('show_price'));
}
if($this->params->get('show_price')){ ?>
<td class="hikashop_product_price_row">
<?php
	$this->setLayout('listing_price');
	echo $this->loadTemplate();
?>

And in this code it is not possible to move the price excluding VAT to a new line.

hmm ?

Last edit: 9 years 8 months ago by Pajerchin.

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

  • Posts: 13201
  • Thank you received: 2322
9 years 8 months ago #190350

Hi,

The answer was posted in June 2013, so a long time ago, things have changed since ;)
So to move the VAT on another line, you have to edit the view "product / listing_price".

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

Time to create page: 0.086 seconds
Powered by Kunena Forum