Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Jack_mcs

Members
  • Posts

    31,148
  • Joined

  • Last visited

  • Days Won

    195

Everything posted by Jack_mcs

  1. I just looked at the contribution I have on my computer and it has the sql file. What version are you trying to use? Jack
  2. That error is indicating a missing function, not a conflict. As part of the installation, you should have added that function to the admin/includes/functions/general.php. Please verify that that code does exist. Jack
  3. The code to display the title doesn't have to have been added to your product_info.php file. Jack
  4. I can't help you with that contribution. If there is a support thread for it, the questions should be asked there. As an alternative though, you may want to consider this one. It installs easily and works great. Jack
  5. The code in the link.php page is for a stock shop and probably doesn't match your settings. Try comparing it with a page that displays well to see if there are any differences around the left and right column code. Jack
  6. Links Manager should not have affected PWA at all that I can see. Jack
  7. This is the support thread for Lnks Manager. You need to ask your question in the PWA support thread. Jack
  8. There's no reason to delete the database, just delete the entries for Links Manager. There are six tables starting with Links. There is one entry in the configuration_group table and 18 in configuration (assuming you installed them all). You can search for the work link in each to help find them. Once all of those are deleted, try running links_setup again. But, unless you know the database might be wrong, you should first try replacing all of your files from the contribution (make backups first so they can be restored). Does the problem still happen? If so, try the database as mentioned above. Does it still happen? If so, then you hae a problem unrelated to Lnks Manager I'm afraid. Jack
  9. You should be able to do that using product attributes. Jack
  10. You are missing an entry somewhere. Do a search in phpmyadmin on Links. It is probably in the categories_groups table. Jack
  11. The one in the catalog directory. As for where, find this line } elseif ($display_mode == 'links') { and place your code after it somewhere. Jack
  12. Have you tried uploading the sample file that comes with the contribution? Jack
  13. The links.php file is the one to edit. It serves double duty by displaying links or link categories so you have get the right part. Jack
  14. Look in your includes/boxes directory. You probably have an old copy of your information box. Jack
  15. There are two addtional changes to the index.php file and changes to admin/categories.php and admin/includes/languages/english/categories.php. There is also a change to the database required. There are instructions for making this change in the archive. You should read through the history file of the contribution since other updates were made between your version and the last. Jack
  16. The code for that file is for a stock shop. Since your shop is not stock, you have to change the code for the page so that it dislays correctly on your shop. Jack
  17. All text is found in the laguages directory. You can always search that directory to find what you are looking for. In this case, take a look at includes/languages/english/create_account.php. Jack
  18. The fill_tags script must have done that, although I don't see how. You can try running that again or editing them yourself in admin. Jack
  19. No, it can find the infobox but cannot understand the format of the code used in that box. You need to add it to the excluded list in includes/modules/dynamic_sitemap.php. Sitemaps don't generally list product pages. If you want a product listing, you should install All Products. Jack
  20. When I view the instructions, they go to step 10. Jack
  21. Chris & Lee - I can't duplicate that problem so I don't know what it could be. If possible, try creating a test site with the files in the archive where HTC is already installed. If that works, then your installation is at fault. Jack
  22. Most leave them set I think. Athough I would try 755 instead of 777. Jack
  23. The errors are saying the files are not there. If they are, then something is wrong with your configure file would be my guess. Jack
  24. You're right. HTCA is for the index page only. To have categories displayed on the products page, you will need to edit the includes/header_tags.php file. Doing so will most likely negate any postivie affect Header Tags has for your products though. Jack
×
×
  • Create New...