-
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
-
Purchase without account for 2.3.4 and BS2334
railroadguy replied to ArtcoInc's topic in General Add-Ons Support
Well, that did it. I pointed to another database and it worked. So I exported the the Configuration table from the good database and dropped and imported into the open I was using. All I need to do is change the My Store information. Thanks for that pointer to the database. Have no idea what I did to cause it -
Purchase without account for 2.3.4 and BS2334
railroadguy replied to ArtcoInc's topic in General Add-Ons Support
OK, yes the option is TRUE in the PWA Login without Account Form area. The file I am using is PWA for 2.3.4_1.zip I's been used on three other carts. I downloaded two years ago before the add-on section changed it's format as I can't seem to find it now. account_pwa.php is attached but it's the same one I used here http://client-demo.com/Demo_Cart and if you try that, you can see it displays the phone number area. account_pwa.php -
Purchase without account for 2.3.4 and BS2334
railroadguy replied to ArtcoInc's topic in General Add-Ons Support
http://www.client-demo.com/Store/ It's a demo shop so you can't hurt anything. Go to Catalog » Trains » "O" Scale 2 Rail » Decals » C-D-S Lettering (Transfers) and pick an item then checkout. You will see that the whole section "Your Contact Information" which is normally under "Your Address" on my other PWA carts is missing. Telephone Number is set to 8 in config and is True in PWA -
railroadguy started following Purchase without account for 2.3.4 and BS2334
-
Purchase without account for 2.3.4 and BS2334
railroadguy replied to ArtcoInc's topic in General Add-Ons Support
This is the first time I have had a problem with PWA. Using v2.3.4 I added the PWA and it works BUT there is no "Your Contact Information" and phone number blank. I have tried to add the code but it does not carry over to the database. I have other carts working with this and have compared files and still can see the problem. Require Telephone Number is set to TRUE. Any help as to what to look for? -
Add "Model Number " to the Admin listings
railroadguy replied to railroadguy's topic in Tips and Tricks
Never mind.... I found it here on the forum -
We would like not only the ID that oscommerce assigns to the item but also the Products Model to appear on the backend (Admin) listing of products. So we would have the following: and be able to sort Model Number like the front end does. ID Model Number Categories / Products Status Action Anyone done this or have a quick idea of what to do? Thanks, Dan
-
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