Hi,
I don’t how I can make a Wishlist button on a product page and archive a product loop.
Also, a page that will display all products inside a wishlist (Wishlist page).
Hi,
I don’t how I can make a Wishlist button on a product page and archive a product loop.
Also, a page that will display all products inside a wishlist (Wishlist page).
You can try the Wishlist element from BricksUltimate(Wishlist - BricksUltimate)
Hi,
I use the BricksUltimate & it’s not available in the options here.
It is there. I created the Wishlist section. Check the builder editor.
Af first, you should enable the Wishlist element from your Dashboard → Bricks → BricksUltimate → General element tab.
Builder editor:
You can’t see the preview on the builder editor. It will just work at frontend end. I opened this request Need hooks for the Native elements - #7 by jorodr about this issue.
Hi,
According the video - Wishlist for the Bricks Builder (youtube.com)
You used the Query type “Ultimate Woo Query Builder”, I used the same but unfortunately, I can’t find the Wishlist for Woo Query type. See the screenshot below.
Also, why does {post_url} not linking to the wishlisted product? The button is still under the loop block
The position has changed. The Wishlist Items loop provider is under the Ultimate Query Loop Builder type.
Use the {post_permalink} dynamic tag.
I used {post_title} to display product title in another loop I created (the Shop archive page).
Now I used the same dynamic tag for Wishlist and it shows the page title and not the product on Wishlist.
Hi,
Try using an element called “textlink”. Set name to dynamic tag and Url to {post_permalink}