- Aug 22, 2016 As with most other e-commerce frameworks, OpenCart also provides built-in support for digital products, allowing you set up and sell downloadable products out of the box. Also, it’s considered an important feature of e-commerce frameworks nowadays.
- Hi riya90, It sounds like you're following the correct steps for selling downloadable products in OpenCart, but if you havn't already, be sure to review.
- 35+ Best & Free OpenCart Themes In this article we choose to offer free opencart themes which you can download towards for your future project. These opencart themes has just about all functions and features you need to assist you to build a advanced website design.
Jan 29, 2015 Hello! This tutorial shows how to create a downloadable product in OpenCart 2.x. OpenCart 2.x. How to create downloadable product. Sometimes, you want to sell some digital products like image, audio file, etc.
I have tried to add some musics in my site which is free download products...
In admin->catalog->downloads (Uploaded Music files)
And in admin->catalog->products (Edit product) & link-> (added download file)
But it not shown in the Site it shows add to cart behaves like other products..
1 Answer
you have to edit three pages(model, controller, template), After adding download file from admin in product
Add this In opencart2catalogcontrollerproductproduct.php
inside index() function or after line 159
Add this in opencart2catalogmodelcatalogproduct.php
in this class ModelCatalogProduct extends Model {
At last Add in opencart2catalogviewthemedefaulttemplateproductproduct.tpl
After < h1>< ?php echo $heading_title; ?> or line 138
Not the answer you're looking for? Browse other questions tagged opencart2.x or ask your own question.
I have tried to add some musics in my site which is free download products...
In admin->catalog->downloads (Uploaded Music files)
And in admin->catalog->products (Edit product) & link-> (added download file)
Opencart Downloadable Products Free
But it not shown in the Site it shows add to cart behaves like other products..
Downloadable Products Opencart 2
1 Answer
you have to edit three pages(model, controller, template), After adding download file from admin in product
Add this In opencart2catalogcontrollerproductproduct.php
Opencart Downloadable Products
inside index() function or after line 159
Add this in opencart2catalogmodelcatalogproduct.php
in this class ModelCatalogProduct extends Model {
At last Add in opencart2catalogviewthemedefaulttemplateproductproduct.tpl
After < h1>< ?php echo $heading_title; ?> or line 138