Guest Posted March 14, 2010 Posted March 14, 2010 I have "manually" installed Discount Coupons version 3.32 and removed twice and I have manually installed Discount Coupons version 3.34 three times and removed twice. Still currently installed. I have not missed any files and it is the same thing each time. The top of all of my pages where my store name goes says the following FOOTER_TEXT_BODY2 SSCCC1 | SSCCC2 | SSCCC3 | SSCCC4 | SSCCC5 -------------------------------------------------------------- FOOTER_TEXT_BODY2 is where my store name should be and SSCCC1 | SSCCC2 | SSCCC3 | SSCCC4 | SSCCC5 is where the top navagation links should be. Inside the search box it says BOX_VALUE_SEARCH At the place where it says In Cart, when I have 1 item it says 10 (it added an extra space) if I have 2 items it says 20 etc. The navagation links at the bottom of the page look like this HF1 HF2 HF3 HF4 HF5 HF6 If you select checkout, when it gets to the Checkout_payment screen/file the screen is out of proportion - half is screen is offset to sides of screen. This next screen is the same way. Discount Coupons "IS" working - the option is there and when you enter a code that has been created beforehand, it works just fine. I have reinstalled my backup with no luck, AND I totally reinstalled my template for the store and still the same thing. Can someone please help with this. What file is out of format that would cause these issues and how can I correct it. Thanks DOug Quote
Guest Posted March 14, 2010 Posted March 14, 2010 Doug are you using a template or STS ?? Chris Quote
Guest Posted March 15, 2010 Posted March 15, 2010 (edited) Doug are you using a template or STS ?? Chris Thanks for the reply Chris A template that came from my server service with the oscommerce Was wondering, if I make a back up of my back up database to my machine and then uninstall oscommerce and reinstall using another template, can I just manually create the backup directory and put my database back and have all products I currently have listed or will I lose them? If you want to see what it is doing, you can see it here http://turkey-ridge.com/oscommerce/index.php Doug Edited March 15, 2010 by turkey-ridge Quote
Guest Posted March 15, 2010 Posted March 15, 2010 OK, with my limited knowledge of PHP and somewhat less limited knowledge of HTML I have figured out a few things. The catalog/index.php is calling a few different files, which have been corrupted somehow with the install of the Coupon Code Contribution. The catalog/index.php starts like this – I have highlighted the code that is displaying in bold <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <html dir="LTR" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Turkey-Ridge</title> <base href="http://turkey-ridge.com/oscommerce/"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"> <!-- header //--> At this point it calls header.php <center> <table width="734" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="88" align="left"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr align="left" valign="top"> <td width="339" height="88" align="center" valign="middle"> <span class="LOGO">FOOTER_TEXT_BODY2</span> </td> <td width="395"><table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:42px "> <tr> <td><span class="header"><a href="http://turkey-ridge.com/oscommerce/specials.php" class="header">SSCCC1</a> | <a href="http://turkey-ridge.com/oscommerce/advanced_search.php" class="header">SSCCC2</a> | <a href="http://turkey-ridge.com/oscommerce/contact_us.php" class="header">SSCCC3</a> | <a href="http://turkey-ridge.com/oscommerce/create_account.php" class="header">SSCCC4</a> | <a href="http://turkey-ridge.com/oscommerce/login.php" class="header">SSCCC5</a> </span></td> </tr> </table></td> </tr> </table></td> </tr> END OF CATALOG/INDEX.PHP FILE Here is a piece of the /includes/header.php file where I "ASSUME" this code is coming from?? /includes/header.php section below <center> <table width="734" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="88" align="left"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr align="left" valign="top"> <td width="339" height="88" align="center" valign="middle"><span class="LOGO"> <?php echo FOOTER_TEXT_BODY2; ?></span></td> <td width="395"><table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:42px "> <tr> <td><span class="header"><?php echo '<a href="' . tep_href_link(FILENAME_SPECIALS) . '" class="header">' . SSCCC1 . '</a>'; ?> | <?php echo '<a href="' . tep_href_link(FILENAME_ADVANCED_SEARCH) . '" class="header">' . SSCCC2 . '</a>'; ?> | <?php echo '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '" class="header">' . SSCCC3 . '</a>'; ?> | <?php echo '<a href="' . tep_href_link(FILENAME_CREATE_ACCOUNT) . '" class="header">' . SSCCC4 . '</a>'; ?> | <?php echo '<a href="' . tep_href_link(FILENAME_LOGIN) . '" class="header">' . SSCCC5 . '</a>'; ?></span></td> </tr> </table></td> </tr> </table></td> </tr> END OF CATALOG/INCLUDES/HEADER.PHP FILE I hope this helps someone figure out what could be causing this issue. If I remove coupon codes, all goes back to normal??? ANY help with this would be GREATLY APPRECIATED Thanks Doug Quote
Guest Posted March 15, 2010 Posted March 15, 2010 GOT IT 8~) I may not alwys know what I am doing, but every now and then I get lucky. I had manually installed 3.34 three time with same error and 3.32 twice with same I reinstalled the orginal template from my server and then used the Auto Installer for Version 3.32 and it worked. ?? I had manually installed 3.32 without luck twice. ?? Anyway - what are the differences between 3.32 and 3.34 that I should be aware of - do I need to install updates to 3.32?? Thanks Doug Quote
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.