Fórum OpenCart Brasil

Por um e-commerce livre, confiável e profissional

Por favor, poste aqui todas as dúvidas que você está tendo sobre a instalação, atualização ou configuração do OpenCart v1.x
Por juicestore
#37522
Código: Selecionar todos
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/pt_BR/all.js#xfbml=1";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>


<!--Start of Zopim Live Chat Script-->
<script type="text/javascript">
window.$zopim||(function(d,s){var z=$zopim=function(c){z._.push(c)},$=z.s=
d.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set.
_.push(o)};z._=[];z.set._=[];$.async=!0;$.setAttribute('charset','utf-8');
$.src='//cdn.zopim.com/?12e1AbwNSB2BYkMkqoXZlUU8d78CARdF';z.t=+new Date;$.
type='text/javascript';e.parentNode.insertBefore($,e)})(document,'script');
</script>
<!--End of Zopim Live Chat Script-->

</div>
<div id="outfooter">
<div id="footer">
<div class="fb-like-box" data-href="http://www.facebook.com/juicestore" data-width="960" data-show-faces="true" data-stream="false" data-border-color="#FFC0CB" data-header="true"></div>
  <?php if ($informations) { ?>
  <div class="column">
    <h3><?php echo $text_information; ?></h3>
    <ul>
      <?php foreach ($informations as $information) { ?>
      <li><a href="<?php echo $information['href']; ?>"><?php echo $information['title']; ?></a></li>
      <?php } ?>
    </ul>
  </div>
  <?php } ?>
  <div class="column">
    <h3><?php echo $text_service; ?></h3>
    <ul>
      <li><a href="<?php echo $contact; ?>"><?php echo $text_contact; ?></a></li>
      <li><a href="<?php echo $sitemap; ?>"><?php echo $text_sitemap; ?></a></li>
    </ul>
  </div>
  <div class="column">
    <h3><?php echo $text_extra; ?></h3>
    <ul>
      <li><a href="<?php echo $manufacturer; ?>"><?php echo $text_manufacturer; ?></a></li>
      <li><a href="<?php echo $special; ?>"><?php echo $text_special; ?></a></li>
    </ul>
  </div>
  <div class="column">
    <h3><?php echo $text_account; ?></h3>
    <ul>
      <li><a href="<?php echo $account; ?>"><?php echo $text_account; ?></a></li>
      <li><a href="<?php echo $order; ?>"><?php echo $text_order; ?></a></li>
      <li><a href="<?php echo $wishlist; ?>"><?php echo $text_wishlist; ?></a></li>
      <li><a href="<?php echo $newsletter; ?>"><?php echo $text_newsletter; ?></a></li>
    </ul>
 </div>


<div style="float: left; width: 50%;">
<div id="selo_siteforte">
<script type="text/javascript"> 
var _sfurl = "www.juicestore.com.br";
var _sfid = "5141f1c749b8a9b308000001";
var _sfhttptls = ('https:' == document.location.protocol ? 'https://' : 'http://');
(function() {
var _sfa = document.createElement('script'); _sfa.type = 'text/javascript';
_sfa.src = _sfhttptls + 'siteforte.com.br/selo.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(_sfa, s);
})();
</script>
</div>
<div style="float: left; width: 50%;>
<a id="seloEbit" href="http://www.ebit.com.br/#Juice Store" target="_blank">Avaliação de Lojas e-bit</a> <script type="text/javascript" id="getSelo" src="https://558701205.r.anankecdn.com.br/ebitBR/static/getSelo.js?44924" > </script>
</div>


<div id="powered"><?php echo $powered; ?></div>
</div>
</body></html>

Não apareceu o sile da ebit, apenas o do site forte, olha como ficou www.juicestore.com.br
Avatar do usuário
Por unknown1140
Mensagens
#37527
Vc se esqueceu de fechar uma tag e de uma aspa...
O código fica assim:
Código: Selecionar todos
<div style="float: left; width: 50%; position:relative;">
<div id="selo_siteforte">
<script type="text/javascript"> 
var _sfurl = "www.juicestore.com.br";
var _sfid = "5141f1c749b8a9b308000001";
var _sfhttptls = ('https:' == document.location.protocol ? 'https://' : 'http://');
(function() {
var _sfa = document.createElement('script'); _sfa.type = 'text/javascript';
_sfa.src = _sfhttptls + 'siteforte.com.br/selo.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(_sfa, s);
})();
</script>
</div>
</div>

<div style="float: left; width: 50%; position:relative;">
<a id="seloEbit" href="http://www.ebit.com.br/#Juice Store" target="_blank">Avaliação de Lojas e-bit</a> <script type="text/javascript" id="getSelo" src="https://558701205.r.anankecdn.com.br/ebitBR/static/getSelo.js?44924" > </script>
</div>

Por juicestore
#37528
Coloquei esse código, mesmo assim não ficou bom, ficou o selo da e-bit, no meio...

http://www.juicestore.com.br

ai vai o código completo.

Código: Selecionar todos
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/pt_BR/all.js#xfbml=1";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>


<!--Start of Zopim Live Chat Script-->
<script type="text/javascript">
window.$zopim||(function(d,s){var z=$zopim=function(c){z._.push(c)},$=z.s=
d.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set.
_.push(o)};z._=[];z.set._=[];$.async=!0;$.setAttribute('charset','utf-8');
$.src='//cdn.zopim.com/?12e1AbwNSB2BYkMkqoXZlUU8d78CARdF';z.t=+new Date;$.
type='text/javascript';e.parentNode.insertBefore($,e)})(document,'script');
</script>
<!--End of Zopim Live Chat Script-->

</div>
<div id="outfooter">
<div id="footer">
<div class="fb-like-box" data-href="http://www.facebook.com/juicestore" data-width="960" data-show-faces="true" data-stream="false" data-border-color="#FFC0CB" data-header="true"></div>
  <?php if ($informations) { ?>
  <div class="column">
    <h3><?php echo $text_information; ?></h3>
    <ul>
      <?php foreach ($informations as $information) { ?>
      <li><a href="<?php echo $information['href']; ?>"><?php echo $information['title']; ?></a></li>
      <?php } ?>
    </ul>
  </div>
  <?php } ?>
  <div class="column">
    <h3><?php echo $text_service; ?></h3>
    <ul>
      <li><a href="<?php echo $contact; ?>"><?php echo $text_contact; ?></a></li>
      <li><a href="<?php echo $sitemap; ?>"><?php echo $text_sitemap; ?></a></li>
    </ul>
  </div>
  <div class="column">
    <h3><?php echo $text_extra; ?></h3>
    <ul>
      <li><a href="<?php echo $manufacturer; ?>"><?php echo $text_manufacturer; ?></a></li>
      <li><a href="<?php echo $special; ?>"><?php echo $text_special; ?></a></li>
    </ul>
  </div>
  <div class="column">
    <h3><?php echo $text_account; ?></h3>
    <ul>
      <li><a href="<?php echo $account; ?>"><?php echo $text_account; ?></a></li>
      <li><a href="<?php echo $order; ?>"><?php echo $text_order; ?></a></li>
      <li><a href="<?php echo $wishlist; ?>"><?php echo $text_wishlist; ?></a></li>
      <li><a href="<?php echo $newsletter; ?>"><?php echo $text_newsletter; ?></a></li>
    </ul>
 </div>

<div style="float: left; width: 50%; position:relative;">
<div id="selo_siteforte">
<script type="text/javascript"> 
var _sfurl = "www.juicestore.com.br";
var _sfid = "5141f1c749b8a9b308000001";
var _sfhttptls = ('https:' == document.location.protocol ? 'https://' : 'http://');
(function() {
var _sfa = document.createElement('script'); _sfa.type = 'text/javascript';
_sfa.src = _sfhttptls + 'siteforte.com.br/selo.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(_sfa, s);
})();
</script>
</div>
</div>

<div style="float: left; width: 50%; position:relative;">
<a id="seloEbit" href="http://www.ebit.com.br/#Juice Store" target="_blank">Avaliação de Lojas e-bit</a> <script type="text/javascript" id="getSelo" src="https://558701205.r.anankecdn.com.br/ebitBR/static/getSelo.js?44924" > </script>
</div>

<div id="powered"><?php echo $powered; ?></div>
</div>
</body></html>
Avatar do usuário
Por unknown1140
Mensagens
#37534
Tente assim:
Código: Selecionar todos
<div style="float: left; position: relative; margin: 15px 15px 15px 0;">
<a id="seloEbit" href="http://www.ebit.com.br/#Juice Store" target="_blank">Avaliação de Lojas e-bit</a> <script type="text/javascript" id="getSelo" src="https://558701205.r.anankecdn.com.br/ebitBR/static/getSelo.js?44924" > </script>
</div>

<div style="float: left; position: relative; margin: 15px 15px 15px 0;">
<div id="selo_siteforte">
<script type="text/javascript"> 
var _sfurl = "www.juicestore.com.br";
var _sfid = "5141f1c749b8a9b308000001";
var _sfhttptls = ('https:' == document.location.protocol ? 'https://' : 'http://');
(function() {
var _sfa = document.createElement('script'); _sfa.type = 'text/javascript';
_sfa.src = _sfhttptls + 'siteforte.com.br/selo.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(_sfa, s);
})();
</script>
</div>
</div>