0
Hello,
I would like to have a buy button in the random albums module. Is there a fast method to have it?
It must call a variable, I would like to replace the year with the link in the row
if($params->get('show_year')) $year = '' . $album->year . '' ; else $year = "";
and then I will call a button.
Do you think is possible?
$album->buy_link is not working
Thank you.
I would like to have a buy button in the random albums module. Is there a fast method to have it?
It must call a variable, I would like to replace the year with the link in the row
if($params->get('show_year')) $year = '' . $album->year . '' ; else $year = "";
and then I will call a button.
Do you think is possible?
$album->buy_link is not working
Thank you.
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »