There are no such message from any platform, error based, that will mention that the information is not working. More information is needed.I have followed the information and still not working.
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
Opencart.com Administrator / Quality Assurance Analyst / Programmer
Version 3.0.2.0 as a standard install.
Outstanding.ViperWebsites wrote: ↑Thu Dec 07, 2017 6:19 amAwesome fix ! I had to clear the cache as instructed to make it work. All good!
Version 3.0.2.0 as a standard install.
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
Opencart.com Administrator / Quality Assurance Analyst / Programmer
hello every one i can't understand this Post (maybe my English is a little poor or maybe my web)straightlight wrote: ↑Sun Nov 19, 2017 7:04 amLet's troubleshoot this issue. In your admin/controller/extension/free_checkout.php file,
find:
add above:Code: Select all
$this->session->data['success'] = $this->language->get('text_success');
Then, go back to the admin free checkout page and save your settings again. An array will be shown. Please post this array.Code: Select all
echo "<pre />\n"; print_r($this->request->post); echo "</pre>\n"; exit;
i did it like this
Code: Select all
if (($this->request->server['REQUEST_METHOD'] == 'POST') && $this->validate()) {
$this->model_setting_setting->editSetting('payment_free_checkout', $this->request->post);
echo "<pre />\n";
print_r($this->request->post);
echo "</pre>\n";
exit;
$this->session->data['success'] = $this->language->get('text_success');
$this->response->redirect($this->url->link('marketplace/extension', 'user_token=' . $this->session->data['user_token'] . '&type=payment', true));
}
if (isset($this->error['warning'])) {
$data['error_warning'] = $this->error['warning'];
} else {
$data['error_warning'] = '';
Now when i want setting the free checkout to complete it showed me
Code: Select all
Array
(
[free_checkout_order_status_id] => 5
[payment_free_checkout_status] => 1
[payment_free_checkout_sort_order] => 2
)
actually iu can't understand what i must to do exactly.
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
Opencart.com Administrator / Quality Assurance Analyst / Programmer
Unzip and do the manual transfer. via FTP. It would overwrite the free checkout file.
Once transferred. Go to Admin - Dashbaord - Right Side Setting Icon - Theme Cache - Refresh cache.
This would refresh cache.
Now go to Admin - Extensions - Payment - Free Checkout - Re-save the Free checkout status.
Attachments
For 3.0.x version
Opencart Extensions | Professional opencart support | Support Ticket | support@cartbinder.com
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
Opencart.com Administrator / Quality Assurance Analyst / Programmer
if i use cod that works but not free checkout
thanks
yehudah
from your catalog/model/extension/payment/free_checkout.php file that is originally part of the core.if ($total <= 0.00) {
$status = 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
Opencart.com Administrator / Quality Assurance Analyst / Programmer
Users browsing this forum: No registered users and 3 guests