GX-Bug #53776 » TrustedBadgeImageURLFix.patch
src/system/overloads/CheckoutSuccessExtenderComponent/TrustBadgeCheckoutSuccessExtender.inc.php (revision ) | ||
---|---|---|
67 | 67 |
$imageUrl = ''; |
68 | 68 |
if($product->getPrimaryImage()->isVisible() === true) |
69 | 69 |
{ |
70 |
$imageUrl = xtc_href_link('images/product_images/popup_images/' . $product->getPrimaryImage()->getFilename()); |
|
70 |
$imageUrl = xtc_href_link('images/product_images/popup_images/' . $product->getPrimaryImage()->getFilename(),'','SSL',false,false,false,true,true);
|
|
71 | 71 |
} |
72 | 72 | |
73 | 73 |
$mpn = $product->getAddonValues()->keyExists('codeMpn') ? $product->getAddonValues()->getValue('codeMpn') : ''; |