Hello,
I have successfully created a page that displays the newest products. Thank you for the detailed instructions. However, when viewing the page with IE, I get quite a few errors.
Message: 'products_data' is undefined
Line: 143
Char: 1
Code: 0
URI:
http://www.example.com/newest-products.html
Message: 'products_data' is undefined
Line: 153
Char: 1
Code: 0
URI:
http://www.example.com/newest-products.html
Message: 'products_data' is undefined
Line: 163
Char: 1
Code: 0
URI:
http://www.example.com/newest-products.html
Message: 'products_data' is undefined
Line: 288
Char: 1
Code: 0
URI:
http://www.example.com/newest-products.html
Message: 'products_data' is undefined
Line: 340
Char: 1
Code: 0
URI:
http://www.example.com/newest-products.html
Message: 'products_data' is undefined
Line: 392
Char: 1
Code: 0
URI:
http://www.example.com/newest-products.html
Message: 'products_data' is undefined
Line: 461
Char: 1
Code: 0
URI:
http://www.example.com/newest-products.html
Message: 'products_data' is undefined
Line: 471
Char: 1
Code: 0
URI:
http://www.example.com/newest-products.html
These continue all the way down to line 4844. Any idea how to correct this issue?
Thanks