Jump to content

edit source in header


Recommended Posts

this is a github commit, it shows what you have to change

 

file:  classes/Link.php

 

line 410

change:

return Tools::getShopProtocol().Tools::getMediaServer($filepath).$filepath;

to:

return $this->protocol_content.Tools::getMediaServer($filepath).$filepath;
Link to comment
Share on other sites

×
×
  • Create New...