Product definition - external web link
Posted: Sun Dec 11, 2022 5:22 am
How can be parametrized a button to link to external folder like mega.nz for each product separatelly.
I have a solution for twig file but common for all product.
In file \opencart/catalog/view/theme/default/template/product/product.twig
Search for button for "addthis_button_facebook_like" and insert following code before/after
</button> <a href='https://mega.nz/folder/.........'><button><b>Product files</b> </button></a>
Maybe a category common solution would be fine.
I have a solution for twig file but common for all product.
In file \opencart/catalog/view/theme/default/template/product/product.twig
Search for button for "addthis_button_facebook_like" and insert following code before/after
</button> <a href='https://mega.nz/folder/.........'><button><b>Product files</b> </button></a>
Maybe a category common solution would be fine.