When my client is in the attribute controller they would like to see the main image of the product, as a double check they are in the correct product.
Is this possible?
When my client is in the attribute controller they would like to see the main image of the product, as a double check they are in the correct product.
Is this possible?
Anyone?
Anything is possible with open source software, but there's nothing in the default Zencart that will do that. You'd have to write some code.
Thought so!
I can't imagine no one has done this already. Surely it makes complete sense to have a photograph of the item you are adding attributes to; to make sure you have the correct one?
Has anyone done this already?
You could customize the file:
/admin/attributes_controller.php
around line 739 and adjust as needed:
Code:<?php echo TEXT_PRODUCTS_LISTING . TEXT_PRODUCTS_ID . $products_filter . TEXT_PRODUCT_IN_CATEGORY_NAME . zen_get_category_name(zen_get_products_category_id($products_filter), (int)$_SESSION['languages_id']) . '<br />' . zen_get_products_name($products_filter) . zen_image(DIR_WS_CATALOG_IMAGES . zen_products_lookup($products_filter, 'products_image'), zen_get_products_name($products_filter), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'align="right" hspace="5" vspace="5"'); ?>
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Absolutely brilliant
This should be put in the faq's
Thank you