-- url of the page with the problem -- :
accademiainfinita.it/test-page
-- HikaShop version -- : 4.4.1
-- Joomla version -- : 3.9.24
-- Browser(s) name and version -- : Brave - 1.21.73 Chromium: 89.0.4389.72 (Build ufficiale) (a 64 bit)
Hello,
I was testing the new feature
You can now use tags like {hkshow bought="xx"}content{/hkshow} or {hkhide notbought}content{/hkhide} on your website to display content based on whether someone purchased the product xx or didn't purchase anything.
but it doesn't work for me, here is the code I used in a Joomla article
<p><strong>Hikashop test "hkshow bought" - text displaied below if user bought product ID 103</strong></p>
<p>{hkshow bought="103"}content bought{/hkshow}</p>
<hr />
<p><strong>Hikashop test "hkhide notbought" - <strong>text displaied below if user didn't buy anything</strong></strong></p>
<p>{hkhide notbought}not bought anything{/hkhide}</p>
<hr />
I am testing with a user who has bought product with ID 103 (order status "confirmed"), but even when testing as a guest the
hkhide notbought content is not displayed
See here:
accademiainfinita.it/test-page
Is there maybe a setting I have to activate?
Thank you