change price if needed when customer log in or log out
This commit is contained in:
@@ -173,8 +173,7 @@ class Module extends BaseI18nLoop implements PropelSearchLoopInterface
|
||||
new \ReflectionClass($module->getFullNamespace());
|
||||
|
||||
$exists = true;
|
||||
}
|
||||
catch(\ReflectionException $ex) {
|
||||
} catch (\ReflectionException $ex) {
|
||||
$exists = false;
|
||||
}
|
||||
|
||||
|
||||
@@ -168,7 +168,6 @@ class ProductSaleElements extends BaseLoop implements PropelSearchLoopInterface
|
||||
$taxedPromoPrice = null;
|
||||
}
|
||||
|
||||
|
||||
$loopResultRow
|
||||
->set("ID" , $PSEValue->getId())
|
||||
->set("QUANTITY" , $PSEValue->getQuantity())
|
||||
|
||||
Reference in New Issue
Block a user