Jump to content

[Resolved] selling digital downloads


catchmylimit

Recommended Posts

Hello,

I am only selling digital downloads. I tested buying one, and it did not send a download link to the customer email address I specified. I did register as if I was a customer, and was able to download it from the digital downloads folder on the customer profile.

However, if a customer completes the purchase as a guest, then how does that customer receive the purchased download?

What do I need to do to eliminate the option to buy as a guest customer... and have it only be that the customer is automatically required to register before completing the purchase?

Thank you,

Catchmylimit

Link to comment
Share on other sites

In content.checkout.confirm.php around line 205, change the div class to hide the checkbox that gives the customer the choice of registering or not:

<div class="row hide">
   <div class="small-12 large-8 columns"><input type="checkbox" name="register" id="show-reg" value="1" {$REGISTER_CHECKED}><label for="show-reg">{$LANG.account.create_account}</label></div>
</div>

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...