Skip to content
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

Closed
chequille opened this issue Nov 25, 2017 · 9 comments
Closed

Duplicate rendering of tax and baseprice #21

chequille opened this issue Nov 25, 2017 · 9 comments

Comments

@chequille
Copy link

chequille commented Nov 25, 2017

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.
grafik

Any idea why?
BR
Jürgen

@hhusen
Copy link

hhusen commented Dec 15, 2017

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):

55-v10

example 2: variation no. 35 (tier prices)

35-v10

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.

@haelbichalex
Copy link

same for me with Magento 2.2.2
bildschirmfoto 2018-01-30 um 11 43 40

Since I don't need tier prices I removed it in catalog_product_view.xml by adding <referenceBlock name="product.price.tier" remove="true" />

@KlausGw
Copy link

KlausGw commented Feb 1, 2018

Hi,
I need tier prices, but I don't want to show double Tax Info and baseprice.
Is there a way to hide that?
Magento 2.2.2

screenshot-2018-02-01-12-35-42

Best regards
Klaus

@TheSamsa
Copy link

TheSamsa commented Feb 7, 2018

Should be fixed with: #24
Displays tax text either for final price or tier price, latter if there are tier prices defined.

@hhusen
Copy link

hhusen commented Feb 13, 2018

Fix #24 works for me (tax text). Thank you.

@Eugenett
Copy link

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!

@sydekumf
Copy link
Contributor

Did you install the latest release? https://github.com/Magenerds/GermanLaw/releases
They should be compatible to 2.1.x

@Eugenett
Copy link

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]
Class Magento\Framework\Serialize\SerializerInterface does not exist. Latest release. Any solutions ? Thank you very much!

@Eugenett
Copy link

Eugenett commented Apr 16, 2018

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants