-
Notifications
You must be signed in to change notification settings - Fork 21
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
Duplicate rendering of tax and baseprice #21
Comments
same problem for 2.1.10 (2.1.11) after update from 2.1.9 problem seems to be related to tier prices. Duplicate tax text after tier price block. same problem with baseprice, but probably out of scope of this issue. Since 2.1.10 tier prices for configurable products seem to be rendered by javascript example 1, variation no 55 (no tier prices): example 2: variation no. 35 (tier prices) tax text being rendered after tier block even if no tier price for the selected variation. Until 2.1.9 tier prices had not been rendered on product page. |
Should be fixed with: #24 |
Fix #24 works for me (tax text). Thank you. |
Hi there! May you tell please how versions of your extentions i need to install. I need BesePrice and GermanLaw. I was tried to install Full Package and got an error after install. Version of magento 2.1.11. How versions of release i need to check? Im waiting for your feedback. Thank you! |
Did you install the latest release? https://github.com/Magenerds/GermanLaw/releases |
Yea, installing with GermanLaw was ok, witthout any problems. Installing with composer. But when i was tried to install BasePrice, i recieving problem like: [ReflectionException] |
Heh, the problem is resolved. Like release guide, the last versions 1.2.0 and 1.2.1 supported magento 2.2.x. I have a problem with the Base Price. In fronted there is nothing behind empty white page. For resolving that issue was need delete all of Base Price records from DB. And reinstall module. Ok for now. Thank you! |
Hi,
the fix you made is only working for simple products.
Am using the latest release 1.0.13 and Magento 2.2.1
It is not working for configurable products.
I get always Tax and Baseprice shown two times.
The second baseprice rendering is always taking the price from the parent product.
Any idea why?
BR
Jürgen
The text was updated successfully, but these errors were encountered: