Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

всплываюещёе описание при навегдение мышкой на производителя


Recommended Posts

Добрый вечер! Подскажите пжл, как реализовать всплываюещёе описание при навегдение мышкой на производителя?

Link to comment
Share on other sites


14 часов назад, buslikdrev сказал:

<div data-toggle="tooltip" title="тут описание" data-original-title="тут описание">тут производитель</div>

спасипотому что!!!

Link to comment
Share on other sites


14 часов назад, buslikdrev сказал:

<div data-toggle="tooltip" title="тут описание" data-original-title="тут описание">тут производитель</div>

еещё один вопрос,реализовал ик:

 <div class="Proizvod">Производитель:  <span data-toggle="tooltip" title="описание" data-original-title="тут описание"><img src="<?php echo $product['manufacturer_img']; ?>"></span></div>               
 

 

как подтянуть описание от сюда:

 

    <?php if (isset($thumb) && isset($description)) { ?>
                <?php if ($thumb || $description) { ?>
                <div class="well red-links" style="margin-top: 20px">
                    <?php if ($thumb) { ?>
                    <div class="pull-left"><img src="<?php echo $thumb; ?>" alt="<?php echo $heading_title; ?>" title="<?php echo $heading_title; ?>" class="img-thumbnail" style="margin: 0 10px 5px 0" /></div>
                    <?php } ?>
                    <?php if ($description) { ?>
                    <?php echo $description; ?>
                    <?php } ?>
                    <div class="clearfix"></div>
                </div>
                <?php } ?>
            <?php } ?>

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.