The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
Hi,
You need ask developer of the extension for upgrading. Or make it by yourself.
Custom OpenCart modules and solutions. You can write PM with additional questions... Extensions you can find here
Attachments
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
Smoovpay was integrated and tested on sandbox.
When i do a test checkout, i will redirected to smoovpay to make payment. After payment was successful, i click a return page in the smoovpay to go back to success checkout page of my webpage.
Realised that the order become missing order. This only happen with cc payment.
- https://github.com/opencart/opencart/bl ... /order.php
- https://github.com/opencart/opencart/bl ... /order.php
- https://github.com/opencart/opencart/bl ... /order.php
- https://github.com/opencart/opencart/bl ... _form.twig
- https://github.com/opencart/opencart/bl ... _info.twig
- https://github.com/opencart/opencart/bl ... _list.twig
- https://github.com/opencart/opencart/bl ... t/sale.php
- https://github.com/opencart/opencart/bl ... _info.twig
- https://github.com/opencart/opencart/bl ... /order.php
- https://github.com/opencart/opencart/bl ... ayment.php
- https://github.com/opencart/opencart/bl ... ethod.twig
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
Code: Select all
SMOOVPAY ::
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
Attachments
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
there is no error shown in the admin portal (admin > maintenance > logs.)
May I know where I can change the missing orders status to pending? so that missing orders will be pending
find:
Code: Select all
$this->session->data['success'] = $this->language->get('text_success');
Code: Select all
echo "<pre />\n";
print_r($this->request->post);
echo "</pre>\n";
exit;
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
Array
(
[payment_smoovpay_email] => testingaccount@gmail.com
[payment_smoovpay_secret] => 631cb6573f0294f902a563f2ee20d40c
[payment_smoovpay_convert] => sgd
[payment_smoovpay_test] => 1
[payment_smoovpay_debug] => 1
[payment_smoovpay_transaction] => pay
[payment_smoovpay_total] =>
[payment_smoovpay_sort_order] => 1
[payment_smoovpay_geo_zone_id] => 0
[payment_smoovpay_status] => 1
[payment_smoovpay_approved_status_id] => 1
[payment_smoovpay_declined_status_id] => 8
[payment_smoovpay_error_status_id] => 10
)
I realised that the status is not updating as well as I have test it on the live smoovpay.
Figuring out why it is not updating after successfully payment.
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
find:
Code: Select all
$this->model_checkout_order->addOrderHistory($order_id, $order_status_id);
Code: Select all
if (!empty($response_code)) {
$this->log->write('SMOOVPAY :: RESPONSE CODE: ' . $response_code);
$this->log->write('SMOOVPAY :: POST: ' . print_r($this->request->post, true));
}
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
this is the only error i saw.
2017-11-22 2:58:49 - PHP Warning: fopen(/var/www/storage/cache/cache.currency.1511323129): failed to open stream: No such file or directory in /var/www/html/store/system/library/cache/file.php on line 49
2017-11-22 2:58:49 - PHP Warning: flock() expects parameter 1 to be resource, boolean given in /var/www/html/store/system/library/cache/file.php on line 51
2017-11-22 2:58:49 - PHP Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/html/store/system/library/cache/file.php on line 53
2017-11-22 2:58:49 - PHP Warning: fflush() expects parameter 1 to be resource, boolean given in /var/www/html/store/system/library/cache/file.php on line 55
2017-11-22 2:58:49 - PHP Warning: flock() expects parameter 1 to be resource, boolean given in /var/www/html/store/system/library/cache/file.php on line 57
2017-11-22 2:58:49 - PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /var/www/html/store/system/library/cache/file.php on line 59
Users browsing this forum: omikron777 and 10 guests