Take in consideration the total product count.
This commit is contained in:
parent
91ee74fc20
commit
009fccfc2a
@ -167,7 +167,7 @@ public class MultisellData implements IXmlReader
|
||||
final Item item = ItemTable.getInstance().getTemplate(id);
|
||||
if (item != null)
|
||||
{
|
||||
totalPrice += item.getReferencePrice();
|
||||
totalPrice += (item.getReferencePrice() * count);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
@ -167,7 +167,7 @@ public class MultisellData implements IXmlReader
|
||||
final Item item = ItemTable.getInstance().getTemplate(id);
|
||||
if (item != null)
|
||||
{
|
||||
totalPrice += item.getReferencePrice();
|
||||
totalPrice += (item.getReferencePrice() * count);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
@ -167,7 +167,7 @@ public class MultisellData implements IXmlReader
|
||||
final Item item = ItemTable.getInstance().getTemplate(id);
|
||||
if (item != null)
|
||||
{
|
||||
totalPrice += item.getReferencePrice();
|
||||
totalPrice += (item.getReferencePrice() * count);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
@ -167,7 +167,7 @@ public class MultisellData implements IXmlReader
|
||||
final Item item = ItemTable.getInstance().getTemplate(id);
|
||||
if (item != null)
|
||||
{
|
||||
totalPrice += item.getReferencePrice();
|
||||
totalPrice += (item.getReferencePrice() * count);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
@ -167,7 +167,7 @@ public class MultisellData implements IXmlReader
|
||||
final Item item = ItemTable.getInstance().getTemplate(id);
|
||||
if (item != null)
|
||||
{
|
||||
totalPrice += item.getReferencePrice();
|
||||
totalPrice += (item.getReferencePrice() * count);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
@ -167,7 +167,7 @@ public class MultisellData implements IXmlReader
|
||||
final Item item = ItemTable.getInstance().getTemplate(id);
|
||||
if (item != null)
|
||||
{
|
||||
totalPrice += item.getReferencePrice();
|
||||
totalPrice += (item.getReferencePrice() * count);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
@ -167,7 +167,7 @@ public class MultisellData implements IXmlReader
|
||||
final Item item = ItemTable.getInstance().getTemplate(id);
|
||||
if (item != null)
|
||||
{
|
||||
totalPrice += item.getReferencePrice();
|
||||
totalPrice += (item.getReferencePrice() * count);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
@ -167,7 +167,7 @@ public class MultisellData implements IXmlReader
|
||||
final Item item = ItemTable.getInstance().getTemplate(id);
|
||||
if (item != null)
|
||||
{
|
||||
totalPrice += item.getReferencePrice();
|
||||
totalPrice += (item.getReferencePrice() * count);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
@ -167,7 +167,7 @@ public class MultisellData implements IXmlReader
|
||||
final Item item = ItemTable.getInstance().getTemplate(id);
|
||||
if (item != null)
|
||||
{
|
||||
totalPrice += item.getReferencePrice();
|
||||
totalPrice += (item.getReferencePrice() * count);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
@ -167,7 +167,7 @@ public class MultisellData implements IXmlReader
|
||||
final Item item = ItemTable.getInstance().getTemplate(id);
|
||||
if (item != null)
|
||||
{
|
||||
totalPrice += item.getReferencePrice();
|
||||
totalPrice += (item.getReferencePrice() * count);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
@ -167,7 +167,7 @@ public class MultisellData implements IXmlReader
|
||||
final Item item = ItemTable.getInstance().getTemplate(id);
|
||||
if (item != null)
|
||||
{
|
||||
totalPrice += item.getReferencePrice();
|
||||
totalPrice += (item.getReferencePrice() * count);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
@ -167,7 +167,7 @@ public class MultisellData implements IXmlReader
|
||||
final Item item = ItemTable.getInstance().getTemplate(id);
|
||||
if (item != null)
|
||||
{
|
||||
totalPrice += item.getReferencePrice();
|
||||
totalPrice += (item.getReferencePrice() * count);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
@ -167,7 +167,7 @@ public class MultisellData implements IXmlReader
|
||||
final Item item = ItemTable.getInstance().getTemplate(id);
|
||||
if (item != null)
|
||||
{
|
||||
totalPrice += item.getReferencePrice();
|
||||
totalPrice += (item.getReferencePrice() * count);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
@ -167,7 +167,7 @@ public class MultisellData implements IXmlReader
|
||||
final Item item = ItemTable.getInstance().getTemplate(id);
|
||||
if (item != null)
|
||||
{
|
||||
totalPrice += item.getReferencePrice();
|
||||
totalPrice += (item.getReferencePrice() * count);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
@ -167,7 +167,7 @@ public class MultisellData implements IXmlReader
|
||||
final Item item = ItemTable.getInstance().getTemplate(id);
|
||||
if (item != null)
|
||||
{
|
||||
totalPrice += item.getReferencePrice();
|
||||
totalPrice += (item.getReferencePrice() * count);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
@ -167,7 +167,7 @@ public class MultisellData implements IXmlReader
|
||||
final Item item = ItemTable.getInstance().getTemplate(id);
|
||||
if (item != null)
|
||||
{
|
||||
totalPrice += item.getReferencePrice();
|
||||
totalPrice += (item.getReferencePrice() * count);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
@ -173,7 +173,7 @@ public class MultisellData implements IXmlReader
|
||||
continue;
|
||||
}
|
||||
|
||||
totalPrice += item.getReferencePrice();
|
||||
totalPrice += (item.getReferencePrice() * count);
|
||||
}
|
||||
|
||||
products.add(product);
|
||||
|
@ -167,7 +167,7 @@ public class MultisellData implements IXmlReader
|
||||
final Item item = ItemTable.getInstance().getTemplate(id);
|
||||
if (item != null)
|
||||
{
|
||||
totalPrice += item.getReferencePrice();
|
||||
totalPrice += (item.getReferencePrice() * count);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
@ -167,7 +167,7 @@ public class MultisellData implements IXmlReader
|
||||
final Item item = ItemTable.getInstance().getTemplate(id);
|
||||
if (item != null)
|
||||
{
|
||||
totalPrice += item.getReferencePrice();
|
||||
totalPrice += (item.getReferencePrice() * count);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user