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,...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Is there a way to turn off "Othere Images for this Product" for each product page? JoAn, |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| 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. |
|
#3
| |||
| |||
| When you figure it out, please let me know. |
|
#4
| |||
| |||
| in product_info.tpl.php 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 |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mo pics on osc maxx | winkscustoms | osCMax v1.7 Discussion | 1 | 06-15-2005 04:32 PM |
| mo pics | winkscustoms | osCMax v1.7 Discussion | 0 | 03-20-2005 07:08 PM |
| Dynamic Mo Pics | Dave_Heath | osCommerce 2.2 Modification Help | 1 | 10-24-2004 04:32 AM |
| mo pics question | bonkfilms | osCMax v1.7 Discussion | 2 | 11-14-2003 01:33 AM |
| Why are some pics not loaded? | Morgoth | osCommerce 2.2 Installation Help | 2 | 04-29-2003 01:28 PM |