Hi Seyi,
A few months ago you helped sort out a problem on my site, where Step 5 (Payment Step) was not being skipped when cart value was at 0 (normally Step 5 should be skipped when cart value at 0). Your fix was to add the following to the file: components/com_eshop/models/checkout.php
$this->total = round($total,4); # seyi_code
I have downloaded the latest eshop version and am having same issue, even though your fix on decimal places remains in place. Would you mind taking a look at my development site if I send you the login details via email? That would be greatly appreicated.
BR
A few months ago you helped sort out a problem on my site, where Step 5 (Payment Step) was not being skipped when cart value was at 0 (normally Step 5 should be skipped when cart value at 0). Your fix was to add the following to the file: components/com_eshop/models/checkout.php
$this->total = round($total,4); # seyi_code
I have downloaded the latest eshop version and am having same issue, even though your fix on decimal places remains in place. Would you mind taking a look at my development site if I send you the login details via email? That would be greatly appreicated.
BR