Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

velvetpixel

Pioneers
  • Posts

    124
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by velvetpixel

  1. If you are using a Mac make sure you are saving yoru CSV file in windows format.
  2. Did you upload your image files via FTP the /catalog/images directory? If so are premissions correct on them? Did you put references to those images in the v_products_image column? v_products_image someimage.jpg otherimage.jpg prettypicture.jpg
  3. Thanks Jack, The failure from google is that the encoding is incorrect causing malformed characters :P I will look deeper into the osCommerce code to find what's causing the code to be windows-1257 instead of utf-8.
  4. In Google Merchant Center my feed has an encoding that is different than my server causing errors. My site is in charset=utf-8 In Google Merchant Center my feed info is: Total File Size: 5.45 MB Detected attribute language: English Detected encoding: windows-1257 <--------------- Need to make this match my site encoding Detected delimiter: Tab (\t) Detected file format: Text Default timezone for dates: GMT-07:00 Where do I change this for feed generation? I don't see anywhere to change it in the googlefeeder.php file.
  5. I was just asking what osCommerce file to edit. Found that it is /catalog/popup_image.php I manually added my meta there.
  6. How do we put a no index, no follow tag in just those files?
  7. When I run /googlesitemap/index.php in a browser it works fine and generates the updates in the xml files. When I run it as a cron I get: PHP Notice: Use of undefined constant DIR_WS_HTTP_CATALOG - assumed 'DIR_WS_HTTP_CATALOG' in /home/alwaysbw/public_html/googlesitemap/index.php on line 45 PHP Warning: require_once(includes/configure.php): failed to open stream: No such file or directory in /home/alwaysbw/public_html/googlesitemap/index.php on line 47 PHP Fatal error: require_once(): Failed opening required 'includes/configure.php' (include_path='.:/usr/share/pear:/usr/share/php') in /home/alwaysbw/public_html/googlesitemap/index.php on line 47 Any idea why it's having issues?
  8. Easypopulate v2.76i for osCommerce v2.3.1 How do I get Easy Populate to handle the Large (secondary) images in osCommerce 2.3.1?
  9. I am looking to have a custom title, description and keywords that are only on index.php when on the home page and then not have that content when on the category pages. How can I do that? When in Header Tags SEO and I edit the title, description and keywords it changes for the home page AND for categories. I would like on the homepage: title SiteName - Some short text Description Some general description about the site Keywords Keywords specific to the homepage ---------------------------------------------- I would like on category pages: Title Category Name from HT SEO entry on the category edit page - SiteName <--can that be auto added so it is just the SiteName and not SiteName - Some short text like on the home page? Description Just the description entered on the HT SEO entry on the category edit page Keywords Just the keywords entered on the HT SEO entry on the category edit page
  10. Happy pants dance :) Your Ultimate SEO URLS is now installed and the Google Sitemaps XML urls are correct and google webmaster tools seems happy. Thanks Jack!
  11. Thanks Jack, I am going to remove SEO5 and install yours :)
  12. Thanks Jack, Oh noes I installed Ultimate SEO URLs 5 - by FWR Media not Ultimate SEO URLs that has the version 2.2d. GAAAA this is the part about osCommerce that drives me NUTS! Would you recommend I uninstall FWR Media version and install the other Add-On? If so do you know if it will it give me the same URL functionality and be compatible with your Google Sitemaps add-on letting the urls in the xml files be the actual links not pre-rewrite locations?
  13. I am running into an issue with the product urls generated in the google sitemap xml files. It google webmaster tools I am seeing this error: URLs not followed When we tested a sample of URLs from your Sitemap, we found that some URLs redirect to other locations. We recommend that your Sitemap contain URLs that point to the final destination (the redirect target) instead of redirecting to another URL. I am using Ultimate SEO URLs is that what is causing the issue? The url in the sitemap is: http://example.com/product_info.php?products_id=34995 Which is then take to the product at: http://example.com/fashion-necklaces-green-brown-and-silver-sea-shell-pearl-necklace-p-34995.html How do I keep my good URLs and have those URLS in google sitemaps xml?
  14. When editing a product what is the difference between: Header Tags Category Description and Header Tags Categories Description
  15. Thanks Jack, Looks like I have some manual things to add today :)
  16. In moving from my testing subdomain to my actual domain and rerunning I was successful with the pages part but rather than it containing pointers to all my site pages it just has one to the sitemap.php page: <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="gss.xsl"?> <urlset xmlns="http://www.google.com/schemas/sitemap/0.84"> <url> <loc>http://www.example.com/sitemap.php</loc> <lastmod>2011-09-28</lastmod> <changefreq>weekly</changefreq> <priority>.1</priority> </url> </urlset> Is that expected or should it have different entries for all my pages?
  17. How can I make the URLs change from: http://example.com.com/category-some-cool-product-p-36535.html'>http://example.com.com/category-some-cool-product-p-36535.html to: http://example.com.com/category-some-cool-product
  18. Thanks Jack! Permissions are all fine and the same for all xml files. I might manually create the entries in the sitemappages.xml file if I can't get it to auto generate for now.
  19. ERROR: Google Pages Sitemap Generation FAILED! All others are fine. Any idea what I need to change to get the pages xml created? Does this cover all non product customer facing pages like privacy policy, shipping etc?
  20. Is there a way to clear the cache from the admin or do I need to clear out the contents of phpThumb/cache manually?
  21. Oh wait color - 8 choices size - 6 choices 6 x 8 is 48 48 x 700 = 33600 So I only have to enter 33600 stock quantities manually and those products are not available but are on the site since customers cannot pick a size or quantity till the quantities are added so I have dead product on my site :(
×
×
  • Create New...