Página 4 de 4

Re: Botão Comprar não funciona [Resolvido]

Enviado: 06 Set 2014, 13:02
por Manoel Vidal
Provavelmente, mas pode ser que o erro esteja em algum vqmod que você instalou, ou extensão mesmo, veja se no tema default do OpenCart o erro acontece, e desative os vqmods que você possa estar utilizando.

Espero ter ajudado. :D

Re: Botão Comprar não funciona [Resolvido]

Enviado: 08 Set 2014, 10:05
por diogoportuga
Manoel Vidal escreveu:Provavelmente, mas pode ser que o erro esteja em algum vqmod que você instalou, ou extensão mesmo, veja se no tema default do OpenCart o erro acontece, e desative os vqmods que você possa estar utilizando.

Espero ter ajudado. :D
Manoel, muito obrigado pela resposta. fui para o tema default e apareceu isso..
Código: Selecionar todos
Notice: Error: Could not load template /home/adash129/public_html/catalog/view/theme/default/includes/module_chrome_grid.tpl! in /home/adash129/public_html/system/library/template.php on line 21
Fui na minha linha 21 no arquivo php e aparece isso:
Código: Selecionar todos
trigger_error('Error: Could not load template ' . $file . '!');
Eu estou usando o tema egestas no opencart 1.5.5.1, e não alterei para o carrinho como dizia no seu tutorial, pois aquela parte não existia no meu product.tpl, alterei pelo cart.php através do caminho /public_html/catalog/controller/checkout

Estou perdidaço :(
Obrigado pela ajuda!

Edit: Eu não estou usando vqmod ainda.

Re: Botão Comprar não funciona [Resolvido]

Enviado: 15 Set 2014, 22:21
por diogoportuga
diogoportuga escreveu:
Manoel Vidal escreveu:Provavelmente, mas pode ser que o erro esteja em algum vqmod que você instalou, ou extensão mesmo, veja se no tema default do OpenCart o erro acontece, e desative os vqmods que você possa estar utilizando.

Espero ter ajudado. :D
Manoel, muito obrigado pela resposta. fui para o tema default e apareceu isso..
Código: Selecionar todos
Notice: Error: Could not load template /home/adash129/public_html/catalog/view/theme/default/includes/module_chrome_grid.tpl! in /home/adash129/public_html/system/library/template.php on line 21
Fui na minha linha 21 no arquivo php e aparece isso:
Código: Selecionar todos
trigger_error('Error: Could not load template ' . $file . '!');
Eu estou usando o tema egestas no opencart 1.5.5.1, e não alterei para o carrinho como dizia no seu tutorial, pois aquela parte não existia no meu product.tpl, alterei pelo cart.php através do caminho /public_html/catalog/controller/checkout

Estou perdidaço :(
Obrigado pela ajuda!

Edit: Eu não estou usando vqmod ainda.
Alguém aqui pode me enviar um orçamento para corrigir isso?
Obrigado a todos!

Re: Botão Comprar não funciona [Resolvido]

Enviado: 16 Set 2014, 00:01
por Manoel Vidal
@diogoportuga Me envie por MP (Mensagem Privada) os dados de acesso ftp e do admin da sua loja.

Re: Botão Comprar não funciona [Resolvido]

Enviado: 16 Set 2014, 11:35
por diogoportuga
Manoel Vidal escreveu:@diogoportuga Me envie por MP (Mensagem Privada) os dados de acesso ftp e do admin da sua loja.
Enviei uma MP Manoel, Obrigado!

Re: Botão Comprar não funciona [Resolvido]

Enviado: 17 Set 2014, 01:24
por Manoel Vidal
Já respondi. :)

Re: Botão Comprar não funciona [Resolvido]

Enviado: 21 Out 2014, 22:53
por TonnySilva
Boa dica fiz isso também, tenho um tema e naum funcionava fui lá movi a pasta cart.tpl pra raiz fui no default e peguei o mesmo arquivo e copiei pra onde que queria nem fiz as modificações pois ja tinha tentado tanto até via vqmod que acho que o proprio arquivo vqmod fez as modificações qdo transferi o cart.tpl do tema defaut.

Como podem verificar: www.watchesfloripaimports.com.br naum esqueçam de curtir no footer.

Show. abraço a todos.

Re: Botão Comprar não funciona [Resolvido]

Enviado: 03 Fev 2015, 19:19
por DEIDESAF
Olá Manoel, estou com o mesmo problema, mas a versão do meu opencart é 2.0.1.1 e preciso de um método diferente dos passados anteriormente, pois ja tentei as alterações e nao funcionou. Por favor preciso da sua ajuda.

meu site www.kamishop.com.br

Re: Botão Comprar não funciona [Resolvido]

Enviado: 18 Fev 2015, 16:51
por DEIDESAF
Bom Dia Manoel, descobri o que causou o problema que desabilitava o botão comprar no site, mas não sei como resolver. Se eu adicionar algum widget em java/HTML no site ele da esse conflito. Exemplo widget box de redes sociais, em code html. Pode me ajudar? Você consegui criar alguma adaptação para o seguinte widget ?

<!-- Menu widget Facebook --><style>img, a {border: 0;}#on {visibility: visible;}#off {visibility: hidden;}#facebook_div {width: 300px;height: 340px;overflow: hidden;}/* right side style */#facebook_right {z-index: 10005;border: 2px solid #3c95d9;background-color: #fff;width: 300px;height: 353px; position: fixed;right: -305px;}#facebook_right img {position: absolute;top: 127px;left: -58px;}#facebook_right iframe {border: 0px solid #3c95d9;overflow: hidden; position: static;height: 300px;left: -2px; top: -3px;}#facebook_left {z-index: 10005;border: 2px solid #3c95d9;background-color: #fff;width: 300px;height: 250px;position: fixed;left: -305px;}#facebook_left img {position: absolute;top: -2px;right: -35px;}#facebook_left iframe {border: 0px solid #3c95d9;overflow: hidden;position: static;height: 360px;right: -2px;top: -3px;}</style><script src="http://code.jquery.com/jquery-latest.js ... pt><script src="http://apis.google.com/js/plusone.js" type="text/javascript" gapi_processed="true"></script><script type="text/javascript">jQuery(document).ready(function (){ jQuery("#facebook_right").hover(function (){ jQuery(this).stop(true, false).animate({ right: 0 }, 500); }, function () { jQuery("#facebook_right").stop(true, false).animate({ right: -305 }, 500); }); jQuery("").hover(function () { jQuery(this).stop(true, false).animate({ right: 0 }, 500); }, function () { jQuery("").stop(true, false).animate({ right: -250 }, 500); }); jQuery("").hover(function () { jQuery(this).stop(true, false).animate({ right: 0 }, 500); }, function () { jQuery("").stop(true, false).animate({ right: -294 }, 500); });});</script><br><div id="on"> <div id="facebook_right" style="top: 12%; right: -305px;"> <div id="facebook_div"> <img alt="" src="http://www.kamishop.com.br/image/cache/ ... 00x100.png" style="width: 65px;"> <iframe allowtransparency="true" frameborder="0" scrolling="no" src="//
" style="border: none; height: 346px; overflow: hidden; width: 300px;"></iframe> </div>

</div>

</div>

<!-- Widget do instagran --><style>img, a {border: 0;}#on {visibility: visible;}#off {visibility: hidden;}#instagran_div{width: 400px;height: 230px;overflow: hidden;}#instagran_right {z-index: 10004;border: 6px solid #493830;background-color: #D9D2C8;width: 410px;height: 220px;position: fixed;right: -430px;}#instagran_right_img {position: absolute;top: 28px;left: -72px;border: 0;}#instagran_left_img {position: absolute;top: -2px;right: -70px;border: 0;}</style><script src="http://code.jquery.com/jquery-latest.js ... pt><script src="http://apis.google.com/js/plusone.js" type="text/javascript" gapi_processed="true"></script><script type="text/javascript">jQuery(document).ready(function (){ jQuery("").hover(function (){ jQuery(this).stop(true, false).animate({ right: 0 }, 500); }, function () { jQuery("").stop(true, false).animate({ right: -430 }, 500); }); jQuery("#instagran_right").hover(function () { jQuery(this).stop(true, false).animate({ right: 0 }, 500); }, function () { jQuery("#instagran_right").stop(true, false).animate({ right: -430 }, 500); }); jQuery("").hover(function () { jQuery(this).stop(true, false).animate({ right: 0 }, 500); }, function () { jQuery("").stop(true, false).animate({ right: -294 }, 500); });});</script><br><div id="on"> <div id="" style="top: 12%;"><div id="on"><div id="instagran_right" style="top: 18%; right: -430px;"><div id="instagran_div"><img id="instagran_right_img" src="http://www.kamishop.com.br/image/cache/ ... 00x100.png" width="53px"><iframe src="http://widget.stagram.com/in/kamishop.c ... =2&b=0&p=5" allowtransparency="true" frameborder="0" scrolling="no" style="border:none;overflow:hidden;width:400px; height: 210px"></iframe></div>

</div>

</div>

</div>

</div>

<!-- Widget do Google Plus --><style>img, a {border: 0;}#on {visibility: visible;}#off {visibility: hidden;}#google_plus_right {z-index: 10003;background-color: #F2F2F2;border: 2px solid #006ec9;border-top: 2px solid #0056a0;border-bottom: 2px solid #0056a0;border-right: 2px solid #0056a0;border-left: 2px solid #0056a0;width: 290px;height: 250px; position: fixed;right: -294px;}#google_plus_right_img {position: absolute; top: 61px;left: -63px;border: 0;}#google_plus_div {width: 290px;height: 250px;overflow: hidden;margin-left: 5px;margin-top: 1px;}#NBT_div {width: 300px;height: 97px;overflow: hidden;}#google_plus_left {z-index: 10003;background-color: #006ec9;border: 2px solid #006ec9;border-top: 2px solid #0056a0;border-bottom: 2px solid #0056a0;border-left: 2px solid #0056a0;border-right: 2px solid #0056a0;width: 290px;height: 250px;position: fixed;left: -294px;}#google_plus_left_img {position: absolute;top: -2px;right: -33px;border: 0;}</style><script src="http://code.jquery.com/jquery-latest.js ... pt><script src="http://apis.google.com/js/plusone.js" type="text/javascript" gapi_processed="true"></script><script type="text/javascript">jQuery(document).ready(function (){ jQuery("").hover(function (){ jQuery(this).stop(true, false).animate({ right: 0 }, 500); }, function () { jQuery("").stop(true, false).animate({ right: -200 }, 500); }); jQuery("").hover(function () { jQuery(this).stop(true, false).animate({ right: 0 }, 500); }, function () { jQuery("").stop(true, false).animate({ right: -250 }, 500); }); jQuery("#google_plus_right").hover(function () { jQuery(this).stop(true, false).animate({ right: 0 }, 500); }, function () { jQuery("#google_plus_right").stop(true, false).animate({ right: -294 }, 500); });});</script><br><div id="on"><div id="google_plus_right" style="top: 1%; right: -294px;"> <div id="google_plus_div"> <img id="google_plus_right_img" src="http://www.kamishop.com.br/image/cache/ ... 00x100.png" style="width: 80px;"> <div style="float: left; margin: 10px 10px 10px 0;"> <a href="http://newbloggertips.com"><img alt="Tips Tricks And Tutorials" src="http://3.bp.blogspot.com/_rKG-ziTSNUQ/T ... "></a><div id="___plus_2" style="text-indent: 0px; margin: 0px; padding: 0px; border-style: none; float: none; line-height: normal; font-size: 1px; vertical-align: baseline; display: inline-block; width: 270px; height: 76px; background: transparent;"><iframe frameborder="0" hspace="0" marginheight="0" marginwidth="0" scrolling="no" style="position: static; top: 0px; width: 270px; margin: 0px; border-style: none; left: 0px; visibility: visible; height: 76px;" tabindex="0" vspace="0" width="100%" id="I0_1421938308520" name="I0_1421938308520" src="https://apis.google.com/_/im/_/widget/r ... n=62343071" data-gapiattached="true" title="+1"></iframe></div>

<script type="text/javascript"> (function() { window.___gcfg = {'lang': 'en'}; var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> </div>

</div>

</div>

</div>