Jump to content

Getting Problem While Selling Digital Products


Recommended Posts

Hi,

I would like to bring 2 points in your notice:-


1. I want to sell digital products like ebooks etc. and found 2 unnecessary steps in selling digital products.

While placing order the cart shows :

Your delivery address
Your billing address

which is not required to display when we have to sell digital products because it confuses the customer


In cart this is the Outline of whole process :-

SHIPPING
Summary - Login - Address - Shipping - Payment

Terms of service



In above mentioned cart process there are 2 processes which are unnecessary like :-

a. Address ( - page)
b. Shipping ( and shipping confirmation page)

I want to remove these 2 parts from cart because for selling digital products there is no need to confirm Address and Shipping details.



2. While placing the order when new user registers, the user doesn't receive any mail (encompasses their username and password and a reminder that their order is pending) whether he completes the order or leave the process in middle whereas in Prestashop Admin panel it shows that user is successfully registered and there is pending order but user never receives the mail.
Link to comment
Share on other sites

It takes quite a bit of time to edit.

Go to your file manage/ftp and go to Classes > Address.php

Edit the line

protected    $fieldsRequired = array('id_country', 'alias', 'lastname', 'firstname', 'address1', 'postcode', 'city');


To

protected    $fieldsRequired = array('lastname', 'firstname');



You can then simply delete or mask all address refrences your Template > authentication.tpl file.

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