Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

alba

Pioneers
  • Posts

    107
  • Joined

  • Last visited

Everything posted by alba

  1. I know this is an older post but there doesnt seem to be much discussion relating to this module anywhere.. has anyone worked out the correct table joins for this module.? The latest version whcih supposedly is mysql5 compliant has the same bug as the older versions
  2. Fritz i know this is an old post but did you ever find the cause and or a fix for this mktime error?
  3. has anyone ever built a front end for this contribution? so customers can login and see tickets and responses?
  4. Hi everyone i asked this a few days ago but in such a busy discussion it may have been missed... Ive got a weird issue ive just noticed thats started to happen for some reason my pages are getting: <!-- footer_eof //--> <br> </body> </html> added to the bottom of the page so its doubling the closing tags up and causing problems: </body> </html><!-- footer_eof //--> <br> </body> </html> i know the footer comment and the extra tags are coming from the original oscommerce files but i cant for the life of me figure out why they are being added onto the end of the page like this??? anyone have any ideas?
  5. Hi everyone this mod is great and works well but I have 2 issues i cant figure out.. I have setup a switch to turn the editor on and off but it doesnt work I have: <?php if (HTML_AREA_WYSIWYG_DISABLE == 'Enable') { ?> <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" bgcolor="#FFFFFF" onload="HTMLArea.replaceAll(configb)"> <?php } else { ?> <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" bgcolor="#FFFFFF"b> <?php } ?>[code] i would have thought this should work to turn the editor on and off but it doesnt anyone know i way i can achieve this? [b]The second issue[/b] I have header tags installed and i only want the html editor on the products description field (oh and on a short secription box) but it displays on all area fields how can i stop this?
  6. no i was only in his forums yesterday and saw the screenshots. It was a new post
  7. Ive got a weird issue ive just noticed thats started to happen for some reason my pages are getting: <!-- footer_eof //--> </body> </html> added to the bottom of the page so its doubling the closing tags up and causing problems: </body> </html><!-- footer_eof //--> </body> </html> i know the footer comment and the extra tags are coming from the original oscommerce files but i cant for the life of me figure out why??? anyone have any ideas?
  8. i read on snowmans site he's about to release a new version and the screenshots showed tier reporting. but ive not seen him on here in a while?
  9. got a second question about this mod... I have product attributes such as text fields etc on some products and currently they are displayed as: Where TEXT sjould be displaying the option It works on the generic oscommerce order pages so im at a loss to explain why it doesnt with this one? Anyone have any suggestions?
  10. Hi everyone Just wondering if anyone has come up with a way to send out html invoices to clients if they choose to revie in html format or in normal format if they dont choose it? and as an addition to that is there a way to make it so only the customer gets the fancy invoice and the admin gets the default?
  11. Im wondering if anyone has a working advanced_search.php file for this mod? i want to be able to list each of the extra fields on the search page so that customers can search by all the current ways but also then by each of the extra fields as well I looked at the one with the extra 4 fields in the latest zip but it doesnt seem to do much?
  12. I think you need to add the javascript code into the sts javascript file to get it to load when working under STS at least thats what ive found
  13. Thanks for the tip. Much appreciated :D
  14. Hi everyone Im wondering if anyone has worked out how to get More Pics 6 working with STS? Ive tried and just cant seem to get it working Does it need a module coded to be addedinto the admin or is it just a matter of installing the module to get it work
  15. Id like to know the answer to this as well Ive read right thru this topic and im nore confused than i was before... and in the contributions page theres a post saying not to use 3.0. So which one works properly? Is this module PHP5 and MYSQL 5 compliant?
  16. I also noticed the sts_template.html d=headers had changed so i replaced the STS 3 template header with <html $htmlparams> <head> <!--$headcontent--> <link rel="stylesheet" type="text/css" href="$templatedir/stylesheet.css"> </head> as i saw in the new examples but this didnt work either
  17. Hi i have just upgraded my site from STS 3 to STS 4.1 and all went well apart form one issue The title of each page in the browser is shown as $title i checked the header and its being displayed in the code as <title>$title</title> so it seems like my meta tags are not working anyone know what would cause this and or how to fix this?
×
×
  • Create New...