VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: jvicious on January 27, 2015, 05:06:29 AM

Title: Did you know file path to prepare data before show product details ?
Post by: jvicious on January 27, 2015, 05:06:29 AM
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
Title: Re: Did you know file path to prepare data before show product details ?
Post by: jenkinhill on January 27, 2015, 11:56:43 AM
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.
Title: Re: Did you know file path to prepare data before show product details ?
Post by: GJC Web Design on January 27, 2015, 16:02:18 PM
also the code in VM2 ->3 is extremely clear and conventional MVC (model, view controller)

products come from the models/products.php  admin
Title: Re: Did you know file path to prepare data before show product details ?
Post by: jvicious on January 28, 2015, 02:52:28 AM
Thank you for you advice.

James