Good day,
i have OpenCart 2.2.0.0 and my question is if is possible (easy way) switch payment and shipping methods, i need payment methods before shipping.
There's no easy way to do that in OpenCart's settings, so you'll probably want to find a quick checkout extension. If you don't want that, you could hire someone to switch those steps for you, which shouldn't be too difficult.
If you need to find a developer, you should post a request in the OpenCart "Commercial Support" forum, which is checked by a number of OpenCart developers. You can also try checking out the OpenCart "Partners" area.
If you need to find a developer, you should post a request in the OpenCart "Commercial Support" forum, which is checked by a number of OpenCart developers. You can also try checking out the OpenCart "Partners" area.
THIS!Johnathan wrote:you'll probably want to find a quick checkout extension.
You don't need any custom work or commercial support for that. Just buy any extension, which turns default multiple-step checkout page into one page (quick) checkout. It'll make all checkout steps visible at once and user will select methods any way he wants: shipping then payment or vice versa.
Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com
Thanks you for answers, im developer too, i succesfully made changes in source code (mostly only in checkout template in my custom theme based on default),
so i have payment part before shipping method, scripts and ajax seems works good;
now i have problem that order status after sucessfull order is not Pending (order_status_id is 0)
how i set in administration, but this is question for developers section in this forum i think.
---
Problem with default order status solved through adding $order_data['order_sdtatus_id'] = $this->config->get('config_order_status_id');
so i have payment part before shipping method, scripts and ajax seems works good;
now i have problem that order status after sucessfull order is not Pending (order_status_id is 0)
how i set in administration, but this is question for developers section in this forum i think.
---
Problem with default order status solved through adding $order_data['order_sdtatus_id'] = $this->config->get('config_order_status_id');
Who is online
Users browsing this forum: No registered users and 3 guests