so i am building a woocommerce site for software and i ran into an issue. There are free software that should redirected to an external site to download it, but there are also software that are premium and cost money. So basically i want to have 2 product templates: a normal one with price, cart, etc... and another one that has a button (lets say download) that redirects to an external website, without the cart, price and so on. Is it possible to do without doing the code myself, is there a plugin for that? Commercial plugins are also an option, but would like to find a solution that does not require that.
so i am building a woocommerce site for software and i ran into an issue. There are free software that should redirected to an external site to download it, but there are also software that are premium and cost money. So basically i want to have 2 product templates: a normal one with price, cart, etc... and another one that has a button (lets say download) that redirects to an external website, without the cart, price and so on. Is it possible to do without doing the code myself, is there a plugin for that? Commercial plugins are also an option, but would like to find a solution that does not require that.
Share Improve this question asked Dec 5, 2019 at 17:46 Marius SlovikasMarius Slovikas 111 bronze badge1 Answer
Reset to default 0Yes you are able to do this in Woocommerce, Custom build single-product template under woocommerce & apply conditional logic according to category ID(because in case in future you change name of category ID will remain same). This way you will be able to layout of the template.