Page 1 of 1

Downloadable products

Posted: Thu Dec 11, 2014 7:11 pm
by john_admin
I'm using OpenCart 2.0.1.1. I created a downloadable product. Attached it to a download. Now I'm looking for a way to minimize the number of allowed customer downloads. In OC 1.5 I could make this setting under "edit download".

Re: Downloadable products

Posted: Thu Dec 11, 2014 9:55 pm
by MarketInSG
it has been removed completely unfortunately.

Re: Downloadable products

Posted: Fri Dec 12, 2014 1:18 am
by john_admin
Why??? Any ideas? would it be possible to copy the code from 1.5?

Re: Downloadable products

Posted: Fri Dec 12, 2014 2:08 am
by RonLens
It's a little bit tricky because you have to extend the database table, extend the controller and models in the admin area and adapt the admin template.

By the way IMHO the download limitation wasn't thought until the end because the limitation is restricted to the whole amount of downloads. But I think it has to be limited to the downloads per customer.