Skip to content

url

Auto Added by WPeMatico

Export correct URL in product feed with XSL

I try to export product URL:s for my Magento 2.3 website using this line of code in an XSL template: <xsl:element name=”link”><xsl:value-of select=”product_url“/></xsl:element> The result creates this URL in the .XML file (which doesn’t work): < link >https://www.domain.com/admin/catalog/product/view/id/2666/s/apple-ipad-2-16gb-wi-fi-vit-toppskick/key/a61acffaa09fed5b95dc91/< /link >… Read More »Export correct URL in product feed with XSL