first commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
if (null !== $entity->getWholesaleValue())
|
||||
{
|
||||
echo $entity->getPriceType() == Discount::PERCENT_TYPE ? $entity->getWholesaleValue().'%' : st_currency_default_format($entity->getWholesaleValue());
|
||||
}
|
||||
Reference in New Issue
Block a user