Jump to content

[solved] How to pull the product urls from the mysql database.


Recommended Posts

Link object is a php class located in the /classes/Link.php file

 

in the PHP script - you can use $link->getproductlink(); function defined in Link class. just put correct parameters into the fuction then you will be available to generate correct product url.

 

 

it will be much easier if you will say wat you exactly want to achieve.

Link to comment
Share on other sites

Excellent I would like to get the product url and the image url too, can the image url be returned by the Link class as well?

 

I am doing this because I want to get a list of product urls and image uls, for a project I am working on.

Link to comment
Share on other sites

×
×
  • Create New...