Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • jamenagemonjardin Friend
    #165484

    Hello all,

    Here I am with a new question, i’m sorry…

    In the browse page :

    http://www.jmj-test.com/index.php?page=shop.browse&category_id=23&option=com_virtuemart&Itemid=1

    At the right, we can see a product picture. When you click on it, it opens a popup to see a larger picture…I would prefer go on the product page when I click on the picture. Can you tell me how can I do that please?

    Thanks a lot,

    Olivier

    Sherlock Friend
    #397772

    Hi Olivier,

    I tried to connect to your site but I got error “The connection has timed out”.

    But about your request, you can do following steps below:
    1.Example you configed browse page for that category is “browse_1″ in back-end, please go to com_virtuemartthemesja-mesolitetemplatesbrowse folder, open browse_1.php file
    2.Change those lines (line 11 to line 22):
    <blockquote> <div class=”browseProductImageContainer”>
    <script type=”text/javascript”>//<!]>
    </script>
    <noscript>
    <a href=”<?php echo $product_full_image ?>” target=”_blank” title=”<?php echo $product_name ?>”>
    <?php echo ps_product::image_tag( $product_thumb_image, ‘class=”browseProductImage” border=”0″ title=”‘.$product_name.'” alt=”‘.$product_name .'”‘ ) ?>
    </a>
    </noscript>
    </div></blockquote>
    by
    <blockquote> <div class=”browseProductImageContainer”>
    <a href=”<?php echo $product_flypage ?>” target=”_blank” title=”<?php echo $product_name ?>”>
    <?php echo ps_product::image_tag( $product_thumb_image, ‘class=”browseProductImage” border=”0″ title=”‘.$product_name.'” alt=”‘.$product_name .'”‘ ) ?>
    </a>
    </div></blockquote>
    Regards

    jamenagemonjardin Friend
    #397824

    Hi

    I’ve just changed with target=”_self”

    Really thank you for your help.

    I will open a new thread for a very last problem concerning the slide.

    Thank you again.

    Olivier

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  jamenagemonjardin 13 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum