osCmax v2.5 User Manual
Results 1 to 4 of 4

More Pics Question

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,...

      
  1. #1
    Member
    Join Date
    Feb 2005
    Posts
    84
    Rep Power
    0


    Default More Pics Question

    Is there a way to turn off "Othere Images for this Product" for each product page?

    JoAn,

  2. #2
    Active Member
    Join Date
    Oct 2004
    Posts
    215
    Rep Power
    8


    Default RE: More Pics Question

    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. #3
    Member
    Join Date
    Feb 2005
    Posts
    84
    Rep Power
    0


    Default RE: More Pics Question

    When you figure it out, please let me know.

  4. #4
    osCMax Development Team met00's Avatar
    Join Date
    Oct 2005
    Location
    wherever I happen to be at the moment
    Posts
    854
    Blog Entries
    2
    Rep Power
    26


    Default RE: More Pics Question

    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> -->
    That comments out mopics if you are not using it.

    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

Similar Threads

  1. Mo pics on osc maxx
    By winkscustoms in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 06-15-2005, 03:32 PM
  2. mo pics
    By winkscustoms in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 03-20-2005, 06:08 PM
  3. Dynamic Mo Pics
    By Dave_Heath in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 10-24-2004, 03:32 AM
  4. mo pics question
    By bonkfilms in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 11-14-2003, 12:33 AM
  5. Why are some pics not loaded?
    By Morgoth in forum osCommerce 2.2 Installation Help
    Replies: 2
    Last Post: 04-29-2003, 12:28 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •