Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

greasemonkey

Members
  • Posts

    1,371
  • Joined

  • Last visited

  • Days Won

    25

Everything posted by greasemonkey

  1. @@VignobleDamanieu you could always hire one of the great programmers on this forum... What you are looking for could easily be done... I believe the process is to open a thread here; http://www.oscommerce.com/forums/forum/79-commercial-support-enquiries/
  2. I've not used this addon, however you could try this; http://addons.oscommerce.com/info/2982 Found via google; oscommerce minimum purchase per product Good luck.
  3. @dr_lucas I don't know for sure... However, I would guess this is on Fedex's end. Give them (I'm sure you know the tech support number) a call an try and book a shipment while on the phone... they should be able to see why you are getting the error (maybe they didn't register the meter number correctly after they approved the lable?)
  4. @dr_lucas yes, give it a try... I may have messed up the instructions...
  5. @dr_lucas @@DriWashSolutions is updating this addon originally released by me for webservices updated a couple times by others http://addons.oscommerce.com/info/2244 I'm using my original version.
  6. @dr_lucas I use this addon in Canada for domestic shipments (shipments within Canada). It does not work for international shipments when a commercial invoice is required (example: Canada to the USA or I presume visa versa). I know this is possible... But someone would really want to have to update a significant portion of the label module.
  7. Not that I'm aware of @@CiscoCo. Try searching the addon area... I have heard rumors of addons (just by reading forum posts) but I not seen or tried anything that works with PP Express but without the checkout_payment.php page.
  8. @@CiscoCo. This addon work with paypal standard AND paypal Express. However with paypal Express this addon will only work from the payment page (where the code and box is located) NOT from the "checkout with paypal" button located on the shopping cart page. Hope this helps...
  9. @@bedto it looks like you don't have separate price per customer group install. SPPC would have installed this table (and other tables used in SPPC). There is a version of this addon for those without SPPC - just search the addon area.
  10. Perfect... Thank you @@Jack_mcs. I guess view_counterDB.BIN.BIN doesn't work... Lol.... Hopefully my last question.
  11. @@Jack_mcs ok sorry to bug again... I'm receiving the following error on the monitor (after I downloaded the new class file IP2Location.php). Does this mean I don't have PEAR installed on my server? I'm currently at php 5.2.17 - I'm presuming this should be upgraded to at least 5.3... Could I use previous version which uses ip2locationlite.class.php in the meanwhile?
  12. Duh, I see this was answered previously....
  13. @@Jack_mcs I'm having a similar issue trying to install that @@KeesB mentioned. Line 20 of view_counter.php is; require(DIR_WS_CLASSES . 'IP2Location.php'); But there is no file IP2Location.php. As mentioned the file class file is ip2locationlite.class.php. I've double checked older versions and it would seem line 20 should have been or the file should be named IP2Location.php; require(DIR_WS_CLASSES . 'ip2locationlite.class.php');
  14. @@raiwa I'll email you after I have made some basic instructions and tested...
  15. @@MountainMan look here... Lots of great info on CSS and more http://www.w3schools.com
  16. @@raiwa I have un-done the update for now. As it did not fix my problem and my problem was much more important; I have however come to a partial solution - although the solution is not very graceful. The issue above arose every time a 404 page was called from a /mobile/ link - example by a human bookmarking our site from an iphone the addon called mobile/apple_touch_icon.png (which is 404) OR any deleted/404 product that a bot or human was looking for in the from a "classic" link on a mobile device. Previously I had installed http://addons.oscommerce.com/info/933 for a custom 404 page and http://addons.oscommerce.com/info/8865 and then edited /includes/modules/ultimate_seo_urls5/includes/notfound_404.php to header( "HTTP/1.0 404 Not Found" ); header('Location: http_error.php?error_id=404&FWR-URL='. $_SERVER['REQUEST_URI']); ?> This all worked very well... on the classic site but not at all on the mobile site. Solution; 1) for the apple_touch_icon I just made a copy of the png file in the /mobile/ directory. Fixed... for now. @@Gergely have you experienced any issues with this addon similar to mine? If you wish I can take this to a different thread... 2) for all other 404 issues I re-made the http_error.php (you are welcome to a copy of this for the support addons) for mobile and dropped it in at mobile/http_error.php So, for now everything seems to look great. When a know 404 page is checked here http://seo-website-designer.com/404-Error-Handler-Checker#heading-ToolResult in my mobile dir links return a good 404 header Most importantly.... the server isn't getting slammed anymore...
  17. Very good point. I'm not sure? I use header tags seo in the desktop site so had just presumed I would have to use the same in the mobile. I can always un-do all the header tag seo mobile changes to test - then implement @@Gergely for mobile. Does think make sense?
  18. @@raiwa, I have figured out the issue with the install... It was header tags seo. The changes to mobile/includes/header.php need to be duplicated in header_with_products_htseo.php and header_with_htseo.php. Now on to testing the earlier issue I have rechecked in my sandbox store by bookmarking from my iphone and it would seem there is still no change. See the attached screenshot of how many requests the bookmark makes.
  19. @@raiwa it was Google+ Share - I confirm I have a language file at /includes/languages/english/modules/social_bookmarks/sb_google_plus_share.php Now that Google+ Share is disabled the rest of my enabled modules (FB, Twitter and Pinterest) work perfect, however, I'm left with no title . I can confirm I have this line at /includes/languages/english/modules/boxes/bm_product_social_bookmarks.php Both the title and Google+ Share are working fine in my desktop store (and live site). Sorry, I'm not sure... but I don't think I have missed anything?
  20. @@raiwa couple of issues with the upgrade/instructions. 1) I'm getting this in on product_info where the social bookmarks should be; Fatal error: Cannot redeclare class language in /home/*******/public_html/sandbox/includes/classes/language.php on line 16. There is no language file for the new mobile/includes/modules/product_social_bookmarks.php module. Shouldn't there be? 2) in step 1a you are asking to upload; for_OsC_2.3.3.3_2.3.3.4/mobile/includes/modules/product_header.php Then in step 9 you are adding (to this file); <?php if (MODULE_BOXES_PRODUCT_SOCIAL_BOOKMARKS_STATUS == 'True') { ?><div style="text-align:center;"><?php include(DIR_MOBILE_MODULES . 'product_social_bookmarks.php'); ?></div><?php } ?> Which is already included in the new file loaded in step 1a. Let me know about the language file (or did I miss something - apologies if I missed it).
  21. Just to further my post above, I have been disabling addons one by one all morning to try and narrow the issue down. I can confirm, when I turn "enable seo urls 5" to false, I can no longer reproduce the issue by bookmarking the site. So it would seem, apple touch icons, header tags SEO, my custom 404 error page and header status handler are all ok. Its something in seo urls 5, in particular I presume, something to do with the changes or additions for mobile.
  22. @@raiwa thank you. That script works (doesn't cause a redirect loop error) unfortunately it does not help the issue of mentioned above; I haven't figured out the cause yet, however, I can reproduce the issue now on command. I had installed the apple touch icon addon here; http://addons.oscommerce.com/info/7646 So, I had presumed the issue was ONLY caused by bots - it is not. The issue happens to some degree every time a real customer (not a bot) bookmarks the site from an apple mobile device. As I said above, I can recreate the issue by bookmarking the site. This leads me to believe there is an issue with apple touch addon (or my install of the addon) - @@Gergely , any input you can provide would be greatly appreciated. The apple touch icon is located in the root - see my posts above, why would it be looking at the /mobile/ dir for apple-touch-icon.png (leading to a 404 error)? I have updated my apple touch addon from the Fed. 2013 release to the Nov. 2013 and changing my mobile/includes/header.php from; <?php $oscTemplate->buildBlocks(); echo $oscTemplate->getBlocks('header_tags'); ?> to <?php echo $oscTemplate->getBlocks('mobile_header_tags'); echo $oscTemplate->getBlocks('header_tags'); ?> But it doesn't help. BTW, which is correct? The apple touch icon issue is just a symptom of the actual issue. Because the issue will happen on many 404 pages in the /mobile/ directory. Thoughts?????
  23. @@raiwa interesting read here; http://perishablepress.com/stop-404-requests-for-mobile-versions-of-your-site/ Is there a way of redirecting these looping mobile/ 404 requests via htaccess? I have both Jack's headerstatus handler and custom 404 page installed. Below is what my htaccess looks like; # Change RewriteBase using the instructions above RewriteBase / RewriteRule ^([a-z0-9/-]+)-p-([0-9]+).html$ product_info.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-c-([0-9_]+).html$ index.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-m-([0-9]+).html$ index.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-pi-([0-9]+).html$ popup_image.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-pr-([0-9]+).html$ product_reviews.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-pri-([0-9]+).html$ product_reviews_info.php [NC,L,QSA] # IOSC mobile site RewriteRule ^([a-z0-9/-]+)-mp-([0-9]+).html$ mobile/product_info.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-mc-([0-9_]+).html$ mobile/catalog_mb.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-mm-([0-9_]+).html$ mobile/catalog_mb.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-mpi-([0-9]+).html$ mobile/popup_image.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-mpr-([0-9]+).html$ mobile/product_reviews.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-mpri-([0-9]+).html$ mobile/product_reviews_info.php [NC,L,QSA] # Articles contribution RewriteRule ^([a-z0-9/-]+)-t-([0-9_]+).html$ articles.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-au-([0-9]+).html$ articles.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-a-([0-9]+).html$ article_info.php [NC,L,QSA] # Information pages RewriteRule ^([a-z0-9/-]+)-i-([0-9]+).html$ information.php [NC,L,QSA] # Links contribution RewriteRule ^([a-z0-9/-]+)-links-([0-9_]+).html$ links.php [NC,L,QSA] # Newsdesk contribution RewriteRule ^([a-z0-9/-]+)-n-([0-9]+).html$ newsdesk_info.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-nc-([0-9]+).html$ newsdesk_index.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-nri-([0-9]+).html$ newsdesk_reviews_info.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-nra-([0-9]+).html$ newsdesk_reviews_article.php [NC,L,QSA] # Mobile Articles contribution RewriteRule ^([a-z0-9/-]+)-mt-([0-9_]+).html$ mobile/articles.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-mau-([0-9]+).html$ mobile/articles.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-ma-([0-9]+).html$ mobile/article_info.php [NC,L,QSA] # Mobile Information pages RewriteRule ^([a-z0-9/-]+)-mi-([0-9]+).html$ mobile/information.php [NC,L,QSA] # Mobile Links contribution RewriteRule ^([a-z0-9/-]+)-mlinks-([0-9_]+).html$ mobile/links.php [NC,L,QSA] # Mobile Newsdesk contribution RewriteRule ^([a-z0-9/-]+)-mn-([0-9]+).html$ mobile/newsdesk_info.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-mnc-([0-9]+).html$ mobile/newsdesk_index.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-mnri-([0-9]+).html$ mobile/newsdesk_reviews_info.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-mnra-([0-9]+).html$ mobile/newsdesk_reviews_article.php [NC,L,QSA] </IfModule> ErrorDocument 400 /http_error.php?error_id=400 ErrorDocument 401 /http_error.php?error_id=401 ErrorDocument 403 /http_error.php?error_id=403 ErrorDocument 404 /http_error.php?error_id=404 ErrorDocument 405 /http_error.php?error_id=405 ErrorDocument 408 /http_error.php?error_id=408 ErrorDocument 415 /http_error.php?error_id=415 ErrorDocument 500 /http_error.php?error_id=500 ErrorDocument 501 /http_error.php?error_id=501 ErrorDocument 502 /http_error.php?error_id=502 ErrorDocument 503 /http_error.php?error_id=503 ErrorDocument 505 /http_error.php?error_id=505 ErrorDocument 504 /http_error.php?error_id=504 I was thinking something like this? But it doesn't work - just causes redirect loop; # REDIRECT 404 MOBILE REQUESTS <ifmodule mod_rewrite.c> RewriteCond %{REQUEST_URI} /mobile/mobile/?$ [NC,OR] RewriteRule (.*) http://www.mysite.com/ [R=301,L] </ifmodule> Manually, when I go to one of these links, I do get a 404 page. However, the bots seem check mobile/my-bad-link.php get a 404 and so move on to mobile/mobile/my-bad-link.php then mobile/mobile/mobile/my-bad-link.php etc etc.... I must have had more than 200 links like this and my previous post above going most of the day yesterday (normally its only a few).
  24. @@raiwa, Just a follow up on your earlier reply... I have double checked my install and everything is good with includes/configure.php & includes/functions/general.php. I have SEO URL's 5, so there are no mods to html_output.php. This is handled my SEO urls... and this is my guess as to where the problem starts. If you have any ideas please let me know...
×
×
  • Create New...