-
Content count
87 -
Joined
-
Last visited
About Logcbnfvr
- Birthday 05/26/1957
Profile Information
-
Real Name
Kim ;-*
-
Gender
Female
-
Location
Arizona
-
Interests
Getting my site to be profitable!<br />Learning php
- Website
-
-
USPS Rate V4, Intl Rate V2 (official support thread)
Logcbnfvr replied to a topic in Shipping Modules
bkpie.... Many Thanks! That worked for me as well. -
[Contribution] iOSC - mobile version of OSC on your iPhone
Logcbnfvr replied to bumbarash's topic in General Add-Ons Support
Found another issue. The mobile iphone.icon does not take you to the cooresponding product or catagory on the mobile site from the classic site. I have uploaded the original mobile_version.php but it is not redirecting to proper pages. From classic site index it will take you to mobile site index but from catagories and products on classic site it takes you to classic site catagories and products. -
[Contribution] iOSC - mobile version of OSC on your iPhone
Logcbnfvr replied to bumbarash's topic in General Add-Ons Support
After having issues I could not correct with Ultimate SEO URL support, I removed the support... looked like everything was working okay. However when I checked my error logs I am getting 404 errors for catalog urls. Took my quite awhile to be able to recreate the error...as everything does appear to work on the mobile site. Finally did from my android when I do a google search for a keyword and a catagory link comes up. Click the catagory link and I get the error. Only for catagories not for products. The keyword I used for a google search from android was "Rustic Outdoor Decorating" site is cabinfevergifts.com Any direction greatly appreciated! -
[Contribution] iOSC - mobile version of OSC on your iPhone
Logcbnfvr replied to bumbarash's topic in General Add-Ons Support
Rainer, Thank you so much for your response! I have double checked and can not find my error, I'm sure it is there. I will keep searching :-) Thanks again, -
[Contribution] iOSC - mobile version of OSC on your iPhone
Logcbnfvr replied to bumbarash's topic in General Add-Ons Support
I think I cheated but it seems to be working noe. I chnaged the ' . $mobile_url . ' to mobile_index.php. Please give it a try cabinfevergifts.com in right column. Will it be ok like that? -
[Contribution] iOSC - mobile version of OSC on your iPhone
Logcbnfvr replied to bumbarash's topic in General Add-Ons Support
Thank you all so much for your work on this contribution!!! I've wroked out a few issues but am stuck on a little problem. The icon to go to the mobile site does not take you there. The little arrow in the box heading does but not the iphone icon. It was working, but I did the Header Tags SEO ans Ultimate SEO URL fixes and now the icon does not go... It appears to be the mobile_version.php but I am not savy enough to figure it out. Here is the code: $info_box_contents = array(); $info_box_contents[] = array('text' => BOX_HEADING_MOBILE_VERSION); new infoBoxHeading($info_box_contents, false, false, tep_href_link('mobile_index.php')); global $mobile_url; if ((SEO_ENABLED != 'true') and ((!isset($lng) || (isset($lng) && !is_object($lng))))) { $mobile_url .= (strpos($mobile_url,'language=') > 0) ? '' : ((strpos($mobile_url,'?') > 0) ? '&language=' . $current_lang_key : '?language=' . $current_lang_key ) ; } $mobile_version_link = '[url="'%20.%20$mobile_url%20.%20'"]' . tep_image(DIR_WS_IMAGES . 'icons/iphone_logo.gif') . '[/url]' ; $info_box_contents = array(); $info_box_contents[] = array('align' => 'center', 'text' => $mobile_version_link); new infoBox($info_box_contents); ?> Any help greatly appreciated! :) -
[Contribution] iOSC - mobile version of OSC on your iPhone
Logcbnfvr replied to bumbarash's topic in General Add-Ons Support
Thank you so much for your reply. Unfortunatley that didn't work but I do think this is in the right direction! Thanks again! -
[Contribution] iOSC - mobile version of OSC on your iPhone
Logcbnfvr replied to bumbarash's topic in General Add-Ons Support
Hi! I really love this contribution... all the help in this forum is great (thank you thank you thank you) and I have got thru a few bugs on my installation. The one I can't find anything on is that the iphone.css does not load for my secure pages... login, account, checkout. etc. Along with the images in the secure pages as well. I think it must be in the mobile/includeds/ configuation.php but I have no clue what to change... Any help greatly apprecited! -
Hi! I get no errors with my sitemap and the cron job seems to be doing fine.... my only problems is the sitemaps have not changed since Oct. 22, 2011. Hundreds of things have changed in this year but it does not seem to be generating anything beyond it's very first time. Any ideas? THX
-
Has anyone come up with anything new about IE9 and jquery with the long running script error freezing when they put in their email address? I have a note on my OPC for IE9 users to use another browser or contact me for alternative checkout... but this will be a problem as more and more people upgrade their browsers to IE9. Thank you
-
Back working now :-)
-
Mine stopped working yesterday afternoon and still not back... UPS was having issues but they seem to be up again so hopefully the shipping module will start working again.
-
Paypal: Sorry - Your Last Action Could Not Be Completed
Logcbnfvr replied to oringmonkey's topic in PayPal
Thank you, Thank you, Thank you... Quick and painless fix :) -
Hi Jack, This is what I was asking a couple pages back but not so clearly :-) The meta titles and meta descriptions for every page in a category, specials, product reviews, links manager pages, etc. are viewed as duplicate content to Google in Webmaster tools. Anything with pagination it seems. The unique content on page does not seem to matter they (Google) wants unique meta titles and meta descriptions for every page under each category. Is it possible this may be added to an update of Header Tags SEO? Or something you will look into maybe? Thank you once again for your continued sharing and knowledge!!! Kim
-
Thank you!