Page 47 of 58 FirstFirst ... 37454647484957 ... LastLast
Results 461 to 470 of 574
  1. #461
    Join Date
    Jul 2021
    Location
    Fukuoka Japan
    Posts
    125
    Plugin Contributions
    2

    Default Re: Stripe payment module -Duplicate orders

    Sql code is
    Code:
    TRUNCATE `zenen_stripe `;

  2. #462
    Join Date
    Jun 2024
    Posts
    91
    Plugin Contributions
    0

    Default Re: Stripe payment module -Duplicate orders

    Quote Originally Posted by Gozzandes View Post
    Sql code is
    Code:
    TRUNCATE `zenen_stripe `;
    Hello Gozzandes, thank you for helping. I am having an issue trying to get this code to take. I am sending via the "Install SQL Patches" located in the "Tools" tab. I assume this is the correct location to add this?
    I keep getting thes message:
    WARNING: An Error occurred, please let us know! If you were entering information, press the BAo must be doing something wrong...CK button in your browser and re-check the information you had entered to be sure you entered valid data.

    I must be doing something wrong...

  3. #463
    Join Date
    Jul 2021
    Location
    Fukuoka Japan
    Posts
    125
    Plugin Contributions
    2

    Default Re: Stripe payment module -Duplicate orders

    Quote Originally Posted by BigB View Post
    Hello Gozzandes, thank you for helping. I am having an issue trying to get this code to take. I am sending via the "Install SQL Patches" located in the "Tools" tab. I assume this is the correct location to add this?
    I keep getting thes message:
    WARNING: An Error occurred, please let us know! If you were entering information, press the BAo must be doing something wrong...CK button in your browser and re-check the information you had entered to be sure you entered valid data.

    I must be doing something wrong...
    'xxxx670_zenc936.zenen_stripe' doesn't exist.
    Split63 pointed out.
    www/includes/modules/payment/stirpe.php line215
    from
    Code:
      $db-> execute("DROP TABLE IF EXISTS " . DB_PREFIX  . "stripe ;");
    to
    Code:
      $db-> execute("DROP TABLE IF EXISTS " . DB_PREFIX . "stripe ;");
    once uninstall the module in the admin page and rewrite the php file.
    and install the module.

    You can Download stripe_modules_218https://github.com/Gozzandes/stripe_modules_218

  4. #464
    Join Date
    May 2005
    Location
    England
    Posts
    675
    Plugin Contributions
    0

    Default Re: Stripe payment module -Duplicate orders

    I just wondered if Stripe is okay to use? It has so many bad reviews, mainly money being frozen for no reason and unable to withdraw. I did try Square and got through the validation procedure, but they suddenly stopped my account for no reason. Luckily no payment processing activated at that time, and no response to emails. So a bit wary, so using paypal and a credit card processing company which is fine, the Klarna and other options in Stripe does seem appealing however.

  5. #465
    Join Date
    Feb 2014
    Location
    Germany
    Posts
    295
    Plugin Contributions
    0

    Default Re: Stripe payment module -Duplicate orders

    I myself don't use stripe or braintree but you should know that PayPal has had this "money being frozen" thing too (or even still has).
    My business is GDPR compliant Webhosting and other Web Services.
    Beside that I still have a Zen Cart Shop running for Classic Vespa Spare Parts
    Locations in Germany, Spain and Finland. Other worldwide locations on demand

  6. #466
    Join Date
    Jun 2024
    Posts
    91
    Plugin Contributions
    0

    Default Re: Stripe payment module -Duplicate orders

    Quote Originally Posted by Gozzandes View Post
    'xxxx670_zenc936.zenen_stripe' doesn't exist.
    Split63 pointed out.
    www/includes/modules/payment/stirpe.php line215
    from
    Code:
      $db-> execute("DROP TABLE IF EXISTS " . DB_PREFIX  . "stripe ;");
    to
    Code:
      $db-> execute("DROP TABLE IF EXISTS " . DB_PREFIX . "stripe ;");
    once uninstall the module in the admin page and rewrite the php file.
    and install the module.

    You can Download stripe_modules_218https://github.com/Gozzandes/stripe_modules_218
    This seems to have fixed the problem. I appreciate your help in this matter.
    I was able to make it through all stages of the checkout process in Stripe's test mode. I'll try a few more orders just to make sure the change sticks.
    One thing that seems odd... there's no feilds to enter the faux CC #... it simply says Stripe Payment: Credit Card but there is no feilds to input the dummy info... Is this normal for stripe in test mode or is there something else I should address before moving further? Thanks

  7. #467
    Join Date
    Jun 2024
    Posts
    91
    Plugin Contributions
    0

    Default Re: Stripe payment module -Duplicate orders

    Here's a screenshot of what I mean... I'm still in "Test Mode" and Stripe is not providing any feilds to input Credit Card info. This can't be correct. I'm thinking there should be a radio button (or something similar) to select that would then provide fields to input the CC info?
    Attached Images Attached Images  

  8. #468
    Join Date
    Jul 2021
    Location
    Fukuoka Japan
    Posts
    125
    Plugin Contributions
    2

    Default Re: Stripe payment module -Duplicate orders

    Quote Originally Posted by BigB View Post
    This seems to have fixed the problem. I appreciate your help in this matter.
    I was able to make it through all stages of the checkout process in Stripe's test mode. I'll try a few more orders just to make sure the change sticks.
    One thing that seems odd... there's no feilds to enter the faux CC #... it simply says Stripe Payment: Credit Card but there is no feilds to input the dummy info... Is this normal for stripe in test mode or is there something else I should address before moving further? Thanks
    API Key and Test API Key is switched by Stripe test mode.
    Test Mode = Test mode API Key
    Credit card number :4242424242424242
    MM/YY :After today for example 01/25
    Security code : Random 3 numbers

    Click image for larger version. 

Name:	demomode.jpg 
Views:	11 
Size:	42.2 KB 
ID:	20833

  9. #469
    Join Date
    Jul 2021
    Location
    Fukuoka Japan
    Posts
    125
    Plugin Contributions
    2

    Default Re: Stripe payment module -Duplicate orders

    Quote Originally Posted by BigB View Post
    Here's a screenshot of what I mean... I'm still in "Test Mode" and Stripe is not providing any feilds to input Credit Card info. This can't be correct. I'm thinking there should be a radio button (or something similar) to select that would then provide fields to input the CC info?
    Copy the following folder and paste it to \includes\templates\responsive_classic folder.
    Stripe_module_zc158\www\includes\templates\YOUR_TEMPLATE

    I recommend to download the following module and upgrade.
    github.com/stripe_module_218

  10. #470
    Join Date
    Jun 2024
    Posts
    91
    Plugin Contributions
    0

    Default Re: Stripe payment module -Duplicate orders

    Quote Originally Posted by Gozzandes View Post
    Copy the following folder and paste it to \includes\templates\responsive_classic folder.
    Stripe_module_zc158\www\includes\templates\YOUR_TEMPLATE

    I recommend to download the following module and upgrade.
    github.com/stripe_module_218
    OK. I'll give it a try, thanks

 

 
Page 47 of 58 FirstFirst ... 37454647484957 ... LastLast

Similar Threads

  1. pay2check.com payment module?
    By sunrise99 in forum Addon Payment Modules
    Replies: 0
    Last Post: 1 Nov 2011, 03:55 AM
  2. klikandpay.com payment module
    By rulest in forum Addon Payment Modules
    Replies: 0
    Last Post: 24 Sep 2010, 06:06 PM
  3. AlertPay Payment Module Integration Help Please!
    By etorf9751 in forum Addon Payment Modules
    Replies: 8
    Last Post: 16 Aug 2010, 05:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR