<% pagina ="http://"& Request.ServerVariables("HTTP_HOST")&Request.ServerVariables("url")&"?"& request.ServerVariables("QUERY_STRING") %> <%=loja("nome_loja") &" - "& loja("slogan_loja")%>
<% intProdID = Request.QueryString("produto") if intProdID = "" then intProdID = "0" end if set rs = conexao.execute("SELECT * FROM produtos WHERE idprod="&intProdID&"")%> <% if rs.bof or rs.eof then%>
 Home » Detalhes do Produto



O produto que você acessou não foi encontrado!
Pode ser que este produto não esteja mais à venda ou o link que você acessou esteja quebrado.


Caso queira nos avisar do ocorrido, clique aqui.


<%else if rs("foto1") = "" then foto = "grande.gif" else foto = rs("foto1") end if '*** Verifica se tem Estoque do Produto set rsestoque = conexao.execute("Select estoque From produtos_especificacoes where id_produto = "&rs("idprod")&";") if rsestoque.eof then set rs_estoque = conexao.execute("SELECT estoque FROM estoque WHERE idproduto="&rs("idprod")&" ;") if not rs_estoque.eof then estoque_atual=rs_estoque("estoque") end if rs_estoque.close set rs_estoque = nothing else set rs_estoque = conexao.execute("Select estoque From produtos_especificacoes where id_produto = "&rs("idprod")&";") if not rs_estoque.eof then while not rs_estoque.eof estoquex = rs_estoque("estoque") estoque_atual = estoque_atual + estoquex rs_estoque.movenext wend end if rs_estoque.close set rs_estoque = nothing end if if estoque_atual > 0 then %> <%end if%> <%set rs3 = conexao.execute("SELECT * FROM sessoes WHERE id='"&request("id")&"'")%>
 
  Home» <%=rs3("nome")%> <%if rs("idcategoria") <> "" then set rs2 = conexao.execute("SELECT * FROM categoria WHERE idcategoria='"&rs("idcategoria")&"'") response.write "» " & rs2("nome") &"" end if %> <% if rs("idsubcategoria") <> "" then set rs4 = conexao.execute("SELECT * FROM subcategoria WHERE idsubcategoria='"&rs("idsubcategoria")&"'") response.write " » " & rs4("nome") &"" end if %>   | Referência do produto: <%=rs("referencia")%>
 

<%=rs("nome")%>


 
CLIQUE NA FOTO PARA AMPLIAR
<%if rs("foto2") <>"grande.gif" then%>     <%end if%> <%if rs("foto3") <> "grande.gif" then%> <%end if%> <% if rs("foto4") <> "grande.gif" or rs("foto5") <> "grande.gif" or rs("foto6") <> "grande.gif" then%> <%if rs("foto4") <> "grande.gif" then%> <%end if%> <%if rs("foto5") <> "grande.gif" then%> <%end if%> <%if rs("foto6") <> "grande.gif" then%> <%end if%> <%end if%>
');" style="cursor:pointer" src="produtos/foto2/media/<%=rs("foto2")%>" width="50" />');" src="produtos/foto3/media/<%=rs("foto3")%>" width="50" />
');" style="cursor:pointer" src="produtos/foto4/media/<%=rs("foto4")%>" width="50" />');" src="produtos/foto5/media/<%=rs("foto5")%>" width="50" />');" src="produtos/foto6/media/<%=rs("foto6")%>" width="50" />
<%end if%>

 
 
<% if estoque_atual > 0 then response.write "
" end if%>


<% if rs("moeda") = "dolar" then precovelho = formatNumber(rs("precovelho")*loja("cotacao_dia"), 2) preco = formatNumber(rs("preco")*loja("cotacao_dia"), 2) else precovelho = formatNumber(rs("precovelho"), 2) preco = formatNumber(rs("preco"), 2) end if if rs("precovelho") <> rs("preco") then%> De: R$ <%=precovelho%>
<%end if%>
Por: R$ <%=preco%>
Fabricante: <%=rs.fields("fabricante")%>
Disponibilidade: <%if estoque_atual > 0 then response.write("IMEDIATA") else response.write("Esgotado") end if%>

" width="175" height="49" border="0" />

<%if boleto("boleto_utilizar") = "Sim" then%> <%end if%>
<%if brpay("utilizar") = "Sim" then%> <%end if%> <%if pagdigital("pagdigital_utilizar") = "Sim" then%> <%end if%> <%if master("master_utilizar") ="Sim" then%> <%end if%> <%if visa("visa_utilizar") ="Sim" then%> <%end if%>
<%if visa("visa_quantidade_parcelas") => 1 then%> <%end if%> <%if visa("visa_quantidade_parcelas") => 5 then%> <%end if%> <%if visa("visa_quantidade_parcelas") => 9 then%> <%end if%> <%if visa("visa_quantidade_parcelas") => 2 then%> <%end if%> <%if visa("visa_quantidade_parcelas") => 6 then%> <%end if%> <%if visa("visa_quantidade_parcelas") => 10 then%> <%end if%> <%if visa("visa_quantidade_parcelas") => 3 then%> <%end if%> <%if visa("visa_quantidade_parcelas") => 7 then%> <%end if%> <%if visa("visa_quantidade_parcelas") => 11 then%> <%end if%> <%if visa("visa_quantidade_parcelas") => 4 then%> <%end if%> <%if visa("visa_quantidade_parcelas") => 8 then%> <%end if%> <%if visa("visa_quantidade_parcelas") => 12 then%> <%end if%>
À vista - R$ <%= FormatNumber((preco),2)%> <%if preco/5 >= visa("visa_parcela_minima") +1 -1 then%> 05 Vezes - R$ <%= FormatNumber((preco / 5 ),2)%> <%end if %> <%if preco/9 >= visa("visa_parcela_minima") +1 -1 then%> 09 Vezes - R$ <%= FormatNumber((preco / 9 ),2)%> <%end if %>
<%if preco/2 >= visa("visa_parcela_minima") +1 -1 then%> 02 Vezes - R$ <%= FormatNumber((preco / 2 ),2)%> <%end if %> <%if preco/6 >= visa("visa_parcela_minima") +1 -1 then%> 06 Vezes - R$ <%= FormatNumber((preco / 6),2)%> <%end if %> <%if preco/10 >= visa("visa_parcela_minima") +1 -1 then%> 10 Vezes - R$ <%= FormatNumber((preco / 10 ),2)%> <%end if %>
<%if preco/3 >= visa("visa_parcela_minima") +1 -1 then%> 03 Vezes - R$ <%= FormatNumber((preco / 3 ),2)%> <%end if %> <%if preco/7 >= visa("visa_parcela_minima") +1 -1 then%> 07 Vezes - R$ <%= FormatNumber((preco / 7 ),2)%> <%end if %> <%if preco/11 >= visa("visa_parcela_minima") +1 -1 then%> 11 Vezes - R$ <%= FormatNumber((preco / 11 ),2)%> <%end if %>
<%if preco/4 >= visa("visa_parcela_minima") +1 -1 then%> 04 Vezes - R$ <%= FormatNumber((preco / 4 ),2)%> <%end if %> <%if preco/8 >= visa("visa_parcela_minima") +1 -1 then%> 08 Vezes - R$ <%= FormatNumber((preco /8 ),2)%> <%end if %> <%if preco/12 >= visa("visa_parcela_minima") +1 -1 then%> 12 Vezes - R$ <%= FormatNumber((preco / 12 ),2)%> <%end if %>

<% valor_no_boleto = formatnumber(preco - (preco * boleto("desconto") / 100),2) valor_no_deposito = formatnumber(preco - (preco * deposito("desconto") / 100),2)%> R$ <%=valor_no_boleto%> <% if boleto("desconto") => 1 then %> (com <%=boleto("desconto")%>% desc.) <%end if%>

<%if deposito("deposito_utilizar")="Sim" then%> R$ <%=valor_no_deposito%> <% if deposito("desconto") => 1 then %> (com <%=deposito("desconto")%>% desc.) <%end if%> <%end if%>  
<% Sql = "SELECT id FROM produtos_especificacoes WHERE id_produto = "&rs("idprod")&" AND estoque > 0;" 'Sql = "SELECT * FROM produtos_especificacoes;" 'set rs1 = server.CreateObject("Adodb.Recordset") 'rs1.open Sql, objcoon, 3, 3 set rs1 = conexao.execute(SQL) if not rs1.eof then while not rs1.eof x = 0 if y = 0 then %> <%y = 1 elseif y = 1 then %> <% rs2.movenext wend end if rs2.close%> <% y = 0 end if rs1.movenext x = x + 1 wend end if rs1.close %>
<% if x = 0 then%> " align='absmiddle' df_verificar='sim' checked="checked" /> <%else%> " align='absmiddle' df_verificar='sim' /> ','','width=600,height=600')"> <%end if%>
<% Sql2 = "SELECT titulo,valor FROM produtos_especificacoes_detalhes WHERE id_especificacao = "&rs1("id")&";" 'set rs2 = server.CreateObject("Adodb.Recordset") 'rs2.open Sql2, objcoon, 3, 3 set rs2 = conexao.execute(SQL2) if not rs2.eof or not rs2.bof then while not rs2.eof response.Write(""&rs2("titulo")&": "&rs2("valor")&"
") rs2.movenext wend end if rs2.close%>
<%if x = 0 then%> " align='absmiddle' df_verificar='sim' checked="checked" /> <%else%> " align='absmiddle' df_verificar='sim' /> <%end if%>
<%Sql2 = "SELECT titulo,valor FROM produtos_especificacoes_detalhes WHERE id_especificacao = "&rs1("id")&";" 'set rs2 = server.CreateObject("Adodb.Recordset") 'rs2.open Sql2, objcoon, 3, 3 set rs2 = conexao.execute(SQL2) if not rs2.eof or not rs2.bof then while not rs2.eof%> <%=rs2("titulo")%>: <%=rs2("valor")%>
<% if estoque_atual > 0 then%> <% response.write "
" else%>
<%if request("msg") <> "" then%>
<%=request("msg")%>

<%end if%>
Você pode solicitar este produto por email. Preencha abaixo:
" /> " />
Endereço de Email:
<%end if%>

   

 Veja as formas de pagamento » " />

 

 &nomeproduto=<%=rs("nome")%>','Presente','width=350,height=250')">Indique este produto »
 
 
" class="titulo">
" width="84" height="34">.
 
<%=rs("detalhe")%>
 
<%fecha_banco%>