Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

strange random numbers


Hoheria

Recommended Posts

Posted

strange (random?) numbers at checkout - on checkout_shipping.php page

 

this seems to follow on from making some minor changes to the captions on checkout_shipping page.

 

Now I get some numbers injected into the caption at the head of the Shipping Method box such as

 

"33.5,2.1Shipping Method" - this train of numbers do not exist in any file and the text in the language defintion file is correct. Indeed the number is not consistent - I went back and added another item to the cart then went back to shipping page and it returned

"36,2.4Shipping Method" and another item and again "39,2.7Shipping Method"

 

I've just realised the second digit seems tied up with the increase in weight of added item (each is 0.3kg) but the shipping total weight is not reflected.

 

any ideas folks?

 

Martin

Posted

well these are in the quote that is sent by shipping company server.

 

 

Satish

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Posted

Hi Martin

 

Was it you that was using zone rates that I was talking to yesterday.

 

Anyway, can you post your shipping table?

Posted
Hi Martin

 

Was it you that was using zone rates that I was talking to yesterday.

 

Anyway, can you post your shipping table?

 

not guilty Coopco! but I have effected a temporary fix by renaming the call in checkout-shipping.php from:

 

<?php echo TABLE_HEADING_SHIPPING_METHOD; ?>

 

to

<?php echo TABLE_HEADING_SHIPPING_METHOD1; ?>

 

and the definition to:

define('TABLE_HEADING_SHIPPING_METHOD1', 'Shipping Method');

 

so I reckon there must be some sort of conflict of calls?

 

Martin

Posted
not guilty Coopco! but I have effected a temporary fix by renaming the call in checkout-shipping.php from:

 

<?php echo TABLE_HEADING_SHIPPING_METHOD; ?>

 

to

<?php echo TABLE_HEADING_SHIPPING_METHOD1; ?>

 

and the definition to:

define('TABLE_HEADING_SHIPPING_METHOD1', 'Shipping Method');

 

so I reckon there must be some sort of conflict of calls?

 

Martin

No problem, just wondered if there was a result.

 

Did you duplicate a shipping module?

Archived

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

×
×
  • Create New...