-
Content count
102 -
Joined
-
Last visited
About railroadguy
- Birthday 12/14/1954
Profile Information
-
Real Name
Daniel Dawdy
-
Gender
Male
-
Location
Dwight, IL
- Website
Recent Profile Visitors
-
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
-
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 ****************/
-
-
[Contribution] iOSC - mobile version of OSC on your iPhone
railroadguy replied to bumbarash's topic in General Add-Ons Support
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! -
[Contribution] iOSC - mobile version of OSC on your iPhone
railroadguy replied to bumbarash's topic in General Add-Ons Support
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 ? -
[Contribution] iOSC - mobile version of OSC on your iPhone
railroadguy replied to bumbarash's topic in General Add-Ons Support
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. -
[Contribution] iOSC - mobile version of OSC on your iPhone
railroadguy replied to bumbarash's topic in General Add-Ons Support
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. -
[Contribution] iOSC - mobile version of OSC on your iPhone
railroadguy replied to bumbarash's topic in General Add-Ons Support
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 -
[Contribution] iOSC - mobile version of OSC on your iPhone
railroadguy replied to bumbarash's topic in General Add-Ons Support
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 -
[Contribution] iOSC - mobile version of OSC on your iPhone
railroadguy replied to bumbarash's topic in General Add-Ons Support
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 -
[Contribution] QTpro - Quantity Tracking Professional
railroadguy replied to zonetown's topic in General Add-Ons Support
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? -
[Contribution] QTpro - Quantity Tracking Professional
railroadguy replied to zonetown's topic in General Add-Ons Support
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 -
[contribution] Super Download Store
railroadguy replied to AlexStudio's topic in General Add-Ons Support
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 -
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
-
railroadguy started following [Contribution] Discount Coupon Codes
-
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.