Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

14steve14

♥Ambassador
  • Posts

    5,711
  • Joined

  • Last visited

  • Days Won

    74

Posts posted by 14steve14

  1. Is anyone else having problems with PayPal payments standard in version 1.0.7.11

    We are having instances where a customer pays using PayPal and at the end of the checkout gets returned to the checkout_success.php page to be told that the PayPal payment failed. They then try again and the payment is successful. Unfortunately PayPal are also taking the first payment as their system is showing it as successful.

    It does not happen on every PayPal sale and seems to only happen when users are paying using a debit or credit card, and not funds from their PayPal account.

    No particular browser is used. All payments are from UK customers so no currency changes. There are no errors in the error logs and nothing seems to be in the Paypal app logs that can help.

    Since this started happening we have changed no code on the website. We have uploaded a good known full backup of the sites code and the problem still persists. 

    Anyone have any ideas where to start looking.

  2. On 8/19/2022 at 3:23 AM, Jack_mcs said:

    @14steve14If you are not using the latest version you can download it from here. But where it is failing is where the name is filled in so it might be that you have a product or two without a name. I would look at the products_description table, assuming that is what it fails on, and check that there are not any products missing names. Or if you are using Header Tags SEO make sure to run fill tags.

    Cheers Jack.

    I was using the latest version that I downloaded before the downloads were all removed. The one from your site worked like a charm. It would appear that there were two products with some data missing when I checked in the database. Info was added and no more errors. 

  3. HI Jack @Jack_mcs I am having a problem with the latest version of this addon installed on to a phoenix 1/0/7/11 store running php 7/4.

    In the error logs I am getting lots of the following error. This error has been present for a long while now and I am only now trying to sort it out.

    Quote

    [18-Aug-2022 08:26:07 UTC] PHP Notice:  Trying to access array offset on value of type null in /home/####/#####/includes/classes/seo.class.php on line 1138

    Line 1138 is

                                    $pName = $this->strip( $result['pName'] );

    If I turn off seo urls the error is not present.

    I have checked the install and all files are in the correct places and I cannot see any files or code remaining from any updates. 

    Any idea what may be causing this?

  4. On 3/9/2022 at 1:27 AM, AlucardUltimate said:

    Hello 14steve14You said your stripe module works fine. I however am having some dificulty getting it to work properly. In the url it just says "/checkout_payment.php?payment_error=stripe". Please any help would be greatly appreciated. Please and thank you.

    Have a read here. The first few posts explain how to setup Stripe. make you you have followed the instructions.

     

  5. I would use the next one up Version 1.1.0r1 but use the correct code for your version. The files are clearly marked to what they will work with.

    As long as you have followed the setup procedure, are using the correct keys and have the webhook created in your Stripe account all should work. I cannot remember having anything different to do. 

    If you are having problems it may pay to add a post in the support thread. 

     

  6. On 9/29/2021 at 3:09 AM, puggybelle said:

    I use  osCommerce 2.3.4.1 CE with PHP 7.0

    I"m trying to install this payment module to give my buyers an alternative payment method other than just PayPal.

    stripe_sca_v1.0.18

    Stuck on this piece of text in the install instructions:

    It's been a while since I've played with code, so, I'm a bit lost now.  

    If my website is called www.mywebsite.com - what do I change the DIR_FS_CATALOG constant to?  There are many instances of that constant in the file - do I change them all?  Or just one particular piece of code?

    Additionally, I see in Admin...the module after it's installed...the following:

    proxy.JPG.a96d659b41f6e4e1e85ff31c13dd39e2.JPG

    Is it necessary to fill this out and if so, I have no idea what to put there.

    Thanks for any help!  - Andrea

    I would imaging just the one in the includes/configure file. 

    I use stripe and my is like this

      const DIR_FS_CATALOG = '/home/######/public_html/';

    My proxy server settings are also empty because I dont use one so no need for anything , although if you do use a proxy then you will need to put something in there.

  7. 16 hours ago, Smoky Barnable said:

    A recent customer contacted me to make sure her payment went through. She was confused because in her account area the saved card page showed an old expiration date. Doesn't this expiration date get updated automatically when customers get a new card with the same account number? Perhaps she must delete this card and checkout with new card? Regardless, her payment was successful using her saved card which had the wrong expiration date.

    I had that happen to me and had to add a new card and delete the old one. If you speak to Stripe they will tell you its a security thing so cards cannot just be updated by anyone, which is good.

  8. 4 hours ago, osCommerce-Official said:

    osCommerce v4 will come with a number of payment methods. It is being debated now which ones will be included into the "box" installation and which ones will be moved to be apps (free or paid), so the list below is to be confirmed.

    Payment methods split in two major groups - online and offline.

    Each sale channel (front end or virtual) may have a number of specific payment methods assigned to it; one and the same payment method can be assigned to more than one sale channel, and in that case the settings of such payment method can be made completely different for different sales channels.

    Payment methods (same as shipping methods) can be present in the system but be not installed, or activated, or linked to a particular country or region. In that case they will appear in the back end (corresponding filters to be set) but not in the front end.

    405355550_oscpayments0.thumb.png.c9246eb001987c68ccbe702ab00af3dd.png

    Payment methods can be also linked to particular customer groups only. 

    Payment methods can be made available to particular parts of the system. So there could be payment methods only available to wholesale clients, or only to back end users for example.

    93986097_oscpayments1.thumb.png.f2357ab97d3bfc13f8e94a65577d6c92.png

    Offline payment methods are currently as follows:

    COD (Cash on Delivery)

    COD for POS

    Credit Card for POS

    Cash

    Collect

    Purchase Order (likely to be used by customers paying on account)

    Offline payments (general offline payment method)

    It is possible to easily extend this list and add more offline payment methods, they mostly act as placeholders and are mostly used to record the fact of payment and then run analytics on what methods customers used to pay. 

    Online payment methods are currently as follows (in no particular order):

    SecurePay

    BrainTree

    Authorize.net

    PayPal (various implementations, including Express checkout)

    Klarna checkout (likely + online finance!, to be confirmed)

    Poli

    WorldPay

    SagePay

    Recurly (to be confirmed)

    SecPay

    Pay by Amazon (to be confirmed)

    MultiSafePay

    Layby

    Humm by FlexiFi (online finance!) 

    Global Payments (former Realex)

    LiqPay

    OxiPay

    It is very likely that some of the above modules will be moved to a new category Online Finance before the release of osCommerce v4

    I notice that there is no Stripe payments module in the list. Is it something that is planned in the future.

  9. How about

    How to print multiple invoices, packing slips and picking lists for the days orders, plus print the address labels.
    How to easy update product stocks, including buy in costs, recommended reatial prices and selling prices.
    How to add comments to a customers account, including order comments on invoices.
    How to change the invoice templates.
    How to add customers VAT number  on B"B international sales.

    There's more, but you already have loads I would imagine.

  10. Are you sure there is an update after v5.018 as my phoenix store is showing as using that version. I do know in one of the Phoenix version updates some files were updated which can be uploaded over the original files, but I am sure there was no full update available.

  11. Rainer

    Bit of another silly question.

    Is there a way to remove any spaces in the phone number. We have customers contact us and leave a phone number on the answer machine but no names. We have search added to the telephone number module but some customers have been adding spaces in the numbers which makes searching very difficlt. Wanting no spaces for any new signed up customers as can remove older ones using sql I hope.

  12. 2 hours ago, YePix said:

    No thanks. Phoenix is not for me or for users in the EU. It may be that in the USA, UK or elsewhere, also for those who use the standard but users who adapt their software to their own needs in order to work more efficiently need something more than standard

    Ok so what is missing from Phoenix that would make it work in the EU and all the countries in there? Lets discuss and see if we can improve the product that you will not use.

  13. 2 hours ago, YePix said:

    No thanks. Phoenix is not for me or for users in the EU. It may be that in the USA, UK or elsewhere, also for those who use the standard but users who adapt their software to their own needs in order to work more efficiently need something more than standard

    So why dont you make those changes and then make them available to other users to improve their user experience. Keeping things to your self helps no one apart form yourself, but that is the latest trend within these forums I feel.

    My site has been customised to suit my business needs, and its taken a long time to get it to where it is today. The older versions on the site have been online for over 12 years now, and believe me there have been many changes. Many of the changes I paid for over the last few years have been used by others as they are now supporters codes and are available for the benefit of others. Thats how things improve. Any Phoenix installation can be altered to suit, so the attitude that Phoenix can only be used in certain countries is the fault of those businesses in the countries where people cannot be bothered to improve what they have. Your fault no one elses. The core coders give you the building blocks, all you have to do is to put them together to suit you, or you could just let others fund it and do it for you.

  14. 14 hours ago, YePix said:

    Hallo Leute, wer von euch nutzt noch die Version 2.3.4-1 EDGE ?

    Hello everyone, who of you is still using version 2.3.4-1 EDGE ?

    Finally upgraded to a whole better system in November. One click installs and no core code changes makes things so much easier to work with. Only advice would be to plan out the upgrade and stick to a version, and not try to keep with the latest.

×
×
  • Create New...