Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

phi148

Members
  • Posts

    273
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by phi148

  1. Sure, I'll be in touch soon. I should have time tomorrow to get the information together.
  2. Thanks for the feedback. I've moved onto the support package containing the mobile sitemap. I copied the folder (usu5_sitemaps) and I ran the index.php All the sitemaps were indeed generated, however they do not contain the SEO URL's. For example, this is part of the output of sitemapMobileProducts.xml <url> <loc> http://www.mysite.com//mobile/product_info.php?products_id=1252 </loc> <lastmod>2015-04-26</lastmod> <changefreq>weekly</changefreq> <priority>0.5</priority> <image:image> <image:loc> http://www.mysite.com/images/xxx/xxx.jpg </image:loc> <image:title>Widget</image:title> </image:image> <mobile:mobile/> </url> Any clue on the fix for that one?
  3. If we can get this to work, I'll upload the mod for everybody else too :)
  4. So in playing around I got it to work. Except for mobile. All those links appear to look like the regular (non-mobile) links. For instance, none of the links point to: www.mysite.com/mobile/product-name-mp-112.html They look like a regular link instead: www.mysite.com/product-name-p-112.html Notice no "mobile" subdirectory and instead of "mp" you have "p" Any ideas?
  5. Anyone have luck upgrading to 1.8 Google XML sitemap and the SEO URLS 5?
  6. Jack I have SEO URLS 5 by FWD Media installed. Do you know how to modify this update (1.8) to have proper SEO URLS? I added the above, and that got all my sitemaps created, yet all my links are not SEO URL formatted. Any clues? Thanks!!! Bill
  7. Actually, I think there is a bug in that code you posted. colorbox and photoset-grid do not exist in "mobile/ext"
  8. Fixed! I also have some additional MVS fixes that I'll be passing to you via PM. Additional modifications to checkout_process.php and checkout_confirmation.php appear to be needed. Thanks!
  9. Another question regarding SSL. I have my mobile shop installed in a subfolder. mysite.com/mobile/ I noticed in IE when testing checkout, the SSL page is not fully secure because there are insecure URL's. This only happens in the mobile store. Example from whynopadlock.com on my "mobile/create_account.php" page: Insecure URL: http://www.mysite.com/ext/photoset-grid/jquery.photoset-grid.min.js Found in: https://www.mysite.com/mobile/create_account.php Insecure URL: http://www.mysite.com/ext/colorbox/colorbox.css Found in: https://www.mysite.com/mobile/create_account.php Insecure URL: http://www.mysite.com/ext/colorbox/jquery.colorbox-min.js Found in: https://www.mysite.com/mobile/create_account.php Insecure URL: http://www.mysite.com/ext/colorbox/images/overlay.png Found in: http://www.mysite.com/ext/colorbox/colorbox.css Insecure URL: http://www.mysite.com/ext/colorbox/images/controls.png Found in: http://www.mysite.com/ext/colorbox/colorbox.css Insecure URL: http://www.mysite.com/ext/colorbox/images/border.png Found in: http://www.mysite.com/ext/colorbox/colorbox.css Insecure URL: http://www.mysite.com/ext/colorbox/images/loading_background.png Found in: http://www.mysite.com/ext/colorbox/colorbox.css Insecure URL: http://www.mysite.com/ext/colorbox/images/loading.gif Found in: http://www.mysite.com/ext/colorbox/colorbox.css
  10. One other question, I am using the KISS image thumbnailer, seems to work fine. The only odd thing is, every now and then, when on the mobile site, if I click on a product, the picture does not appear in the product listing. However, if I simply hit the refresh button in my browser, the picture then shows up just fine. It is simply on the first load that the picture does not show. Any ideas on that one? Thanks again for the excellent support! :)
  11. Just switched from a subdomain to a subdirectory. Still have the same issue. :( Help !
  12. Hello i'm attempting to install this addon in a subdomain. It appears something is going haywire with the code at the very bottom of /includes/application_top.php: //BEGIN : MOBILE REDIRECT_SCRIPT require(DIR_FS_MOBILE . 'includes/functions/devicelist.php'); if ( MOBILE_SITE=='True'&& !defined('MOBILE_SESSION') ) { require(DIR_FS_MOBILE . 'includes/classes/mobile_redirect.php'); if ( !strpos($_SERVER['REQUEST_URI'], 'checkout') ) $mobileRedirect = new mobileRedirect; } elseif ( !strpos($_SERVER['REQUEST_URI'], 'checkout') ) { require(DIR_FS_MOBILE . 'includes/classes/classic_redirect.php'); $mobileRedirect = new classicRedirect; } //END : MOBILE REDIRECT_SCRIPT What happens is when viewing my normal (non-mobile) site, the page continues to use the "classic_redirect" over and over and over until the site times out. I have "mobile" disabled in admin, I'm simply just trying to make sure the non-mobile site still works correctly before I enable the "mobile" portion. Any clue on why it would redirect over and over? This is what is in the URL bar in my browser when it eventually times out with the redirect loop: http://www.mysite.com/?MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMredirectCancelled=true Any ideas?
  13. Hello, I'm using the Paypal Payments Standard solution, but I have a few questions about security: 1) Where should I store all the public / private cert information paypal requires? Right now I have them in /public_html/ext/modules/payment/paypal/ 2) What should the directory permissions be on this location? 3) Should there be an .htaccess in this folder? 4) What should the permissions be on /ext ? 5) What should the .htaccess be in the /ext directory? Just want to make sure everything is in a good safe spot. I figured standard users shouldn't be able to snoop around and few this information. Thanks!
  14. Wow, good find, that is the exact problem I have as well. Any help on this would be really appreciated!
  15. Sheesh thanks! I've been gone from OSCommerce too long :rolleyes: I didn't realize this was already included! Thanks!
  16. Hey folks just looking for any additional images addons that you recommend for OScommerce 2.3.4. Any help is appreciated! Thanks
  17. I uninstalled & reinstalled and found out it had to do with the deprecated "mysql" vs "mysqli" queries. As explained: http://www.oscommerce.com/forums/topic/154166-contribution-ultimate-seo-urls-v21-by-chemo/page-345#entry1692222 Thanks! :) Great add on!
  18. Just installed this on a new copy of Oscommerce. I'm running locally on localhost. Anybody know what would cause this: With SEO URLS OFF: http://localhost/product_info.php?cPath=3_10&products_id=12 With SEO URLS ON: http://localhost/-p-12.html No matter what, it will not put other text. I can still access and navigate just fine. It simply just creates URLs with the "-p-" or the "-c-" etc.. No other text is populated. Thanks!
  19. Hello, is the latest version of this (Header Tags SEO V 3.3.2a) compatible with Oscommerce 2.3.4? I noticed some things appear to be missing after copying over a brand new install. For instance, /admin/includes/languages/english.php is missing a few needed entries. Thanks
  20. Brian, Is it possible to use WPP with MORE than 1 online store? I'd like to start another oscommerce store, but in my Paypal settings, you have to use a return URL. This return URL in my paypal settings currently points to store #1, which is using this contribution. I don't want customers who buy from store #2 to be sent back to store #1 ! Any ideas? Thanks! :thumbsup:
  21. Hi All! 90% of my express checkout orders never return the phone number back to me. I have this set as a mandatory option in my Paypal settings... but for some reason, it never gets returned. I have to log into paypal to get the number, and then manually enter it into my Oscommerce store. Any tips / comments / suggestions on how I can debug this? I must have something weird with my store since I don't see anyone else posting about this problem. :( Thanks!
  22. I found out that in html_output.php, if you comment out this line, everything works: if (empty($default) && isset($GLOBALS[$name])) $default = stripslashes($GLOBALS[$name]); so what does PHP5 not like in that line?
  23. Hey All.. I just updated to PHP5, and somehow this broke my installation of Dynamic Sitemap V2.0. I see in previous posts, that this has affected other people as well. I imagine it is only a matter of time until more people start posting here about this. When I goto the admin area for this sitemap, I get this error : Catchable fatal error: Object of class box could not be converted to string in /home/wfrryyxd/public_html/admin/includes/functions/html_output.php on line 393 It looks like it is blowing up here : sitemap.php Line 197 : <td><? echo tep_draw_form('ex_box', FILENAME_SITEMAP,'action=ex_box').tep_draw_pull_down_menu('box',$boxes);?></td> Anybody have a clue on what is wrong?
×
×
  • Create New...