Search found 2 matches

Page 1 of 1

Search found 2 matches

Re: shipping method missing

I know what heapped, the product don't need shipping.
I add a break to function
  public function hasShipping() {
$shipping = FALSE;
foreach ($this->products as $product) {
  if ($product['shipping']) {
    $shipping = TRUE;
break;
  }
}

return $shipping;
}

Jump to post
  • Sat Feb 07, 2009 4:22 pm
  • Replies 1
  • Views 1889
shipping method missing

Hello all
I just installed new 1.0,
When I checkout, the page jump out of shipping page directly to payment page.
The layout is mess in firefox and IE, don't show up in opera(Notice: Undefined variable: gzdata in...).

Jump to post
  • Sat Feb 07, 2009 3:38 pm
  • Replies 1
  • Views 1889

Page 1 of 1

Search found 2 matches