I would like to add more dates to my hikashop invoice. At default there is only creation date:
<?php echo JText::_('DÁTUM VYHOTOVENIA').': '.hikashop_getDate($this->element->order_created,'%d %B %Y ');?>
I would like to add two more dates (creation date + 5 days, and creation date + 20 days). Can you please help me how to do this? Thank you.
Try this,
Hope its helps..