Browser: Firefox
OS: Windows
URL: new.airomi.lt
Video: jam.dev/c/d19252e8-8cf4-4367-8288-1d900021c3b3
I have these structures:
- Header Template with custom minicart offcanvas, inside of which I render another bricks template as a shortcode.
- Minicart recommendations template, as seen in video just an accordion with query loop for products and using a component for consistent product display.
- Product display component, where I render a basic text with content β{post_url}β and link to dynamic data β{post_url}β. When itβs rendered, the content is correctly using the query loop post, but the href is just using the current page url.
The same component rendered for example in a query loop in a product template renders everything correctly. The issue does not appear to be because I use a shortcode thought, I put the content of mini cart recommendations directly to my header template and the issue persists.