Jump to content

Virtual product without file and email


and

Recommended Posts

I want to use the option virtual product in my store, because it is possible with one page checkout module that only email is enough for checkout procedure.

 

I want to use that option, but I don't want to attach a file to the virtual product and I don't want to send a email with the virtual product link in it.

 

Is it possible to change this part? If yes, how is it possible to do?

Link to comment
Share on other sites

  • 2 months later...

To not attach a file, is not really possible without a lot of modifications. But, you can edit the accounts page and the email so that even though a file is attached, none ever knows one is attached.

 

I left the file attachment, but don't send the email. I removed the following line from /classes/OrderHistory.php

 

// Mail::Send((int)$order->id_lang, 'download_product', Mail::l('Virtual product to download', $order->id_lang), $data, $result['email'], $result['firstname'].' '.$result['lastname']);

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...