VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: cygan89 on November 27, 2018, 14:52:25 PM

Title: Checking user data during order
Post by: cygan89 on November 27, 2018, 14:52:25 PM
Hello,
I have problem because on my web i have shop and big download section.
Download is for free but user have to register - so registration need just username email and password for succesful registration. As a result sometimes users are making orders without adress data... i have no idea how to check data before placing order and force user to fill adress...

I dont want force users to fill all data when they want just download files
I dont want to do download open (without registration)
I want get full data just when users want order something
Title: Re: Checking user data during order
Post by: GJC Web Design on November 27, 2018, 14:54:53 PM
assuming u have downloads and products in separate cats you need some JS checking of the address fields when product s are in the cart

can be done at template level
Title: Re: Checking user data during order
Post by: cygan89 on November 27, 2018, 14:58:58 PM
ok thanks
products are in VM store plugin
download is based on Jdownload plug in
Title: Re: Checking user data during order
Post by: GJC Web Design on November 27, 2018, 15:01:20 PM
and u register the user where?