Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

charmdiva

Pioneers
  • Posts

    183
  • Joined

  • Last visited

About charmdiva

  • Birthday 09/07/1952

Profile Information

charmdiva's Achievements

  1. Oops! Just realized adding the fix messed up my table layout. My right column is now at the bottom of the page. In case this happens to anyone else, I had to add <tr><td> before the new code and </td></tr> after the code to put it in a row.
  2. Yes, I am using the template system. Your fix worked...thanks.
  3. I apologize if this has already been addressed. I skimmed through 100+ pages and may have missed something. Initially, I thought the coupon was working OK since I did a test order. I have it set to take $10 off an order of $25 or more. However, I found out that it was giving the discount to anyone who used the coupon, no matter what their order total. I fixed that by changing the admin settings. I had it displaying the subtotal with discount applied. When I changed that, it no longer could be used for orders under $25. But if someone still puts in the coupon code when their order is below $25 it just takes them back to the same page where the coupon code is entered. There is no error message telling them they can't use the coupon. I realize customers shouldn't be entering the coupon code if their order doesn't qualify, but I found out about the problem when a customer placed a $20 order and was given the $10 off. Is there a way to have an error show if they try to do this? Like...'Hey, you doofus...you can't use the coupon!' Just kidding on that one.
  4. I've made changes to my install but you might try looking at general.php in your STS module folder. There are variables set up there.
  5. I use the lightbox contribution for STS and it works great. Not hard to implement, either.
  6. Happy New Year and Happy Birthday, Bill!
  7. Nothing to see here. Found my answer.
  8. View the outputted HTML from your browser (View>Page Source). Almost looks to me like your table structure got messed up, like your <tr> and <td> tags aren't nested correctly or something along that line.
  9. I was able to get this working with STS. I made it a user defined box by opening up catalog/includes/modules/sts_inc/sts_user_code.php and adding this before the final ?> $sts->start_capture(); require(DIR_WS_MODULES . FILENAME_RELATED_PRODUCTS); $sts->stop_capture('related_products', 'box'); This created an STS variable called $related_products that I inserted into my template. I think there is an easier way, but I haven't had time to work through it. You can see it working here: http://bellagemmadesigns.com/product_info....;products_id=70
  10. I am used to using server side includes in my HTML pages to make maintenance easier. I'll have to see if I can use PHP include to do this. It would save me a lot of time.
  11. We can enter an include statement into our STS templates directly? Didn't know that...good piece of info. I had been creating an STS variable and setting it equal to the include.
  12. Found my error...another *DUH* moment.
  13. Has anyone gotten a 'related products' contribution to work with STS4? I downloaded one and found on the catalog side that it is just an include file. I created an STS variable for this and inserted it into my product_info.php.html file. However, it is being included at the top of my page, before the HTML opening tag. At first, I thought I had screwed up my table structure but made sure I had deleted the table row tags that Dreamweaver put in my template so they wouldn't be redundant when the include was added. I also noticed there was a number 1 where the included should have been displayed in my template. I'm not sure where I am going wrong with this. Thanks
×
×
  • Create New...