Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

scundered

Archived
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • Real Name
    Pat Boyle

scundered's Achievements

  1. Forgot to mention above , modernrc2a template (unmodified) in place
  2. I'm trying to add a line of JavaScript to display my SSL cert (or more correctly that my site HAS an SSL cert) by adding the following into footer.php - latest OSC release, latest STS. All working fine, so far, thanks to Bill. <tr> <td align="center" class="smallText"><?php echo FOOTER_TEXT_BODY; ?></td> </tr> Changed to: <tr> <td align="center" class="smallText"><?php echo FOOTER_TEXT_BODY; ?></td> </tr> <!-- new code added - SSL display --> <tr> <td align="left"><script language='Javascript' src='https://seal.godaddy.com /getSeal?sealID=191****380'></script></td> </tr> <!-- end of added code - SSL display --> Am I editing the right file? It should show an image that's clickable to validate my SSL cert. Works ok in a bog-standard HTML page, problematic in OSC pages.
  3. Bill, Do not ask how this happened, but when I traced down the bug with the tag name rather than the content of the Product listing box, it turns out that in catalog/includes/modules/sts_inc/sts_column_left.php Line 31 $sts->restart_capture ('category_cssmenu', 'box'); needed to be changed to Line 31 $sts->restart_capture ('categorycssmenu', 'box'); so that it tied up with the rest of the template. Works fine now. I'll stress again, I uploaded the template right from the package without editing any files. Anyone else seen this? Thanks again for your help in clarifying what the variable name should have been. keep up the good work! Pat
  4. Hi, Bill.... Yes, it's up, same issue. The other issue with me breaking the shop front was to do with cookies needing cleared after editing the content (default text) file - so that's sorted again. Scared me for a bit... :blush: So, I'm back to my basic OSC installation, STS installed and activated, the Modern theme applied and debug on - as seen here. Any further ideas?
  5. I believe I did, Bill. I'll check as soon as I get this latest mess sorted. I'll keep you posted....
  6. As regards my post above, I appear to have trashed my shop, trying to remove some of the default text. I'd renamed the original file before substituting my modified version, just to be on the safe side. Tried to delete my version and restore the name of the original, but that still gives an error. Fatal error: Call to a member function add_current_page() on a non-object in ....../includes/application_top.php on line 312 Oddly, re-uploading the file from the install package didn't fix things either.
  7. I did a clean install earlier today of OSC V2.2 RC2, installed STS V4.8.5 and all went well, which came as a surprise. I then uploaded the Modern Template for RC2a, following the optional steps and set it as the default. Looks fine apart from the fact I get the variable $categorycssmenu displayed on the page instead of a populated category box. See HERE. From the Install.txt file.... I've had a look at the documentation, what appears to be the relevant code pages and so on, but I'm not getting it. I'd like to have the custom categories CSS menu working - so anyone want a shot at pointing the idiot back at his village? :blush:
×
×
  • Create New...