- Thank you received: 62
Hi I would like to buy this but i have a question befor i do this.
I want to display data from ms sql database . I have url links in the data which i want to be displayed as a hyperlink and use a image for that link as buy now button.
I have links to images on my database and would like to display them on my joomla articles as images not as text. Is this possible.
Is there a way to get the table populate data based on the selections made from combo box.
Regards,
Jai
Please Log in or Create an account to join the conversation.
Hi,
Currently we have some problems with supporting external databases so that fetching data from mssql might not work properly.
For the "Buy Now" button I suggest that you create a database view where you format the Buy Now column so that it consists of properly generated html tags.
For example:
<a href="mylink"><img src="myimages/buynowbutton.png" /></a>
Please check the database documentation to learn more about database views.
Please Log in or Create an account to join the conversation.