
Originally Posted by
marton_1
????
As I posted, I live in Switzerland and I have a Swiss address. When I set the payment zone to Switzerland then the Stripe payment method does not show up on my "checkout_payment" page Page 2 of 3).
If I set the payment zone to Europe then the Stripe payment method also does not show up on my "checkout_payment" page Page 2 of 3).
If I set the payment zone to none then the Stripe payment method does show up OK on my "checkout_payment" page Page 2 of 3).
I have Paypal Express checkout and when I set the payment zone to Switzerland or to Europe then the Paypal payment method does show up OK on my "checkout_payment" page Page 2 of 3).
I am not sure what you are trying to tell me???
Stripe is working fine for me but I still have this problem that I have to set the payment zone to "none" otherwise Stripe does not show up on the payment options page.
There is no corresponding log entry.
I believe the relevant Stripe code is
Code:
$db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, use_function, set_function, date_added) values ('Payment Zone', 'MODULE_PAYMENT_STRIPEPAY_ZONE', '0', 'If a zone is selected, only enable this payment method for that zone.', '6', '20', 'zen_get_zone_class_title', 'zen_cfg_pull_down_zone_classes(', now())");
When I look at the stripe_data table then the last customer country is set correctly as CH (Switzerland).
I did not find where MODULE_PAYMENT_STRIPEPAY_ZONE is stored?
Bookmarks