Skip to content

Commit 76a720c

Browse files
authored
Merge pull request #937 from w3bdesign/develop
1.0.8
2 parents ddec6db + e4e3d93 commit 76a720c

File tree

3 files changed

+69
-94
lines changed

3 files changed

+69
-94
lines changed

components/Checkout/OrderDetailsCartItem.component.jsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,11 @@ const OrderDetailsCartItem = ({ item }) => {
1313
alt={item.image.title}
1414
/>
1515
</td>
16-
1716
<td className="px-4 py-2 border">{item.name}</td>
18-
1917
<td className="px-4 py-2 border">
2018
kr {'string' !== typeof item.price ? item.price.toFixed(2) : item.price}
2119
</td>
22-
2320
<td className="px-4 py-2 border">{item.qty}</td>
24-
2521
<td className="px-4 py-2 border">
2622
{'string' !== typeof item.totalPrice
2723
? totalPrice.toFixed(2)

package-lock.json

Lines changed: 68 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-woocommerce",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Next.js WooCommerce webshop",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)