This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Started GET "/publisher/products/1/questions" for 127.0.0.1 at 2013-10-29 10:47:03 -0200 | |
Processing by Publisher::QuestionsController#index as JS | |
Parameters: {"product_id"=>"1"} | |
Completed 404 Not Found in 0ms | |
ActiveRecord::RecordNotFound (Couldn't find Store without an ID): | |
app/services/product_identifier/find.rb:5:in `call' | |
app/services/product_identifier/fetch.rb:5:in `call' | |
app/controllers/publisher/questions_controller.rb:6:in `index' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Admin-> Controle de Vendas -> Forma de pagamento | |
* Regra de desconto e marcas em quantas vezes deseja | |
* Admin-> Cadastro de Produtos -> Produtos e Skus -> Cadastro de Produtos e Skus -> Condição Comercial de Sku -> Nova condição comercial de Sku | |
* Criar nova condição comercial |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Que tal aproveitar o melhor Carnaval do sul do Brasil e desfrutar de belas praias e paisagens? | |
Sucesso a 3 anos consecutivos, a For Fun Turismo te leva a esse paraíso! | |
Aqui você tem o melhor transporte: ônibus rodoviário leito-turismo com ar condicionado, TV, DVD, toalete, água mineral, manta, travesseiro e Wi-Fi a bordo garantindo seu total conforto durante toda a viagem. | |
Hospedagem em um dos melhores Hotéis da cidade com café da manhã incluso, serviço de praia, piscina e saída direta para a praia. | |
Localização privilegiada: em frente a praia mais agitada da cidade, a Praia do Mar Grosso, rota dos trios elétricos que agitam a cidade e próximo ao palco onde acontecem os shows durante a noite. | |
Saiba mais sobre o nosso pacote: | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- primeira parte --> | |
<script type="text/javascript"> | |
var _trustvox = _trustvox || []; | |
_trustvox.push(['_storeId', '1']); | |
// Identificador único do produto (opcional) | |
_trustvox.push(['_productId', 'XXXX']); | |
_trustvox.push(['_productName','XXXX']); | |
_trustvox.push(['_productPhotos', ['XXXX', 'XXXX']]); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'http://rubygems.org' | |
ruby '2.0.0' | |
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | |
gem 'rails', '4.0.2' | |
# Use sqlite3 as the database for Active Record | |
# gem 'sqlite3' | |
gem 'mysql2' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
var _trustvox = _trustvox || []; | |
_trustvox.push(['_storeId', '7']); | |
// Identificador único do produto (opcional) | |
_trustvox.push(['_productId', '$iluria.product.id']); | |
_trustvox.push(['_productName','$iluria.product.title']); | |
_trustvox.push(['_productPhotos', ['http:$iluria.product.main.picture.850xN']]); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<title></title> | |
<link rel="stylesheet" href=""> | |
</head> | |
<body> | |
<strong>Cinto Masculino Social Liso 4 Cm 100% Couro Legítimo</strong> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_trustvox.push(['_productId', $('.produto .acoes-produto[data-produto-id]').last().data('produto-id')]); | |
_trustvox.push(['_productName',$('h1.nome-produto').text()]); | |
_trustvox.push(['_productPhotos', ['http:'+$(".elastislide").find("[href]").data('imagem-grande')] ]); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
$(document).ready(function() { | |
window._trustvox = []; | |
_trustvox.push(['_storeId', '27']); | |
_trustvox.push(['_productId', $('.produto .acoes-produto[data-produto-id]').last().data('produto-id')]); | |
_trustvox.push(['_productName',$('h1.nome-produto').text()]); | |
_trustvox.push(['_productPhotos', ['http:'+$(".elastislide").find("[href]").data('imagem-grande')] ]); |
OlderNewer