Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mattjt83

♥Ambassador
  • Posts

    557
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by mattjt83

  1. @@jharri74 The deprecated errors are caused by your php version. It is just telling you that the function is deprecated and probably should be updated but it will still work until support is discontinued for it in future php versions. The warning is as it says a warning. It won't stop the script from working but should be addressed. Two options: 1. update the functions (best option) 2. supress the warnings by changing your php error reporting settings
  2. Responsive Bootstrap osCommerce site done :)

  3. Anyone else working with converting osCommerce to a responsive design? If so, what framework did you choose? I have been using http://www.getskeleton.com/ with good results

    1. GLWalker

      GLWalker

      Ive been using Foundation V3. http://foundation.zurb.com/ Now they have released V$, which looks worthy of upgrading too. Some really nice feature sets.

    2. GLWalker
    3. mattjt83

      mattjt83

      I like the looks of that as well :)

  4. @@simplebaby I don't use that exact addon but in mine I had to add a function to admin/includes/functions/general.php. Sounds like you missed the part of the install referencing that new function.
  5. It's all about the quality of the work done, not the quantity.

  6. Just finished two days of fixing someones site who had a "dev" work on it before. Amazing how much damage one person can do...

  7. @@Littlebits Google is your friend for finding things in the forums. I googled: setup paypal oscommerce and i found: http://www.oscommerce.com/forums/topic/331996-how-to-setup-paypal-website-payments-standard/
  8. Almost done with our front page banner manager system

    1. mattjt83

      mattjt83

      ...and it's done! Control/upload your front page banners from your admin. Automatically links to products. :)

  9. To all: I can confirm this version works with a US based shop (I'm running 2.3 series). Most of the changes were in the inline_config file. It's a really neat way for customers to pay with their amazon accounts and not have to leave your site!
  10. @@NickTheMonkey @@burt It was a pretty in depth change of the attributes system and was all custom coded. I had help with the reworking of the attributes system and then I ended up making a bunch of changes to help with usability and UI. I think no matter what software you choose to run it will take quite a bit of time to implement your system. I think osC is the best option because of its flexibility as it doesn't come out of the box loaded with a bunch of crap. The custom computer option was looked at with my project as well but it was not coded well enough to be a good basis. Just be aware that once you change the attributes system like this it becomes very difficult to make other tweaks to it in the future.
  11. @@dartecha I would check in application_top and also the tep_get_uprid function in includes/functions/general.php. In the past when I have had issues with items simply not adding to the cart with this addon it was an issue in application_top.
  12. Are the Support Tickets hidden from everyone or am I doing something wrong?

    1. Harald Ponce de Leon

      Harald Ponce de Leon

      Support Tickets are private as access to servers are sometimes needed for support.

    2. mattjt83

      mattjt83

      Ok, but i thought as a community sponsor I could view them...

  13. Upgraded to jquery ui 1.10.0 today. No issues yet :)

  14. Make sure you uploaded all of your required files. For sure /ext/jquery/jquery-1.4.2.min.js AND /ext/jquery/ui/jquery-ui-1.8.6.min.js are missing.
  15. Wrote a script for users to be able to track their USPS packages from our site using the USPS Shipping API

  16. Once again, if you don't know a thing about programming with PHP, HTML, CSS or osC, why hire yourself out to people who in turn pay you good money and get complete garbage in return? You know who you are.

    1. Monika in Germany

      Monika in Germany

      yup... us solid coders get to tie up those ends in the end, and believe me, THAT often takes longer than starting again!

  17. You can just take an already existing module like the flat rate module and rework it so it allows free shipping: if ( ($order->delivery['country']['id'] == '223') OR ($order->delivery['country']['id'] == 'Canadas country id') ) { return $this->quotes; }else{ return false; }
  18. @@Mort-lemur are you sure you uploaded all of the files? I never got that error on my install...
  19. Ok thanks for the clarification. I'm considering ditching bxgallery anyway in favor of something more cross browser friendly.
  20. So the bxgallery thumbnails were solved in this release?
  21. If I ran my physical shop the way some of the devs on these forums run their businesses, I think I would go out of business! I guess it's ok to treat people poorly since we are online and all...

    1. vashichino7
    2. rmanbike

      rmanbike

      Even thought this is the official site of osCommerce, it maynot be always the best place to find solutions.

  22. @@spooks Hi again, I downloaded the latest version and was able to use the gzip method. Now I can't seem to be able to unarchive the files. I use 7zip and get "cannot open this file as archive" when I try to extract the .tar. My server is centOS and my home pc is winXP. Maybe it's just a 7zip issue? I have never run into it before but you never know... Ok, Now .zip has started working for me. Wow, maybe I'm just losing my mind (w00t)
  23. @@spooks I tried the second method and it just froze my computer LOL! Probably more to do with my computer than anything but I never could get this to work. Not a huge deal as I can still use ftp for this. Thanks for your help! Matt
×
×
  • Create New...