[SOLVED] No shipping for downloading products

  • Posts: 192
  • Thank you received: 1
12 years 5 months ago #52825

Hi,

During my test on purchasing process, when customer decides to purchasing a downloading products (electronic file) nothing is written for shipping method.
i know it sounds maybe crazy but to keep a standard process, i would like to display at least a simple information like "downloading doesn't shipping" or "available only for downloading" or "download only".

How can i do that ?
at least is it possible ?
thx.



What does not kill you, makes you stronger.
Attachments:
Last edit: 12 years 5 months ago by alain.roger.

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

  • Posts: 82821
  • Thank you received: 13368
  • MODERATOR
12 years 5 months ago #52886

Hi,

You should edit the file shipping of the view checkout via the menu Display->Views and add the line below at the end:
<?php else{echo 'No shipping needed for downloadable goods';} ?>

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

  • Posts: 192
  • Thank you received: 1
12 years 5 months ago #52939

nicolas wrote: Hi,

You should edit the file shipping of the view checkout via the menu Display->Views and add the line below at the end:
<?php else{echo 'No shipping needed for downloadable goods';} ?>


1 just want to fix some little thing.
in fact you need to delete the "<?php } ?>" before to add the code line previously written and add a } before the else.
if not it returns you an unexpected T_ELSE error.

:)


What does not kill you, makes you stronger.
The following user(s) said Thank You: nicolas

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

Time to create page: 0.045 seconds
Powered by Kunena Forum