This topic contains 15 replies, has 2 voices, and was last updated by Luna Garden 8 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Hi,
i did it total car cost is ok now but cost per day is still with vat included. I’m attaching a screenshot below. Cars list is still misaligned. I’m also attaching another screenshot. Look at the "Continue" buttons.
Provide me the link that contains the error, as I see in this link Style looks OK now, no misaligned: http://pier1.gr/index.php/en/component/vikrentcar/?option=com_vikrentcar&task=search&Itemid=162&place=1&pickupdate=06%2F06%2F2016&pickuph=09&pickupm=00&returnplace=1&releasedate=08%2F06%2F2016&releaseh=09&releasem=00&categories=all
For cost per day is included with VAT, in files:
templates\ja_rent\html\com_vikrentcar\search\default.php
find
<?php if($car_params['sdailycost'] == 1 && $days > 1) {
$costperday = $car_cost / $days;
?>
change to:
<?php if($car_params['sdailycost'] == 1 && $days > 1) {
$costperday = $r[0]['cost'] / $days;
?>
This topic contains 15 replies, has 2 voices, and was last updated by Luna Garden 8 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum