Hi folks,
I am working on Actinic Version 7, I am trying to display a product list in 3 columns. So here is what I have done:
I have modified the files:
Act_ProductSeparator.html
Act_ProductBody.html
Act_ProductLine.html
In those files I pasted what the advanced user guide say about displaying products in multiple columns.
I then went to Advanced | Custom Properties and I added the NUMCOLS -> Text
Finally I went to Design Options | Site Defaults and I added the NUMCOLS properties and I set it to 3.
When I preview the page in Actinic I get few runtime errors, is it because Actinic doesn't execute Javascript in the preview?
When I debug it with Microsoft Script Editor I see that the page P_shop.html has errors in a javascript if statment. I didn't modify the Javascript at all.
Any help would be very appreciated.
Many many thanks
Max
I am working on Actinic Version 7, I am trying to display a product list in 3 columns. So here is what I have done:
I have modified the files:
Act_ProductSeparator.html
Act_ProductBody.html
Act_ProductLine.html
In those files I pasted what the advanced user guide say about displaying products in multiple columns.
I then went to Advanced | Custom Properties and I added the NUMCOLS -> Text
Finally I went to Design Options | Site Defaults and I added the NUMCOLS properties and I set it to 3.
When I preview the page in Actinic I get few runtime errors, is it because Actinic doesn't execute Javascript in the preview?
When I debug it with Microsoft Script Editor I see that the page P_shop.html has errors in a javascript if statment. I didn't modify the Javascript at all.
Any help would be very appreciated.
Many many thanks
Max
Comment