Guest Posted July 21, 2005 Share Posted July 21, 2005 (edited) 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? Edited July 21, 2005 by darkside Quote Link to comment Share on other sites More sharing options...
Guest Posted July 22, 2005 Share Posted July 22, 2005 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! <{POST_SNAPBACK}> If this is the case, then why do you not simply replace any file that could be causing the problem :-" Matti Quote Link to comment Share on other sites More sharing options...
Guest Posted July 22, 2005 Share Posted July 22, 2005 (edited) If this is the case, then why do you not simply replace any file that could be causing the problem? :-" <{POST_SNAPBACK}> 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 July 22, 2005 by darkside Quote Link to comment Share on other sites More sharing options...
Guest Posted July 22, 2005 Share Posted July 22, 2005 Your screenshot is not of 'the standard script, with no mods' :-" Replace includes/classes/shipping.php Matti Quote Link to comment Share on other sites More sharing options...
Guest Posted July 22, 2005 Share Posted July 22, 2005 (edited) Your screenshot is not of 'the standard script, with no mods' :-" Replace includes/classes/shipping.php Matti <{POST_SNAPBACK}> 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 July 22, 2005 by darkside Quote Link to comment Share on other sites More sharing options...
dittones Posted July 23, 2005 Share Posted July 23, 2005 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.