Page 1 of 1

Error with free shipping discount

Posted: 11 Jun 2018, 12:07
by PixelZombie
Hey!

I've noticed and fixed an error when I used a free shipping discount

Code: Select all

Notice: Undefined index: image in /var/www/web274/html/viiarc/components/com_phocacart/views/checkout/tmpl/default_shipping.php on line 84
and fixed line 84

Code: Select all

if ($this->t['shippingmethod']['image'] != '') {
with

Code: Select all

if (isset($this->t['shippingmethod']['image']) && $this->t['shippingmethod']['image'] != '') {

Re: Error with free shipping discount

Posted: 11 Jun 2018, 12:24
by Jan
Hi, great, thank you very much, I will fix it in next version.
Thank you, Jan

Re: Error with free shipping discount

Posted: 13 Aug 2018, 23:42
by Jan
Hi, should be OK in version 3.1.1
https://www.phoca.cz/news/984-phoca-car ... 1-released

Jan