difference between customfields in VM2.0.0 and customfields in vm2.0.6?

Started by tez, June 26, 2012, 08:36:42 AM

Previous topic - Next topic

tez

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 ?

tez

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.

tez

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.