e-com Posted February 11, 2023 Posted February 11, 2023 For some strange reason unknown to anyone, in prestashop virtual products can not have attribute combinations. Well, and thirty bees inherited this nonsense restriction. Here a PR to remove this restriction: https://github.com/thirtybees/thirtybees/pull/1629 Or is there a rational reason that virtual products can't have attribute combinations?
datakick Posted February 11, 2023 Posted February 11, 2023 Very nice, thank you. I believe the reason why this functionality was disabled was because it's not possible to have downloadable products per combination, which is something that a lot of people would expect. For example, if you sell modules, it is reasonable to expect that there could be different zip files for attribute platform (values thirtybees / prestashop 1.6 / prestashop 1.7). But even with this limit, it's definitely useful to have combinations for virtual products. With that, you can sell modules with different level of support, for example. I'll test your changes and merge them shortly
e-com Posted February 15, 2023 Author Posted February 15, 2023 Virtual products are not only downloadable products but also different services. And often there is a need to create a service with different variants with different combination prices. Also, global exclusion of attribute combinations for virtual products limits functionality of the store a lot. Different downloadable products for each combination is already a bigger modification, because it also affects front office - customer panel order history and sending purchased file by email. I do not know if it is possible to do this modification with maintaining retro compatibility for front office theme. But I'll take a look at it 🙂 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now