How do I display Group Price to any visitor

I’d like to know how to display the group price to any visitor on the category view and on the product view, this way encouraging them to sign up to a membership. 
I’d like it displayed here, taking on the styling of the page.
 

<div class="jm-product-price">
            <?php echo $this->getChildHtml('product_type_data') ?>

        </div>

4 answers

Profile photo of AJ joey 120.00 $tone November 26, 2014
Public

it will only display to logged in users that are part of that group, not to guest users. i need it to show to everyone. i’ve inputted all of them into the prices tab.

#2
Profile photo of AJ joey 120.00 $tone November 27, 2014
Public

I’ve racked my brain over this and have no idea how to do this, i do not mind paying extra for custom dev work if needed. 
<div class=”jm-product-price”>
<?php echo $this->getChildHtml(‘product_type_data’) ?>
</div>
<div class=”jm-product-price”>
ZaDl Members:<?php echo $this->getgroupprice() ?>
</div>
didn’t quite work!

#3

Please login or Register to Submit Answer

Written By

Comments