I've got a fragment set on the brochure home page detailing the current specila offer - which the client can set to whatever product they like, and that links through to the appropriate page.
But the client has asked if they can have an 'add to cart' button here as well.
I can add a static add to cart button into the template, but that means me changing the template everytime the client changes the special offer - is there a way to insert the add to cart into this fragment?
I tried adding <Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS> into the template that the fragment used, but it wasn't parsed (ie. the NETQUOTEVAR... was actually displayed on the page)
But the client has asked if they can have an 'add to cart' button here as well.
I can add a static add to cart button into the template, but that means me changing the template everytime the client changes the special offer - is there a way to insert the add to cart into this fragment?
I tried adding <Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS> into the template that the fragment used, but it wasn't parsed (ie. the NETQUOTEVAR... was actually displayed on the page)
Comment