Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

peterpil19

♥Ambassador
  • Posts

    1,114
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by peterpil19

  1. You can't go wrong with an addon from @raiwa. @burt also has one if you contact him.
  2. @igbarah Please note that 2.3 is end of life and no longer actively supported. Please consider upgrading to Phoenix which uses the latest version of paypal express.
  3. Great, it's not just me then! I usually have to google "how do I find X in Paypal" whenever I need to something other than send money.
  4. Hi John, Which version are you using? The latest, Phoenix, has had updates to Paypal app which the old eCommerce might not have had. Have you tried manually putting the credentials in? There should be a menu for that. Peter
  5. Hey Jim, Check this one by @swguy https://apps.oscommerce.com/QdusL&quantity-discounts-for-osc-phoenix This one works perfectly in my store (version 1.0.6.0). It's an excellent add on. No core code changes required. There's also this one: https://apps.oscommerce.com/XpyA1&better-together-for-phoenix I haven't used that one recently, but it was working fine in later versions of Phoenix. Peter
  6. Hi, For benefit of others, I confirm that KISSIT works perfectly for me in a fresh 1.0.6.0 install as well as in my live shop (also 1.0.6.0): 1. The gallery product info content module supplied works as is. However, it can easily be converted into the new pi module (for the pi layout system now in core) by just comparing against another pi module to see what needs to change. This is not mandatory as you can have content product info modules and pi modules working together. 2. The optional admin thumbnails did not work for me. But I don't use it. A great module. I look forward to the next version when released, but great that the current one still works with latest version of Phoenix. Peter
  7. It works for me. I'm now on 1.0.6.0 and it has worked on all previous Phoenix versions. Peter
  8. The alternative way to fix the button issue is to change the "input-group" class in bm_search.php and content_header_search.php to "input-group-prepend" at Lines 37 and 46, respectively. Refer documentation on bootstrap forms: https://getbootstrap.com/docs/4.0/components/input-group/
  9. Fixed. It does require a code change. Line 51 of the header tags module points to a cookie.js file that does not exist locally on Phoenix. You can change the address to an online version of that file e.g. https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.js
  10. I must be missing something. Tried to install twice on Phoenix. Does not work for me at all. Did any one above make any changes to make it work? Peter
  11. @swguy Scott, Just a note to say thank you. These modules work perfectly and I have them running in my live shop. Peter
  12. Thanks for this, I will definitely give it a go when I get some time and report back. Peter.
  13. @dculley I'm not sure I follow. When you click on the images, are you are saying they disappear completely? The infobox above is an instruction not a warning. It tells you how to set the width of content modules to help you set the layout of the page. 12 means it takes up an entire row. 6 means half a row etc. It is unrelated to the issues you are having.
  14. @dculley Works perfectly fine for me on my live Phoenix shop. I just installed it on a fresh version of Phoenix and works fine also. Check your small image size. You decreased it to 80 H x 100 W from the default 250 x 250 . Fairly certain that is what is causing the issue. I have replicated your issue on my install by using your small image size. Peter
  15. Hi there, Make sure to use the latest version of osCommerce, CE Phoenix 1.02.5 , which is responsive in design, modular and is supported. Refer the following announcement:
  16. Thank you, Works perfectly. Really exemplifies how easy it is to change look and feel even without template systems. Peter
  17. Just to clarify - I'm not a coder or programmer. I have no interest in asserting any kind of copyright on anything I contribute here (within my limited capabilities). Just pointing something out something which goes to 'culture'. We gotta keep it positive and we must exercise good manners. Peter
  18. 1. Could you confirm what you mean by the 'full version' Are you referring to a version people need to pay for? 2. Dude, not cool. If you are going to use elements of an existing add on (mine) then some acknowledgment would be appreciated. Especially given you have acknowledged others already in your install document. And especially if you are looking for commercialize it. To do otherwise is just plain odd. Peter
  19. @Peper Quickest way to find this out for any add on is to try it on a test installation of Phoenix. This way you can install the add on without affecting your live shop and get your answer. Many add ons are still untested for later version of Phoenix. So the more people testing existing add ons and reporting back on compatability, the better! Peter
  20. @BrockleyJohn @14steve14 Thanks, I was actually looking for something like this as important to see if customer has previously ordered or not. Works perfectly. Would be great to see as part of core. Peter
  21. @plutomon Looking at the code for this payment module on Github, it appears that it does not need a language file as all the defined terms are in the module files, not in a separate language file. However, modules.php appears to require a language file for any module that is installed: refer line 142: include($module_language_directory . $language . '/modules/' . $module_type . '/' . $file); Therefore, try copying any existing language file / creating a new one, in the location your server is looking for it and name it cecabank.php. See if that helps. Peter
  22. The option to enable the modal is in Admin > Paypal > Configure. The customer can opt to check out with paypal in the shopping cart page. If the customer opts to check out normally instead, the modal does not appear and the customer is taken to the full paypal screen. Peter
  23. @JcMagpie This appears to be true only if 'In-Context' option is selected (which does not support instant update as according to the description) and the customer selects the checkout with paypal option instead of pressing the oscommerce checkout button. Peter
  24. Hi Richard, Correct, that is the latest version. Confirmation screen appears after paypal not before is my understanding. No idea how to get Paypal inside a pop-up instead unfortunately. Peter
×
×
  • Create New...