Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Individual Shipping / PWA


samclarke

Recommended Posts

Hey guys,

 

Ive been running my site with Individual shipping costs for quite some time now, and it all works fine... This morning I tried to install Purchase without account, but I am given this problem when I continue to purchase.

 

The line in "catalog/includes/classes/shipping.php" which recalls the individual shipping cost, and displays it for the customer:

 

$shiptotal = $cart->get_shiptotal();

 

Is creating this problem:

 

Fatal error: Call to undefined method shoppingCart::get_shiptotal() in /home/t/h/thompsons/public_html/includes/classes/shipping.php on line 20

 

Does anyone know the solution to this problem?

 

Sam

Link to comment
Share on other sites

The Fatal Error - shows up on /checkout_shipping.php

 

Sam

 

 

hi sam.

 

check for a function in the file shopping_cart.php in the includes/classes folder. The error is due to that.. osc engine is trying to calcualte the shipping cost using one of the modules. that module code has the function call. check the module install and check it you had done everything correctly. if you dont know which one, disable-enable each and try to trace out.

 

Cheers

Hari

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...