Exemplo n.º 1
0
func (p *ShippingInsteadPrint) ProductDetailJson() interface{} {
	return orderservice.OrderDetailsJson(p.Order, false)
}
Exemplo n.º 2
0
func (p *OrderPrintNoPrice) ProductDetailJson() interface{} {
	return orderservice.OrderDetailsJson(p.Order, false)
}
Exemplo n.º 3
0
func (p *OrderPrint) ProductDetailJson() interface{} {
	return orderservice.OrderDetailsJson(p.Order, p.ShowPicture)
}
Exemplo n.º 4
0
func (p *ViewOrder) ProductDetailJson() interface{} {
	return orderservice.OrderDetailsJson(p.Order, false)
}