diff --git a/bridges/EBayBridge.php b/bridges/EBayBridge.php index 11b90bf8..463f73d6 100644 --- a/bridges/EBayBridge.php +++ b/bridges/EBayBridge.php @@ -137,6 +137,8 @@ class EBayBridge extends BridgeAbstract . trim($additionalPrice ?? '') . '; ' . trim($discount ?? '') . ')'; + } else { + $discountLine = ''; } // Prepend the time-left info with a comma if the right details were found. @@ -163,6 +165,8 @@ class EBayBridge extends BridgeAbstract // Include the original search link, if specified. if ($this->getInput('includesSearchLink')) { $searchLink = '

View Search

'; + } else { + $searchLink = ''; } // Build the final item's content to display and add the item onto the list.