Sql code is
Code:TRUNCATE `zenen_stripe `;
Printable View
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...
'xxxx670_zenc936.zenen_stripe' doesn't exist.
Split63 pointed out.
www/includes/modules/payment/stirpe.php line215
from
toCode:$db-> execute("DROP TABLE IF EXISTS " . DB_PREFIX . "stripe ;");
once uninstall the module in the admin page and rewrite the php file.Code:$db-> execute("DROP TABLE IF EXISTS " . DB_PREFIX . "stripe ;");
and install the module.
You can Download stripe_modules_218https://github.com/Gozzandes/stripe_modules_218
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.
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).
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
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?
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
Attachment 20833
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