Auto submit just a shipping method

  • Posts: 48
  • Thank you received: 0
12 years 10 months ago #17961

Hi,
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.

  • Posts: 81539
  • Thank you received: 13069
  • MODERATOR
12 years 10 months ago #17962

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.

Please Log in or Create an account to join the conversation.

  • Posts: 48
  • Thank you received: 0
12 years 10 months ago #18040

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

Please Log in or Create an account to join the conversation.

Time to create page: 0.057 seconds
Powered by Kunena Forum