whole eshop is now in euro
This commit is contained in:
@@ -32,7 +32,6 @@ pub fn product_card(
|
||||
"on_sale": priced.is_reduced(),
|
||||
"is_business": priced.is_business,
|
||||
"regular_price": format_price(priced.regular_cents),
|
||||
"currency": product.currency,
|
||||
"sku": representative.sku,
|
||||
"stock": representative.stock,
|
||||
"tracked": representative.tracked(),
|
||||
@@ -71,7 +70,6 @@ pub fn product_form(product: &products::Model, images: &[product_images::Model])
|
||||
"slug": product.slug,
|
||||
"description": product.description,
|
||||
"short_description": product.short_description,
|
||||
"currency": product.currency,
|
||||
"published": product.published,
|
||||
"category_id": product.category_id,
|
||||
"images": images
|
||||
|
||||
Reference in New Issue
Block a user