Search found 18 matches

by stevang
Mon Jul 19, 2021 11:27 am
Forum: Community Help & Support
Topic: PayPal Verified
Replies: 9
Views: 4327

Re: PayPal Verified

But where is it in the PayPal integration in Phoenixcart? it is not. i dont think it was ever before. A great pity. It was in the original OSCommerce integration. Saved me from many dodgy transactions i know, Phoenix has not much fraud prevention features yet. Currently you can somehow try to code ...
by stevang
Sat Jul 17, 2021 1:33 pm
Forum: Community Help & Support
Topic: PayPal Verified
Replies: 9
Views: 4327

Re: PayPal Verified

In PayPal IPN this is in payer_status Whether the customer has a verified PayPal account. verified — Customer has a verified PayPal account. unverified — Customer has an unverified PayPal account. https://developer.paypal.com/docs/api-basics/notifications/ipn/IPNandPDTVariables/ But where is it in ...
by stevang
Thu Jul 15, 2021 3:17 pm
Forum: Community Help & Support
Topic: PayPal Verified
Replies: 9
Views: 4327

Re: PayPal Verified

In PayPal IPN this is in
payer_status
Whether the customer has a verified PayPal account.
verified — Customer has a verified PayPal account.
unverified — Customer has an unverified PayPal account.

https://developer.paypal.com/docs/api-b ... Variables/
by stevang
Mon Jul 05, 2021 1:04 pm
Forum: Community Help & Support
Topic: Has been added to your cart message
Replies: 3
Views: 2372

Re: Has been added to your cart message

@lambro28 in the english.php const PRODUCT_ADDED = '%s has been added to your Cart'; to avoid editing core file you can copy english.php file to templates/override/includes/languages/ and edit that file, so you will not loss you editing when you update to newer version it will replace the language ...
by stevang
Tue Jun 29, 2021 10:45 am
Forum: Community Help & Support
Topic: How to add custom code into the checkout_process
Replies: 4
Views: 2309

Re: How to add custom code into the checkout_process

Not sure if this helps: https://youtu.be/bLd9m_uABYI Thanks! Your videos are great always and very helpfull! Keep 'em coming ;) But the checkout process seems a bit different to what your video shows about hooks. I am talking about the files in /includes/system/segments/checkout/ . As i understand ...
by stevang
Mon Jun 28, 2021 1:23 pm
Forum: Community Help & Support
Topic: Different VAT rates for EU Countries
Replies: 17
Views: 875

Re: Different VAT rates for EU Countries

I see your point. My shop will not have the equal prices for every country. Mind that Luxembourgh "only" has 17% VAT, and Hungary is at the top with 27% VAT. I can see several reasons to have variable prices. ..and now imagine you would like to have a fixed price that stays the same no ma...
by stevang
Mon Jun 28, 2021 8:46 am
Forum: Community Help & Support
Topic: Different VAT rates for EU Countries
Replies: 17
Views: 875

Re: Different VAT rates for EU Countries

..and now imagine you would like to have a fixed price that stays the same no matter what tax rate. would that even be possible to do technicaly?
by stevang
Fri Jun 25, 2021 10:30 am
Forum: Community Help & Support
Topic: How to add custom code into the checkout_process
Replies: 4
Views: 2309

How to add custom code into the checkout_process

How can i add custom code to a specific point in the checkout process? in earlier version i added my own hook call into the checkout_process.php and added a hook into the hook folder. but checkout_process seems to be all over the place now. I also don't understand if there is any order in how someth...
by stevang
Thu Jun 24, 2021 9:57 am
Forum: Community Help & Support
Topic: Checkout Sequence - Position of PayPal
Replies: 6
Views: 3458

Re: Checkout Sequence - Position of PayPal

Thats how it should be. The customer is authorizing the payment and after that comes back where the Checkout Confirm Button actually finalizes the payment. Without that no payment should be made. Furthermore how would an express checkout work if not like that? A customer can go to paypal right from ...
by stevang
Sat Jun 19, 2021 12:25 am
Forum: Community Help & Support
Topic: 1.0.8.4 Questions / Comments / Concerns
Replies: 58
Views: 63828

Re: 1.0.8.4 Questions / Comments / Concerns

need some help here. when using configuration.php in admin to set values i get an error 500 no matter what configuration group how is that possible? not sure if that is related to 1.0.8.4 but i did not change anything to the core. AH01071: Got error 'PHP message: PHP Fatal error: Uncaught TypeError...