Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

kamusicman

Archived
  • Posts

    30
  • Joined

  • Last visited

Profile Information

  • Real Name
    Kevin Cho

kamusicman's Achievements

  1. I've run into difficulty trying to get my Linkpoint Connect Module to work with STS. Whenever the payment gateway attempts to send back a success or failure message, STS just shows the log-in page. If I turn STS off, the gateway attempts are normal and I can see the success or failure messages. I found a post suggesting I alter the sts_display_output.php file with the following code: ////////Start Error Messages - Tom Wojcik if (isset($HTTP_GET_VARS['error_message']) && tep_not_null($HTTP_GET_VARS['error_message'])) { $messageStack->add('error_message', $HTTP_GET_VARS['error_message']); $template['content'] = $messageStack->output('error_message') . $template['content']; } ////// End Error Messages However, that didn't work. I put the code in the class/sts.php file and that didn't work either. What do I need to do? Thanks in advance.
  2. I'm having the same problem. I think it's a problem with the Javascript, but I don't know exactly which file to look into to fix the problem. Anyone's help is GREATLY appreciated!
  3. How do I get my home page to come up as the way I've designed it using STS? After reading through all 17 pages of this topic, it seems that I have to install the index module v. 1.0.3, but the installation isn't working. (See previous post.) What do I need to do? I just can't see to figure this out... (My apologies if this question is dumb because it's something so basic that I should know it.) :blush:
  4. I've tried to add the additional module but it's not working. On my admin page, I only get default in STS, and I can't uninstall it. I've replaced the file according to the readme.txt, but something seems to be wrong.
  5. First of all, sorry for the frequent posts above. I just started from scratch, i.e. a clean OSC install, and everything's good. I was wondering, however, if it's possible to assign an options list to specific choices in another option list. Here's an example: Let's say I'm selling one style of pants. With waist size 32, the inseam choices are 33, 34, and 35. With waist size 34, the inseam choices are 35, 36, and 37. Is it possible when the customer chooses waist size 32, the inseam options show only 33, 34, 35, and not 35, 36, 37? If not, is there another contribute that does this? Thanks in advance.
  6. Here's what I did (this is based on the Fixed Width Site with CSS by Rhea Anthony): In your stylesheet.css file, replace BODY { background:#ffffff; color: #000000; margin: 0px; } with BODY { text-align: center; background: #ffffff; color: #000000; margin: 0px; } .fixcenter { width: 758px; border: solid; border-width: 1px; background: #ffffff; color: #000000; margin: auto; margin-top: 20px; text-align: left; } Then, 1) on your sts_template.html file, insert the following code <div class="fixcenter"> in line 3, immediately after the code <head> and 2) in the same sts_template.html file, towards the end, insert the following code </div> immediately after the code <p>?</p> . You'll have to do the same with any other templates you make. (The simplest way to do this is to create copies of sts_template.html to use as, for example, index.php.html.) That should do it. If not, let me know. Play around with the background and color options in the stylesheet to get the look you want.
  7. This is a great contribution! Just wondering if it's possible to list the Products under the parent category, and if so, how? I only have, at most, three parent categories and maybe 9 products under each category. What do I do to have the products displayed when I click on a parent category?
  8. Is anyone there to help? Again, my Catalog section in Admin displays a capital A and nothing else. Help is greatly appreciated!
  9. Actually, I figured it out. It was a syntax problem. But, I have another problem. All the other boxes are back, but the Catalog box only displays a capital A. No choices appear under Catalog. Help! (Sorry for the double post.)
  10. Actually, I figured it out. It was a syntax problem (. instead of ;). But, I have another problem. All the other boxes are back, but the Catalog box only displays a capital A. Help!
  11. I have the same problem as AWA. The Configuration Box is the only box displaying. What do I need to do?
  12. Never mind...I figured it out... :thumbsup:
  13. I want to place a small image in my index.php.html template using Dreamweaver. I've tried the Insert Image function on DW, and though it shows up on MY preview, it doesn't actually show up when I check it on the actual website. What do I need to do to make an image stick? Thanks in advance.
  14. I'm trying to center and create a fixed width page. I used the Fixed Width Site with CSS contribute, and it works great, but not with STS. How can I get my site to be fixed-width and centered? Thanks in advance.
×
×
  • Create New...