Magento – Base price information will not appear in the category.

Picture

Today I have much to report but 🙂 year just…

We work in some shops with the Base price extension for Magento by The module programmer. A great extension, the prescribed basic prices for corresponding products show.

This worked until recently almost always easily. In the product view and directly category after a small adjustment. You only had the code snippet

<?php if($baseprice = Mage::helper('baseprice')->getBasePriceLabel($_product, true)): ?>
<span class="baseprice">(<?php echo $baseprice ?>)</span>
<?php endif; ?>

in the list.phtml behind the price issue

<?php echo $this->getPriceHtml($_product, true) ?>

Install and even the base price was displayed.

This then suddenly stopped working, however, and the basic price display was visible only in the product itself. The category, however,…nichts.

PictureAfter some research, the solution was simply – albeit hard to find: The product attributes required for the display have to Catalog > Manage attributes are sought (Code always starts with “base_price_”) and then ensured, that in all “use in Category View” on “Ja” is set.
Is not so, the base price can not be displayed in the category also.

It can be so easy….

Used in Magento Version 1.9 Comments? Additions? Notes? Gladly!

Published by Covos

Since 2009 I have been working intensively with Magento. I started with the creation and operation of B2C stores. This was extended through my work in the logistics sector. This resulted first specialized B2E systems. Today I work day-a day with exciting B2C, B2B- and B2E projects and reports in this blog about challenges and give insider tips.

7 comments on “Magento – Base price information will not appear in the category.”

  1. Hallo! I have tried, download me the herein described basic price-extension at MageCloud, Unfortunately without success. After clicking download you get a 404 status message. You happen to know an alternative source, where the extension is still available?

    Thank you for your help!

    Regards,
    Sasha

  2. Is working. Unfortunately I do not get out there to have the whole of German… With me is award under the:
    equates to 14,12 € per 1 kilogram (kg)

    (=14,12 € / 1 kg)

    Any idea?

  3. Hallo,
    with me, unfortunately, nothing appears after installing the Base Price module in the frontend. Although the setting is made in the backend & also been edited list.phtml, is displayed in the front end in either category yet on the product page itself nothing. Working with the theme Ultimo.
    Maybe an idea for me how I can solve the?

    1. looked, whether the corresponding template files are included from the Extension in Ultimo? Otherwise test times enable the default template and test.

Leave a Reply

Your email address will not be published. Required fields are marked *