Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

linnellej

Pioneers
  • Posts

    20
  • Joined

  • Last visited

Everything posted by linnellej

  1. I'm having an issue with the GoogleBase data feed. I installed the contribution. However, when I go to tools and run the datafeed, the txt document is coming out blank. It has the header titles but the product information is not populating. Does anyone know what may be causing this? Thanks in advance.
  2. I found the sitemap at my_domain_name.com/sitemap.php and was able to add a link to my footer. Thanks for the contribution, I'm installing all of your recommended SEO add ons.
  3. okay i thought maybe it was my_domain_name.com/sitemap or something.
  4. What is the url for the sitemap, so that I can see if that's in tact? If the link for the sitemap isn't showing do you know what file the error may be in? Thanks!
  5. Thanks. I finished the installation and see everything installed to the oscommerce admin. However, I dont see the sitemap on my site, am I missing something?
  6. I'm installing the catalog only new files and i dont see a javascript folder in my catalog. Can i just creat a brand new javascript folder and put the new file in there?
  7. Can you explain how i do this step... Run the included google_xml_sitemap_seo.sql file using phpmyadmin. Do i go to my cpanel and select phmyadmin and then what? Thanks.
  8. I'm new to this and I was wondering if there are any more detailed instructions on this installation for beginners? The instructions in the package are a bit vague for me. Thanks in advance. Linnelle
  9. Do you need to see my domain name or the footer file? My site is at www.trademarkfashions.com. Let me know if that helps, or if there's something else i can send. Thanks.
  10. I purchased a godaddy merchant seal and now I need help with getting the merchant seal image to display on the footer of my site. I have a template from template monster. The image code is in html format. Can someone please tell me exactly how to get this image in the footer of my site? Thanks in advance.
  11. Thanks for the tip, however when I remove the code you gave, it does fix the redirect problem. However, it removes the main portion of my homepage and now the homepage just has "What's New" on it. Does anyone know how to correct this? This is the code I removed from the includes/header.php: $path_parts=getCurrPathName(); if(strpos($path_parts['basename'], "php") == false) { print("<script type='text/javascript'>window.location='index.php';</script>"); } So now when I type in my website into the brwoser: www.trademarkfashions.com it only shows the "what's new items". But if I type in www.trademarkfashions.com/index.php the whole homepage shows up correctly. Is there any way to make it so when people type in the website it automaticaly adds the /index.php at the end, this would solve the issue.
  12. The bad code is in my includes/header.php also, it looks like this, so I'm not sure what part of this i can take out without messing up the site: <?php $path_parts=getCurrPathName(); if(strpos($path_parts['basename'], "php") == false) { print("<script type='text/javascript'>window.location='index.php';</script>"); } if(($path_parts['basename'] != "index.php") && ($path_parts['basename'] != "") && ($path_parts['basename'] != "index.php?language=en") && ($path_parts['basename'] != "index.php?language=de") && ($path_parts['basename'] != "index.php?language=es")) { require(DIR_WS_INCLUDES . 'header_2.php'); }else{ require(DIR_WS_INCLUDES . 'header_1.php'); } ?> </td></tr> <tr><td class="row_2"> <tr><td class="row_2">
  13. I have the same problem, I just installed the latest version of the Ultimate SEO Urls and when I click on the main banners or product categories, it redirects right back to the index page. I looked at the post from 5060 but I didn't find a code that looked like the one listed in my footer.php. I'm very new to this. Can someone tell me what exactly the bad code looks like that needs to be removed and where I should be looking for it? I purchased my template from entheos templates. Thanks in advance...
  14. Hi, I just installed the latest version of the Ultimate SEO URLs. Now I'm getting a problem when I try to click on my main banners and categories, for a half of second the correct url shows up but then it brings me back to the homepage. I purchased my template from entheos templates, so I'm not sure if this has something to do with the issue. Everything else seems to work fine. My website is www.trademarkfashions.com. Please help... :blink:
×
×
  • Create New...