Thanks Kai This module works

Posts: 110
Joined: 01/11/2008

Thanks Kai

This module works fine with the stock UC catalog/product page setup but for those using a custom template like the Nifty Product Tutorial http://www.ubercart.org/forum/development/3868/nifty_products_tutorial_p... You'll need to make some small modification to your template. You will need to check for '#access' in the template.

Normally you would use something link this to print the product info to the template

<?php print $node->content['sell_price']["#value"]; ?>

In order for the module to work properly and allow/disallow access to product info you'll have to something like this

<?php if($node->content['sell_price']["#access"]) { print $node->content['sell_price']["#value"];} ?>

Arek

$100 - Need module for dual pricing By: end user (24 replies) Thu, 02/07/2008 - 21:43