Re: DUAL Pricing v2

Originally Posted by
edingtoncollection
if ($_SESSION['customer_whole'] && $_SESSION['customer_whole'] != '0' ) {
$special_price = false;
} else {
if ($_SESSION['customer_whole'] && $_SESSION['customer_whole'] != '0' ) {
return false;
} else {
Ok, so I got the code working.
When logged in - sales price does NOT display.
When not logged in - sales price displays.
I would like the reverse to happen. I want MSRP to always remain as it is and the wholesale price to be the one discounted.
How can I make this happen? I tried several variations of the above code with no success.
ZC 1.5.5
Add ons: - Column/Grid 1.3.8 - Dual pricing 1.7 - ImageHandler3
Bookmarks