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

"Inkl. Mwst" on Bundled-Products #77

Closed
aterjung opened this issue Jul 2, 2014 · 6 comments
Closed

"Inkl. Mwst" on Bundled-Products #77

aterjung opened this issue Jul 2, 2014 · 6 comments

Comments

@aterjung
Copy link

aterjung commented Jul 2, 2014

Hi,

is this issue from germanSetup solved in mageSetup until now?

firegento/firegento-germansetup#126

I have a problem with bundled products, not showing the right price in case they are not in stock (MwSt. is not added). Additionally, no tax info is added. I looked into the mageSetup source and the dev-code mentioned in the linked issue is not added. Is there any work in progress on this issue in the moment?

thanks in advance

Aike

@phizab
Copy link

phizab commented Oct 2, 2014

For the issue with the missing "Inkl. MwSt." the following workaround worked for me (added e.g. in your design local.xml or in magesetup.xml):

<PRODUCT_TYPE_bundle>
    <remove name="bundle.prices"/>
    <reference name="product.info.bundle">
        <action method="addPriceBlockType"><type>bundle</type><block>magesetup/bundle_catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
        <block type="magesetup/bundle_catalog_product_price" name="magesetup.bundle.prices" as="bundle_prices" template="bundle/catalog/product/view/price.phtml">
            <action method="setMAPTemplate"><tmpl>catalog/product/price_msrp_item.phtml</tmpl></action>
        </block>
    </reference>
    <reference name="product.clone_prices">
        <action method="addPriceBlockType"><type>bundle</type><block>magesetup/bundle_catalog_product_price</block><template>bundle/catalog/product/view/price.phtml</template></action>
    </reference>
</PRODUCT_TYPE_bundle>

@daim2k5
Copy link
Member

daim2k5 commented Oct 12, 2014

@phizab kannst du evtl. dazu einen PR stellen?

@phizab
Copy link

phizab commented Oct 16, 2014

I just saw that this issue seems to be already solved in development branch (PR #93).

@daim2k5
Copy link
Member

daim2k5 commented Oct 16, 2014

perfect so we can close this issue

@therouv
Copy link
Member

therouv commented Jan 24, 2015

Issue was already solved. Closing.

@therouv therouv closed this as completed Jan 24, 2015
@andi1984
Copy link

👍 You saved my day!

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

5 participants