Hi All!
I've created an alternate display page for certain products, but I cannot seem to get the main product image to load. I've made a page that is an exact copy of PROD other than the page code obviously. The main image will not display. It does not display the default "no image available" that is used as a backup if no image is found. In fact, the image machine works fine and retrieves the main image from the server just fine as seen in the html source code. The container is generated for the image, just no image is loaded inside.
I believe the issue is in either some JS or CSS files that have functions specific to the "PROD" page code. But I'm not sure which file it is.
- I have changed the body id to js-PROD
- Copied the jsPROD function in scripts.js and made an identical one for the new page code.
- Triple checked to make sure the page is identical to PROD in code and items added.
- Made sure the image has type "main"
The image shows up perfectly when used on the PROD page, it's just the copy of PROD that it will not show up on.
Anyone have any idea on what this could be?
Thanks in advance!
-Jaime Veronda
I've created an alternate display page for certain products, but I cannot seem to get the main product image to load. I've made a page that is an exact copy of PROD other than the page code obviously. The main image will not display. It does not display the default "no image available" that is used as a backup if no image is found. In fact, the image machine works fine and retrieves the main image from the server just fine as seen in the html source code. The container is generated for the image, just no image is loaded inside.
I believe the issue is in either some JS or CSS files that have functions specific to the "PROD" page code. But I'm not sure which file it is.
- I have changed the body id to js-PROD
- Copied the jsPROD function in scripts.js and made an identical one for the new page code.
- Triple checked to make sure the page is identical to PROD in code and items added.
- Made sure the image has type "main"
The image shows up perfectly when used on the PROD page, it's just the copy of PROD that it will not show up on.
Anyone have any idea on what this could be?
Thanks in advance!
-Jaime Veronda
Comment