Hi All,
Did you know file path to prepare data before show product details ?
on virtuemart 2.5, joomla 2.5. i can't found.
source of data code below
ex : foreach ( **$this->products as $product** ) {
Thank you
James
VirtueMart 2.5 versions were for testing purposes only (not for live sites and known to be insecure), with 2.6.14 being the last VM2 stable release.
Plesse explain more about what you are trying to do.
also the code in VM2 ->3 is extremely clear and conventional MVC (model, view controller)
products come from the models/products.php admin
Thank you for you advice.
James