- Posts: 48
- Thank you received: 0
Auto submit just a shipping method
15 years 3 months ago #17961
by vasjaf
Auto submit just a shipping method was created by vasjaf
Hi,
is there a way to auto submit just a shipping method and not a payment method?
Thanks for your time.
is there a way to auto submit just a shipping method and not a payment method?
Thanks for your time.
Please Log in or Create an account to join the conversation.
15 years 3 months ago #17962
by nicolas
Replied by nicolas on topic Re: Auto submit just a shipping method
Yes but you will have to edit the view in order to change the check on the auto submit option.
You can do that in the file shipping or payment of the view checkout via the menu Display->Views.
To activate or disable it for a view, you can change the code:
if($this->config->get('auto_submit_methods',1)){
to:
if(true){
or:
if(false){
based on whether you want to activate it or not on that view.
You can do that in the file shipping or payment of the view checkout via the menu Display->Views.
To activate or disable it for a view, you can change the code:
if($this->config->get('auto_submit_methods',1)){
to:
if(true){
or:
if(false){
based on whether you want to activate it or not on that view.
Please Log in or Create an account to join the conversation.
15 years 3 months ago #18040
by vasjaf
Replied by vasjaf on topic Re: Auto submit just a shipping method
Thanks Nicolas.
I found out that I need it just for shipping address.
But I fixed it already.
I've done the same as you told to, but in Display->Views->address_view
It is working fine.
Best
I found out that I need it just for shipping address.
But I fixed it already.
I've done the same as you told to, but in Display->Views->address_view
It is working fine.
Best
Please Log in or Create an account to join the conversation.
Time to create page: 0.160 seconds