@creinold Just found a minor text display glitch. One of my products does not have an image. When displaying the product list the image field displayed TEXT_IMAGE_NONEXISTENT instead of an image.
A search using the developers tool kit shows this term appearing in multiple define files.
I figured this means with no common use defined I had to add it specifically to SBA (?)
It worked :)
In file:
admin/includes/languages/english/extra_definitions/products_with_attributes.php
add
Code:
define('TEXT_IMAGE_NONEXISTENT', 'No Image Exists');
before php close tag.
Also for consideration for improvement in the how to file:
In the installation section it should read
'There are
five core Zen Cart files modified'
because
•admin/includes/stylesheet.css is no longer affected.
hth
Kevin
Bookmarks