hans
1
We’ve noticed that product image urls in price agent feed lack the protocol, i.e. the urls look like “www.example.com/storage/…” and not “https://www.example.com/storage/…”. Is this a bug or something that can be adjusted through some configuration? See e.g. https://demo-b2c.litium.com/PriceAgent.axd/GoogleShopping
<g:image_link>demo-b2c.litium.com/storage/72730DA62136BF0818391986152B634F733FC7E3F5C4E74F89A9F721C943B0C7/637ddbd07f93489cb9c9e25b1d5b7e81/png/media/e717dec362354bc6bbc7448b4c0ea1d1/1-921.png</g:image_link>
Litium version: 7.4
NilsN
2
Looks like a bug, can you report it on Docs?
As a workaround, you could extend the default PriceAgentItemFactory and set new properties for .ProductImageUrl
and .ProductAdditionalImageUrls
https://docs.litium.com/documentation/litium-documentation/products/price-agents
hans
3
Sure, reported: https://docs.litium.com/support/bugs/bug_details?id=49900
Any idea on when this could be fixed and released?
You can use cdn in web.config and get a workaround for this issue.
eg.
<storage useCdn="true" useSecureCdn="true" cdnHost="http://mysite.localtest.me/" cdnSecureHost="https://mysite.localtest.me/"/>
1 Like
system
Closed
5
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.