Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ixbiosxi

Archived
  • Posts

    99
  • Joined

  • Last visited

Profile Information

ixbiosxi's Achievements

  1. What do you mean by STS doesnt work with the links? Looks like most pages work fine to me. If you need to add an outside link to insert into the content box so you still get all of the left menu, I recommend you read the wiki. You need to edit the page title by going to your catalog/includes/languages/english.php file About line 47 you'll see: // page title define('TITLE', 'osCommerce'); Change that to your site title.
  2. Try adding <link rel="stylesheet" href="stylesheet.css" type="text/css"> before </head> in your sts_template.html file and see if that helps.
  3. OK for any of those that might have the same problem as I did with my html output. Older versions of PHP have a bug in them that messes up the html output. This can cause mismatched />, etc. which is why I received an </ at the end of my first load on my store. An easy fix for this would be to edit the .htacces that you upload with your catalog and edit line 33 to enable php_value session.use_trans_sid 0. Then reupload the htaccess file.
  4. I've got it to export the orders to a txt file now what I need to do is import the changes from the txt file.
  5. I have started to work on a contribution that allows you to extract your orders not by date but by orders status. I am currently working on the upload feature to insert in back into the MySQL db and change the orders status. I am currently testing it as soon as I finish it I will release it as a contribution for those who are interested.
  6. Both files look good, is it possible that it is trying to strip too many tags. What could cause it not to parse the template file correctly until you refresh or click on a link?
  7. It's not in index.php but sts_template.html its at the very last line of sts template, its the </body></html> code. When it loaded I viewed the source and looked for the </ .... when you refresh or reload its gone, and the whole source is there.
  8. I don't know if I am the only one with this problem but on the last line of my store it doesnt complete my </html> all the way. Instead at first load I get </ then once you hit refresh or visit a page I then get it to load fully. To see what I mean visit my site, http://www.biostech.net/demo1/index.php
  9. Hey im using ms 2.2 and sts 1.8 at the end of my store on first load it always has </ When I view the source it looks like its not loading </html> fully, with a quick refresh its gone. Anyone else have this problem? To view what I am talking about visit http://www.biostech.net/demo1/ and scroll to the bottom of the screen.
  10. First of all make sure that (includes/filenames.php) is uploaded to that directory. I know it sounds stupid but it happens more times than you think. Second check the bottom line of application_top.php and if it has a blank line at the end of it after the ?> delete that blank line. Then reupload that file and see if that fixes it.
  11. Took me less than an hour, I just wanted to show everyone how easy it is to use your template system with an html template. This is just a default install of OSC and STS, I edited the style sheet to take out the backgrounds and borders for the boxes. http://www.biostech.net/store/index.php Of course it's not finished, it's just an example of how customizable you can get with OSC and STS.
  12. images not showing after using easy populate? and what is the product_model field?
  13. is there a contribution for customers that allows you to view the time you changed the status of the order instead of the time they placed the order. and is there a contribution that allows a printer friendly printing of someones orders, cause when i print orders to save for reference I get 2 pages with the internet crap on top and bottom.
  14. that has the customers CC# in it instead of having to print screen and getting the full web page, and i was also wondering about a bulk processing feature so you could do more customers than one at a time?
×
×
  • Create New...