VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: tez on June 26, 2012, 08:36:42 AM

Title: difference between customfields in VM2.0.0 and customfields in vm2.0.6?
Post by: tez on June 26, 2012, 08:36:42 AM
I had some template overrides using customfieldsSorted in vm2.0.0 but after upgrading to 2.0.6 my customfields are not loading.

Did some variables get renamed? Are they now customfieldsSorted ?
Title: Re: difference between customfields in VM2.0.0 and customfields in vm2.0.6?
Post by: tez on June 26, 2012, 08:49:39 AM
Think I worked part of it out.

  $this->product->customfields

changes to

  $this->product->customfieldsSorted[normal]

But now I need to work out the additional images.
Title: Re: difference between customfields in VM2.0.0 and customfields in vm2.0.6?
Post by: tez on June 26, 2012, 08:55:50 AM
Hrm no difference in Additional Images code, but all the images need to be specifically set to "published" as they were previously not needing this. Edit each product's additional images, tick all their boxes and click Publish.