I have read about it alot on the forums and i know it has got tempers going..but..
On my site I have 2 types of payment methods. 1: paypal and 2: check/money order. check/money order works fine, but when a transaction happens with paypal it does not add the order to the admin panel. I have tried it in the test mode and live, but the order never shows up.
INFO:
I have a paypal business account
I am using opencart_v1.3.2
On my site I have 2 types of payment methods. 1: paypal and 2: check/money order. check/money order works fine, but when a transaction happens with paypal it does not add the order to the admin panel. I have tried it in the test mode and live, but the order never shows up.
INFO:
I have a paypal business account
I am using opencart_v1.3.2
I have paypal installed in Extensions >Payment >Payment Method
not paypal direct
Also I just looked in the DB and the orders are in there, but the order_status_id is 0. when i change it to 1 it shows up in the admin panel.
not paypal direct
Also I just looked in the DB and the orders are in there, but the order_status_id is 0. when i change it to 1 it shows up in the admin panel.
if you goto the orders page you can set the order status filter to missing orders to see the missing orders.
I'm not sure why the paypal callback is not working for some people. One person who could not get it working server was setup with a russian character set. The problem with this was that opencart converts everything to utf-8
please post a link to your site.
I'm not sure why the paypal callback is not working for some people. One person who could not get it working server was setup with a russian character set. The problem with this was that opencart converts everything to utf-8
please post a link to your site.
OpenCart®
Project Owner & Developer.
Its because you have & in the title of your site. You need to remove this some how to get it to work.
you need to use the html_entity_decode function on the $this->config->get('config_store') in the paypal module.
I will include this in the next release.
you need to use the html_entity_decode function on the $this->config->get('config_store') in the paypal module.
I will include this in the next release.
OpenCart®
Project Owner & Developer.
Who is online
Users browsing this forum: No registered users and 98 guests