Sale!

product_cogs = ProductsCogs.objects.create(product=product,product_cost = Decimal((product.price * Decimal(0.8))) )

Original price was: 99.00৳ .Current price is: 49.00৳ .

Category:
                if created:
                    product_cogs = ProductsCogs.objects.create(product=product,product_cost = Decimal((product.price * Decimal(0.8))) )

Reviews

There are no reviews yet.

Be the first to review “product_cogs = ProductsCogs.objects.create(product=product,product_cost = Decimal((product.price * Decimal(0.8))) )”

Your email address will not be published. Required fields are marked *

Scroll to Top