Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Strange table display in shipping modules


Guest

Recommended Posts

Here is a screen grab from my Checkout Shipping page.

 

There seems to be some spurious output below the methods of shipping. This output is there no matter which method is selected. It only disappears when no shipping method is selected at all!

 

I am using a standard script with no mods other than my template. This is running on another store I have deployed in the usual manner!

 

Any clues?

 

oscomm_shipping_display_pro.jpg

Edited by darkside
Link to comment
Share on other sites

I am using a standard script with no mods other than my template.  This is running on another store I have deployed in the usual manner!

 

 

 

If this is the case, then why do you not simply replace any file that could be causing the problem :-"

 

Matti

Link to comment
Share on other sites

If this is the case, then why do you not simply replace any file that could be causing the problem? :-"

 

With what?

 

As stated, I am running the standard script, with no mods. I have already tried replacing the file with the original (same!) file but no joy.

 

The self-same file that shows errors on my site works OK on another site, hosted on the same server. Turning all shipping modules off does fix it, but any one or more cause this output.

 

I was wondering if this could be down to something in the shipping module config - but can't seem to find anything to turn off or over-ride under Modules -> Shipping.

Edited by darkside
Link to comment
Share on other sites

Your screenshot is not of 'the standard script, with no mods'  :-"

 

Replace includes/classes/shipping.php

 

Matti

 

Thanks for trying to help...

 

The script doing the actual work (the shipping module) is not modified. I have simply 'wrapped' my template round the shop by editting the includes/top.php and includes/bottom.php but this does not impact on any of the functionality within the site.

 

I have replaced the files with direct copies from my other working install (live store that I did for another client) and cannot seem to get this to work either on my local server or my host... :blink:

Edited by darkside
Link to comment
Share on other sites

Darkside

If you have a little coding backgroud PHP type...put echo scripts in the shipping.php module and other that generates the shipping selection options.

example <?php echo "point A ".$varible_name; ?>

 

This will display on you screen when the code is encountered...so if you put

this type of code along the trail of logic it will show you where the rtn... of your

problem is accuring...This technique is called debuging...

 

Oh the $varible_name can be replaced by any varible that you may need to see

what is stored in it...Hope this gives you some help.

 

Roman

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...