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
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.
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!
@AJ joey: To show the Group Price to every body as you want, you can input the group price value to all customer groups of your website. Please see more how to config this at https://www.dropbox.com/s/arw5eyrjwg8aazw/group_price_config.png?dl=0
Let’s do it & contact me if you need further help.