-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dont show Shippingcost link when product is configurable and only consists from virtual products #141
Comments
we're happy to see a PR here :-) |
This should work ... can someone confirm before a create a PR?
|
Thanks. I fear to be the bad guy again :D but I am not sure if we should include that. It looks good and should work, but the |
I agree here with @sprankhub. We can fix this by implementing our own ResourceModel to get this info directly from database without getUsedProducts AND cache it :-) |
@Schrank any code available yet? @sprankhub you perhaps?! |
Unfortunately not, sorry... |
If you have a configurable, but only add virtual products as children, there is still the sippingcost link.
The reason I think is this code:
https://github.com/firegento/firegento-magesetup/blob/2.2.1/src/app/code/community/FireGento/MageSetup/Block/Catalog/Product/Price.php#L203
Source: IRC
The text was updated successfully, but these errors were encountered: