The address to the site is
http://thevickerys.eu/zen
I have managed to get the images loading on the product page but they are not showing on the product edit/create page.
I changed the confugure.php file items below as follows
FROM
Code:
define('DIR_WS_IMAGES', 'images/');
TO
Code:
define('DIR_WS_IMAGES', 'zen/images/');
When I did this the products showed up as expected but they are not showing in the product edit page.
How do I get them to work on all pages.
I tried adding the zen/ path to each line of code such as
Code:
define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'zen/languages/');
But this had no effect.