Skip to content

How to move attributes above product tabs

With this code: <move element=”product.attributes” destination=”content” after=”-” /> Attributes moved under product tabs. https://prnt.sc/_6gXFtYisOXC Can anyone have solution how to move above this tabs? 🙂

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