Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

railroadguy

Members
  • Posts

    102
  • Joined

  • Last visited

Everything posted by railroadguy

  1. Thank you. I never would have found that. I am using an add on called EXTRA PAGES INFOBOX VERSION 4.60 and that's where the TABLE_PAGES is coming from. Thank you again, Dan
  2. I have added this but have a problem. I have gone back a few times and started over to make sure I did all the changes. The error I get is: 1054 - Unknown column 'p.pages_name' in 'field list' select pd.pages_id, p.pages_name from pages p left join pages_description pd on p.pages_id = pd.pages_id where ( pages_title like '%-s%' or pages_body like '%-s%' ) and language_id = 1 [TEP STOP] It appears to be related to the second set of code in advanced_search_result.php file If that code is not added the error goes away although then I am guessing I am really missing some functionality? FIND (around line 136) $breadcrumb->add(NAVBAR_TITLE_1, tep_href_link(FILENAME_ADVANCED_SEARCH)); ADD ABOVE /************** BEGIN SITESEARCH CHANGE ****************/ require(DIR_WS_FUNCTIONS . FILENAME_SITE_SEARCH); $dir = DIR_WS_LANGUAGES; $searchTerm = $keywords; $articlesList = array(); $fileList = array(); $pagesList = array(); if (tep_not_null($keywords)) //only check for words { CheckAllPages($dir, $searchTerm, $fileList, $articlesList, $pagesList, $languages_id); } /************** END SITESEARCH CHANGE ****************/
  3. Thank you. I now have it working. I am not normally so dense as I have done many mods but for whatever reason, this one and I did not get along. Than you again for hanging in there with me!
  4. OK, looking at Support. 4.4. MOsC 7.5.x I see inside SEO URLs USU5_vers3.2 is there a 3.3 may I use 3.2 ?
  5. OK, I had a backup before I started and began over. I installed Ultimate_Seo_Urls_5_PRO_r205 and it works. Then I installed Mobile_OsC_7.5.9 using the 2.2 instructions. It appears again to not understand the correct paths. It must be something simple I am missing.
  6. Using Seo Urls 5 and then mods with iOSC Mobile Support for ULTIMATE SEO URLs 5 (r205) by FWR Media Version3.2 Installation for Mobile OsC version 6.0 and 7.0.0.
  7. Update, maybe I need to look at this with an Iphone. So the Categorizes are indeed there however when selecting we get a page not found... getting closer. Dan
  8. Thank you for the quick reply. I installed http://addons.oscommerce.com/info/8578 and I also forgot the redirect in application_top.php So now when we go to http://railphotosunlimited.com/Gifts/ I can select MOBILE View but still not seeing the categories. So close is you can just give me a few more hints. Thanks so much. Dan
  9. Hello Rainer, I have installed for version 2.2 as seen here http://railphotosunlimited.com/Gifts Two problems, it will not switch to mobile even when selecting mobile view. If you look at the mobile site http://railphotosunlimited.com/Gifts/mobile/there are no categories listed. I must have missed something very basic to this but can not see what it may have been. Any help would be appreciated. Dan
  10. I did not find this, so sorry if I missed it. Is there any way to update the prices of the products using QTpro ? I have Easy Populate installed but that shows 0 for any items with options. Is there any way to update options prices at once with out going item by item?
  11. I have install this on a new cart as well as a customer cart. Both 2.2 RC2 Same problem as many others. It will subtract the total but not the product options. Track Stock is checked. I have read through all the pages here and it seems like some people have this working and others do not. Is there a fix that the people who have it working did? Is there a single php file that should control this and I can look at? The database is fine it's just not subtracting the options. Any help would be appreciated. Thanks, Dan
  12. If this has been answered, please forgive me. I would like the download information, path, days and times to be included in the Email to the customer as well as displayed in the checkout success page. Has anyone done this or can someone tell me what page and query generate this info so I can copy that to the Email? I am using pay without an account so I want to make sure the customer has a record of the download path. Thanks, Dan
  13. I have a small problem that came up with a client. I am using 7 Text Attributes and am able to select the ones needed for a product. Is there any way on the invoice to set the order of how they print out as well as the order of how they display on the product. I have two products with the same Text Attributes and the order of how they appear is different. Dan
  14. Thanks for the try. Did not work. It's really maddening. Look at: https://www.brettcardsonline.com/Cards/prod...;products_id=45 that is the way they should be. But then we have https://www.brettcardsonline.com/Cards/prod...;products_id=63 All items were loaded at the same time. Some show one while others show the other. I don't know what is causing this.
  15. I have this working, however, I can't seem to control the order. On the product page it's line 1 line 2 line 3 line 4 but on the What's In My Cart? and Order Confirmation the order is totally different. Even on one or two product pages it's different. Is there a way to control the order of the options? Coming from the database base I would have thought that they would always be in the same order.
  16. If you have a PayPal account you could route to that for now.
  17. OK, I'll give that a try. Thanks, Dan
  18. OK, loaded a fresh install on a test domain. Loaded and over wrote the files with the ones sopplied and ran the SQL Now at the customer side I have http://client-demo.com/STORE/ (FATAL ERROR: register_globals is disabled in php.ini, please enable it!) Since non of the working stores have this problem I assume it's in the SQL I had to run? On the admin side I see: 1146 - Table 'ribbonrail_edmark.TABLE_ADMINISTRATORS' doesn't exist select id from TABLE_ADMINISTRATORS limit 1 [TEP STOP] So, again, fresh install, no mods other then loading the pages with this ad-on. Any idea what went wrong? Dan
  19. I started over and have the same problem http://client-demo.com/catalog_products_with_images.php The next page brings back the same descriptions and the sort does not work. Also, the sort "buttons" don't appear. The two gif files are in the /includes/languages/english/images/buttons/ I also ran uninstall_printable_catalog_admin3_3.sql and than install_printable_catalog_admin.sql I have seen this work and really like the function, but I can't figure out what is going on here. Yes, I'll be happy to make a contribution if we can get this thing working. I am running PHP Version 4.3.9.
  20. Does now :blush: Master Products appears to do that but can't really tell from the docs. Dan
  21. Have you looked at the Products Attributes section under Catalog in the admin section? Dan
  22. This script works great. One questions that I did not see, how would add this information on to the account_history_info.php? I tried a few things but I think I need a SQL string to bring in the information. Dan
×
×
  • Create New...