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
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
ok thanks
products are in VM store plugin
download is based on Jdownload plug in
and u register the user where?