Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

shelby72

Members
  • Posts

    170
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by shelby72

  1. I go into the admin and click on Categories/Products, and then click edit on one of the categories. There's a box where I can add a Category SEO URL. It doesn't do anything. Neither does the box for the Product SEO URL.
  2. When I add a Category SEO URL in the admin, it doesn't have any kind of affect on anything. The URL is also gone when I go back in there.
  3. Thanks! I've got the SEO URL in my admin/configuration now. When I set a category SEO URL, how do I get it to stick? Is there some setting I need to change?
  4. Is it working in the admin for you now? How did you come up with the configuration_group_id = 63? My configuration_group table only has 17 entries so should my configuration_group_id = 18?
  5. Thanks Jack! I added the word catalog in your link you gave me and it works. Instead of $siteURL = sprintf("%s/links.php?lPath=%s", HTTP_CATALOG_SERVER,$category['link_categories_id']); I put: $siteURL = sprintf("%s/catalog/links.php?lPath=%s", HTTP_CATALOG_SERVER,$category['link_categories_id']); Everything works great now. I really appreciate your help. Thank you very much!
  6. I'm still not getting the SEO URL link in my admin/configuration either. I sell books and my category links have changed from index.php?cPath=1 to fantasy-science-fiction-c-73.html. Does this mean it's working properly? What else can I try to get this in my admin/configuration?
  7. I've installed the Ultimate Seo URL and the Seo URL link does not appear in my admin/configuration. Someone had suggested replacing in includes/application_top.php to Well, the above doesn't work for me. Is there anything else that I could try? I've uninstalled and reinstalled this several times already.
  8. I still cannot get the link to show up correctly in the approval letter with Links Manager. I also tried to install Ultimate Seo URL and cannot get the Seo URL link to appear in the admin configuration. I've uninstalled and reinstalled several times already and cannot get this to work. What am I doing wrong?
  9. The $links_url causes the partners website to show up instead of the path on my website where their link is.
  10. Now the link comes up in the email as http://zbookz.com/automotive/http://www.co...automanuals.com. Instead of http://zbookz.com/catalog/links.php?lPath=1
  11. Is this the code that needs to be replaced in the admin/links.php? If so what do I replace it with? $category = tep_db_fetch_array($categories_query); $catname = str_replace(" ", "-", $category['link_categories_name']); $siteURL = sprintf("%s/%s-links-%s.html", HTTP_CATALOG_SERVER, $catname, $category['link_categories_id']); $siteURL = sprintf(EMAIL_TEXT_URL_LOCATION, $siteURL);
  12. Are you talking about the code that generates the link in the approval letter? If so, which file is that link coming from? If I was to take the code out, then there wouldn't be a link in the email anymore would it? I just don't understand. Any help you could give me I would really appreciate it.
  13. I'm having the same problem where my link sent out in my approval letter is wrong. I've tried to put this code in my .htaccess file but it doesn't correct it. Is there another way to fix this? Below is what my catalog/.htaccess.php file looks like. Is this right? # # Example: # # <Directory "/usr/local/apache/htdocs"> # AllowOverride Options # </Directory> # # 'All' with also work. (This configuration is in the # apache/conf/httpd.conf file) # The following makes adjustments to the SSL protocol for Internet # Explorer browsers <IfModule mod_setenvif.c> <IfDefine SSL> SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 </IfDefine> </IfModule> # If Search Engine Friendly URLs do not work, try enabling the # following Apache configuration parameter # # AcceptPathInfo On # Fix certain PHP values # (commented out by default to prevent errors occuring on certain # servers) # #<IfModule mod_php4.c> # php_value session.use_trans_sid 0 # php_value register_globals 1 #</IfModule> RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING}
  14. I'm using Links Manager for osc v1.14. Everythings seems to work okay except when a partner receives the links status update email the url is wrong. It says: Your link can be found on our site on the following page: http://zbookz.com/automotive-links-1.html Please reply to this email if you have any questions. My url is http://zbookz.com/catalog/links.php?lPath=1. I do not have a page for http://zbookz.com/automotive-links-1.html so of course it says page not found when you click the link. How do I change the link?
  15. I'm using Pay Pal Website Payments Pro v0.1, and everytime I go to confirm the order I get "There has been an error processing your credit card. Please try again." I really need this fixed. What do I do? I've searched through the forums and have found others with the same problem but no answer. Please help me.
  16. I had used the NewFields contribution to add more fields. Is there anybody that knows how to add these fields to the shopping cart also?
  17. I have searched the contributions over and over and have not found anything that will let me add more fields to the shopping cart. Do you know of one that I might be overlooking?
  18. I have an auto owners manuals site, and I need my shopping cart to display the year and the vehicle model. I've renamed product name to year so it's only displaying the year. I need the vehicle model field to show up also. How do I do this?
  19. I'm trying to upload my products using easy populate, and a lot of my products are being duplicated in other catagories. I've searched through the forums, but can't find an answer to this. Also can the product model field contain letters, and dashes, and does it all have to be the same length?
  20. I'm trying to use Easy Populate with Product Extra Fields. I know you can download the Product Extra Fields spreadsheet, but is there anyway you can combine that spreadsheet with the sheet the products are on or have those fields added to the products spreadsheet? I have over 100,000 books to add and it's going to be really hard to have to deal with 2 separate spreadsheets. Shelby
  21. I've tried the Split EP File option but it still doesn't work. I can't find anything in my temp directory. I've got the permissions set right on the temp directory to chmod 777. How do I find out if the path is right? Shelby
  22. I'm having the same problem so has anyone figured out what to do about this? When I download the file, open as a tab delimited in Excel, and change the content, and then re-upload, it does not update the content. The message I get is: File uploaded. Temporary filename: /tmp/php5ehP8c User filename: EP2006Sep29-0404.txt-1.xls Size: 79501 It doesn't add the new products or anything. When I download it, it doesn't download the corrected file I uploaded either, but the old one. Shelby
×
×
  • Create New...