How to create one checkout for multi order in magento 2.
Can call payment gateway in custom controller in custom module ?
@jng_dal what exactly mean multi-order ? do you mean to generate multiple carts and checkout them separately Or single cart but having multiple order of them?
I wan to create order without checkout. Then in another screen i execute checkout for some previous order which i had created
@jng_dal can you please elaborate more?
I want to add some product to shopping cart then order for this cart but i don't execute check out in here. i will make a process repeatably. as my knowledge , magento will process check out when you place order but i don't want to do this. i going to be create check out in another screen for some order which i don't check out in the previous