Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

fan4chevy

Pioneers
  • Posts

    366
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by fan4chevy

  1. I had to stop using it all together because it would cause my cart to screech to a halt. Could never figure out the problem.
  2. Sam, Being that my host said I am running GD Library and that all my settings for the cache folder appears good, is there anything else I should look at? At this point, if I turn OSC thumbs off it is fast and on it still slows down.
  3. Thanks Spooks for your time. I contacted my host and they confirmed GD Library was functioning properly. I checked my permissions and path and they were fine. However, when Oscthumb is on it is still slow and off fast. My phpthumb category looks like this is this correct? phpThumb/cache folders 0-9 and A-f and source
  4. Hi, My OSCthumb images load real slow. I turn off Oscthumb through admin and the images pop up fast. I even set my jpeg quality down to 80 and still slow. My images are saved at 72dpi 400x600 before uploading. Is this something that others are experiencing? Is there something I should look at to fix this on my site?
  5. I would certainly remove the 39 which is likely happening because of the '. However why not do it like this youre_The_Voice like many of the others to keep it simple and then focus on Title, Meta Desc, keywords and page content with the you're?
  6. I certainly could be wrong. However, I would think that in the Title would be safer. Perhaps though they are on top not because of their url but their content and relevant links. I did see that most did do it like youre.
  7. I am not sure if this helps anyone but I thought I would post it in case it does. Removing osCid= when creating sitemap Here is what I have found regarding the spider adding osCid= 1. Go to admin make sure you have admin/config/sessions/ recreate sessions set to true prevent spider sessions set to true 2.Go to here to this contrib and update your spider.txt located in includes: http://addons.oscommerce.com/info/2455 3.When creating a sitemap through an online generator, they will not be listed in the spider.txt and will add the osCid= so for this I went into admin and temporarily set Force Cookie Use to true. Then once you have your sitemap return it back to false. Best to do it at night or at a time when customers are least likely to hit your site if you don't want to force cookies on them. The solution created this: wall-art-c-33.html instead of something like this: wall-art-c-33.html?osCsid=131ae7f2aec1d33c7198dc17da9c5bf1
  8. I'm wondering if everyone experiences this or if it is only on my side. I want to be sure my cart is working properly, and that it is not an issue I created by improperly installing the Seo Mod. If my side and nobody else experiences this, please let me know what I should do. All the main cart seems fine and urls are appearing proper without the osCsid= Thanks
  9. But is there a more permanent fix? Is this something that is through the SEO mod by turning on the .html urls or just something that everyone using OSC experiences?
  10. So what is a person to do to fix it? What is generating this issue?
  11. My site urls are now working properly like this: mysite.com/bathroom-c-51.html However, when I was building a site map and using a site map generator tool the site map was picking urls up like this: mysite.com/bathroom-c-51.html?osCsid=131ae7f2aec1d33c7198dc17da9c5bf1 . Is this normal? Does this effect SEO? Thanks,
  12. FWR, Thank you. You are appreciated. I no longer see that funny OSC stuff.
  13. Do you mean in here? If so what do I change. If not can you please direct me to how to get rid of it? Note: I took out private data for upload. <?php define('HTTP_SERVER', 'http://www.mysite.com'); define('HTTPS_SERVER', 'http://www.mysite.com'); define('ENABLE_SSL', false); define('HTTP_COOKIE_DOMAIN', 'http://www.mysite.com'); define('HTTPS_COOKIE_DOMAIN', 'http://www.mysite.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/site/public_html/mysite.com/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); define('DB_SERVER', 'localhost'); define('DB_SERVER_USERNAME', ''); define('DB_SERVER_PASSWORD', ''); define('DB_DATABASE', ''); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); ?>
  14. Having issue getting rid of canoe-trip-sculpture-p-147.html?osCsid=e075a5b45bc9b6355618d599b42d1427 In admin I have add cpath to product urls set to False. However the mentioned osCsid=e075a5b45bc9b6355618d599b42d1427 still appears. Also I have the catalog in my root folder, is this still good for seo crawls from google or is it better or does it matter at all where I have it? Thank you.
  15. As NimaP had said, I also had the error message regarding name field. As in Nimap's exerpience, my solution was to go to admin, administration My Store and Enter a name into the Store Owner Field. This can even be the store name if you desire.
  16. Well if you don't have a cache folder like I do, than it appears your not up to date on the mod.
  17. Actually mine has a cache folder. For example: In admin you have a setting for thumbnail cache directory and mine is phpThumb/cache/. Maybe you need to do an upgrade.
  18. Spooks, In the past you recommended Osc Thumbs. Does it work well for you with your contribs? The reason I ask is that I my images were all grainy so I posted in the Osc Thumbs area and the guy said it is a dead contrib as it has caching issues.
  19. Hi, OscThumb installed just fine. However, my images look grainy. I have the image qualities in admin set good but still grainy. Turn off contrib and images look great. Is there something I need to do to get the image quality back up?
  20. Ok, I now understand. The default setting for search listing results was set to 20. However, to fill all boxes it needed to be set to 21 being that there are 3 images per row on my site. Thank you. Charles
  21. I have had this same thing happen before on another contrib. Usually it is that the database was installed 2x or more. I had one that duplicated like 5 times. I did not think it actually took the database so I did it again. What I did is went back to my database, dropped all the fields, re-upload the previously saved database and then reinstalled this contrib database. Hope this helps
  22. I know it is probably real simple but I am not finding it. I do know that if I set in Admin product listing per row to 2 the last box is filled. However, if I set it to 3 the last box is not shown. Should I be looking in online admin or product_listing.php, or index.php? Also I did go to max values as well and changing anything there did not add product to lat box either.
  23. Spooks, I looked everything over and could not find the settings to have the last box show images. The only thing I came across was this: # Product Listing Style Last Column Size # Set the size of the last column in block mode so the last x fields will appear there. Any changes I made here did not add image to the last box. Can you please point me to the area I need to set? Thank you,
×
×
  • Create New...