2017-12-01, 01:33:19
(This post was last modified: 2017-12-02, 00:24:32 by bensayers.
Edit Reason: Further explanation
)
Hi mvlcek, I'm trying to display search results using a WYSIWYG special_field on a Special Page but it only works if I place it inside insert_page_content(). Here's the code:
(% searchresults tags=hair addtags=_special_mypage component=mycomponent max=20 i18n=0 order=menuOrder showPaging=0 HEADER="" %)
Is there no way to do that using get_special_field instead of insert_page_content? I need to display search results in three different places on my Special Page (main product listing + custom navigation + slideshow) but I need to be able to change the tags used in the searchresults on each Special page as I'm trying to use one template for all categories - placing the call inside my template isn't an option.
Has anyone done this with one of their projects? I'm really struggling here, any help is appreciated.
(% searchresults tags=hair addtags=_special_mypage component=mycomponent max=20 i18n=0 order=menuOrder showPaging=0 HEADER="" %)
Is there no way to do that using get_special_field instead of insert_page_content? I need to display search results in three different places on my Special Page (main product listing + custom navigation + slideshow) but I need to be able to change the tags used in the searchresults on each Special page as I'm trying to use one template for all categories - placing the call inside my template isn't an option.
Has anyone done this with one of their projects? I'm really struggling here, any help is appreciated.