hello guys,
i purchased the Yt K2 Mega Slider. Im using the K2-Store module and now i need to display the "add to cart" button in the main description of the slider. the support guy of the K2-store forum wrote:
.... If such a feature is not available in the plugin, you can just add just one line in module (only if the code processes the plugin events) that will bring the cart .
Code will be something like this: (may vary depending upon the module code. you can ask the module developer)
<?php echo $this->item->event->K2AfterDisplay; ?>
what is the correct syntax to call an event?
<?php echo $item->event->K2AfterDisplay; ?>
also didnt work.
here is the thread i started in the K2-store forum
im using theme4.php of the slider module. what am i doing wrong?
thanks in advance!