Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

gummipingvin

Members
  • Posts

    27
  • Joined

  • Last visited

Profile Information

  • Real Name
    Ren? Johannesen

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

gummipingvin's Achievements

  1. Which 2 files was changed in 1.0.1 because I experience excactly this problem with this version of the callback file :! thanks <3
  2. Have you tested API versions with this module? I use an older version where I have this setting: // init app with app id and secret $fb = new Facebook\Facebook([ 'app_id' => 'XXXXXXXXXXXX', 'app_secret' => 'XXXXXXXXXXXX', 'default_graph_version' => 'v2.12', ]); But when I change default_graph_version to anything higher than 2.12 (3.XX) then it doesnt work - just says unknown opengraph error
  3. I have a smiliar problem same problem here with the OAuth not passing - I tried EVERYTHING - complete new app, changed everything, but no luck at all! It keeps saying the same error: weadress not included in this apps domain - but it doesn't matter, even I change everything to something "wrong" it gives me the same error I googled and I find that this error is pretty common for a variety of problems and typically linked to OAuth redirect URI... but tried it all
  4. First I bought a module from Rainer, excellent replies - fast service, and very good communication. Raiwa more than exceeded my expectations, after some problems with installation due to our heavily modded shop - which the module was not made for - he installed it for us, with very good documentation and testing. After this we asked for some modifications to the module, everything have been done very professional. Can't find anything to put a finger on - so can warmly recommend anyone to use him for any OsC work!
  5. Thank you for the fast reply :) We are using 2.3.4 - heavily modified. Been using Quickpay for many years, and always helped solved bugs when new versions arrived, the thing is here I would like to get rid of the old code then, as I can see that part changed :) We have a test server setup, I will try install your version on that platform.
  6. Hello John, Just to make sure - is this a new module? Updated version compared to the old one from BLKOM? And what changes was made, we are using the "old" module but we have problems when using MobilePay that when customers don't return to the website, it doesn't "fnish" the orders - or set the to "approved" ?
  7. Is everything else working fine? Could it be your .htaccess file?
  8. Side question, anyone knows if I can somehow easy "redirect" the product review links we have with -pr- into our -p- pages (Product-info.php) ? We don't use the reviews, so it makes no sense, but apperaently we have alot of links to these and now I get alot of errors in Google Webmaster tools for these not working, I tried just to send it to product_info.php in the .htaccess file, but that did not work, it just sents me to the frontpage? :) Anyone with insight in the module that can help me? :)
  9. For reference and if others experience problems, I fixed this SQLite problem by updating the USU5 and following the fixes in this thread: http://www.oscommerce.com/forums/topic/407692-fwrs-usu5-for-bs/ So thank you for the solution @@clustersolutions, it did the trick!
  10. Hello Jack, I now have this working, but I feel like something is not really like what it should be :) 1. Page loads are almost double of what it was before, before it was ~3-4s now it loads at ~5-6s Could it the cache function not working? where is it storing the cache? I triede several tests for the same page, so it should load the cache. I tried to Enable Performance Checker and also puttig it in the includes/application_bottom.php file, but it doesn't show anything, but the paths, categories etc. are all "correct" with the links? Also sometimes in Admin section when changing settings or clicking different settings it gives me a "blank screen" with no content - but also no PHP errors? :o! Any suggestions what could be wrong? Last thing, in my language I have alot of special "signs" any chance I could change these into specific signs? Like å could be changed into a - ø to o etc. :) ?
  11. You are the best Jack! Thanks alot, I am already working on it, so I can have more of your modules installed, I will contact you when I'm done with the free modules, and see if we can do some business I think, just looked through your website! Great work with all the contribs!
  12. Hello Jack, We have been using USU5 for a long time... but it's outdated, and alot of other good modules are not compatible with it anymore, so we are thinking of changing into this contribution (great work and support for such a long time btw!) BUT my main concern is, how does it work with not-breaking our old links and SEO ranking? Anyone have any experience on this part? As long as the old links will still work, I am not that concerned, but I am not really 100% sure how this module works, with our current module this links looks like this: https://www.XXX.xx/tilbehoer/toyota-corolla-e12-alupedaler-oe-toyota-p-123931.html And as long as the product ID is correct, the link works, is it the same with this contrib? Because then I don't see any problems in changing... thanks! :)
  13. @@clustersolutions Thank you for the reply, yeah sorry, I am not sure what the excact problem is, so a little hard to explain :o But let me try rephrase :) Everything worked fine, then we corrupted the "sqlite" cache file, thought we could just delete it or try reset it, and then it would create a new cachefile? But it doesn't happen, so I guess my problem is just that it won't make a new cachefile. It works like it should, just doesn't create sqlite cache file, I can use the "file" option for cache and that works without any problems at all. You are probably right, hardware have in the past proven to be the best way to spend money on performance, we have no real issues with the speed, just curious if I should spend more time on fixing sqlite caching, or file-caching was just as good, or it would be worth having memcache installed on our server :)
×
×
  • Create New...