Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

kamusicman

Archived
  • Posts

    30
  • Joined

  • Last visited

Everything posted by kamusicman

  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.
  15. I feel stupid just asking this question: I installed STS 4.1 with the 2 updates on a fresh OSC, and I'm getting nothing on the Admin-Modules screen. That is to say, there is no STS sub-category under Modules. I followed the instructions provided in the contribution but it's not happening. Help!
  16. I'm testing on Safari 2.0, and the images are jpg's. However, I just went to a PC with IE, and it works great. I didn't even know there was a dissolve feature from pic to pic. Nice! I also noticed, though, that the font on IE was not the font I chose. I used Optima, and it appears fine on Safari, but IE displays Times New Roman. Am I correct to assume that this is an issue with IE, and not the contribution? If so, any suggestions on how I can correct that? (I'm a COMPLETE newbie to all this.) Thanks in advance.
  17. I take that back. The additional images do not cause the pop-up window to resize either.
  18. I've organized the images the way I want them, i.e. with the original grouped together with the additional images in the bottom of the box. However, when I click on the original image thumbnail, the pop-up window does not resize to fit the picture. The additional images, the ones added by More Pics 1.2, cause the pop-up window to resize. Where do I go to fix this? Thanks in advance.
  19. Nevermind...I figured it out....geez...it was so simple, too...
  20. I've installed More Pics version 1.2 as instructed in the Readme.txt file. I've also installed the quick fix. However, the original picture on the right side no longer is displayed in thumbnail size. Furthermore, when I click on it, the pop up window appears as if to display the full size image, but nothing happens. What do I need to do to fix this problem? Thanks in advance.
  21. How did you fix it? I'm having the same problems, i.e. the thumbnail image is no longer thumbnail size, but full size. Furthermore, the additional images I added aren't showing up.
×
×
  • Create New...