Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I broke my shipping, what's wrong here?


DEMAND Performance

Recommended Posts

Whenever I try logging in to checkout on my site, I get this fatal error. I loaded the base install of OSCommerce for all the shipping_* files, because it looks like it's AuctionBlox related. No go. I think I'm okay with removing any auctionblox related files to fix this,

 

The error:

Fatal error: Call to undefined function: internal_get_auction_products() in /home/demandb/public_html/shop/includes/modules/shipping/fixed.php on line 227

 

The code:

  function calculateShippingForAuctionItemsOnly()
 {
global $cart, $order;

$shipping = 0.0;
 Line 227 ->>>  foreach ($cart->internal_get_auction_products() as $key => $item)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...