Is there a way to turn off "Othere Images for this Product" for each product page?
JoAn,
This is a discussion on More Pics Question within the osCMax v2 Features Discussion forums, part of the osCmax v2.0 Forums category; Is there a way to turn off "Othere Images for this Product" for each product page? JoAn,...
Is there a way to turn off "Othere Images for this Product" for each product page?
JoAn,
I've been trying to figure that out myself. I haven't spent much time on it thus far, but I think it would be a simple if statement written in PHP.
When you figure it out, please let me know.
in product_info.tpl.php
That comments out mopics if you are not using it.Code://// BEGIN: Added for Dynamic MoPics v3.000 ?> <!-- <tr> <td> <div class="screenshotsHeader"> <div class="screenshotsHeaderText"><?php echo TEXT_OTHER_PRODUCT_IMAGES; ?></div> </div> <div class="screenshotsBlock"> --> <?php include(DIR_WS_MODULES . 'dynamic_mopics.php'); ?> <!-- </div> </td> </tr> -->
If you are using it, then you should make some changes to support reality as the decision to include the code this way sucks.
1) take the HTML and move it into the /include/modules/dynamic_mopics.php file
2) in the dynamic_mopics.php file check to see if there are any additional pics to put up before putting in the mopics table.
As it's in the system now, even when there are no additional images, mopics will put up the table. Real bad design.
so endith the lesson
<think>sometimes I just sit's and thinks</think>
"Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB
Bookmarks