Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Mikepo

Members
  • Posts

    638
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Mikepo

  1. e-mail address of the account marked as primary in your PayPal account settings.
  2. @Jack_mcs Hi jack, sorry another notice PHP Notice: Undefined variable: user_agent in xxxx/xxxxx/includes/modules/view_counter.php on line 149 $user_agent isn't defined in the file, and google finds the error, initially I didn't see it.
  3. thanks jack, that worked ☺️
  4. @Jack_mcs This addon is now running live. When using reports->referrers I get this error Fatal error: Uncaught Error: Class 'IP2Location\Database' not found in xxxx/xxxx/includes/functions/view_counter.php:351 Stack trace: #0 xxxx/xxxx/includes/functions/view_counter.php(443): GetIPDetails('81.143.xxx.xxx') #1 xxxx/xxxx/includes/modules/view_counter/view_counter_report_referers.php(63): GetDomainLocation('81.143.xxx.xxx') #2 xxxx/xxxx/view_counter_reports.php(272): include('/xxxx...') #3 {main} thrown in xxxx/xxxx/includes/functions/view_counter.php on line 351
  5. well, that is strange. I know I didn't change any file in the download of the addon, but stranger things happen. I least I've solved it and the Addon is working and very useful. Anyway thanks for looking at the problem. I'm one step further now to getting my new site up!
  6. @Jack_mcs Found the issue file includes\hooks\shop\system\view_counter_app_hook.php find if ('VIEW_COUNTER_ENABLED' == 'true') { change to if (VIEW_COUNTER_ENABLED == 'true') {
  7. Looks like includes/modules/view_counter.php is only called when running the admin side of the shop. I see the arrays dumped when new viewcounter records are generated. Is there a hook call missing on the shop side?
  8. ok, looked at the file you sent, and the output from the print_r functions don't show. So why doesn't the file get called? I've just compared the files in the addon to the files in the shop/admin and they are all present so ??
  9. jack, I did see this line, in functions/view_counter.php require_once(DIR_FS_CATALOG . 'view_counter/IP2Location.php'); //PRE-PHOENIX ONLY should that be there if we are running phoenix?
  10. shop option is set to all, country blocking is not set, I've cleared the tables and still on shop side entries. All very strange, removing .htaccess files didn't help, (just in case something was blocking things) The Who's online function is working ok Do you have any other suggestions. I might try installing the addon on a fresh v1.0.7.11
  11. sorry jack, that didn't correct the issue, though will effect other functionality 😉 Still seeing no shop visitors
  12. @Jack_mcs I've been using this addon for many years. Just installed the latest version into phoenix, installation went well until I started checking the site visits. Monitor only shows the admin visits, there are no shop visits showing. using php7.3, phoenix 1.0.7.11 there are no errors in the log file. Have I missed a setting?
  13. thank you, seems to work ok now, new products are saved
  14. Rainer, @raiwa thank you, all looks ok now. emails and order status all check out now. thank you again👍
  15. PHP message: PHP Notice: Undefined variable: customer_id in /xxx/xx/xxx/ext/modules/payment/stripe_sca/webhook.php on line 21 PHP message: PHP Notice: Undefined property: stripe_sca::$apiVersion in /xxx/xxx/xxx/ext/modules/payment/stripe_sca/webhook.php on line 58 PHP message: PHP Notice: Undefined variable: customer_id in /xxx/xxx/xxx/ext/modules/payment/stripe_sca/webhook.php on line 59 @raiwa these messages are in the log file. Are they of concern? Running php7.3
  16. There was a problem with the webhook connection. Fixed now and order status is now correct. The problem with the missing order number on the email is still there: Order Number: Detailed Invoice: https://xxxxxx/account_history_info.php?order_id= Date Ordered: Tuesday 27 October, 2020
  17. I'll check again. I'm using the stripe CLI interface as I'm on a test environment, the error might be related to this. I'll double check.
  18. settings are as you quoted, php log shows this PHP Notice: Undefined variable: modal_size in /xxx/xx/xxx/includes/hooks/shop/checkout_confirmation/finalisedOrder.php on line 24, referer: https://xxxx/checkout_payment.php PHP message: PHP Deprecated: The checkout/reset segment has been deprecated. in /xxx/xx/xxx/includes/system/segments/checkout/reset.php on line 13, referer: https://xxxx/checkout_confirmation.php
  19. @raiwa updated my test environment with your beta version and I'm getting the following in the email sent Order Number: Detailed Invoice: https://xxxxxx/account_history_info.php?order_id= Date Ordered: Monday 26 October, 2020 notice there is no order number. Also the order status doesn't get set to the default i.e. 'pending'
  20. is it best to remove the old version first before uploading this beta version?
  21. Can you update the app store with the working version please?
  22. @raiwa This is still an issue with the stripe SCA module in 1.0.7.7 php7.3. The issue is the status is not being set to 'pending' after the order is completed, and also the email confirmations has the order number missing, not the invoice and shipping slip as mentioned above.
  23. Matt, you are correct. When paying by stripe the status is not being set to pending, even though the payment completes. Status stays at Preparing [Stripe SCA]. Also, I noticed that the order ID is missing from the invoice and shipping slip. When using other payments methods all is OK. So there must be an issue with the stripe payment module.
  24. I've updated to the latest version of phoenix 1.0.7.7 and the latest version of this app stripe_sca_v1.0.16r1, and it appears that any order placed using this payment module is not stored correctly. What I mean is, in the shop side orders are not shown in the customer account if this payment module is used. However the order is shown in admin. Strange! Orders made with another payment module are ok. Does is occur with anyone else?
  25. I've not seen any issue, as customers have been using PayPal over the last few weeks. I'll keep an eye on this and let you know if any issue appears.
×
×
  • Create New...