Skip to content

Commit

Permalink
minor docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed Jan 3, 2025
1 parent 6d7ad77 commit 9f6bb48
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/content/en/frontend/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ Check if a product is in stock or not.

```twig
{{ if {shopify:in_stock} }}
...
{{ /if }}
```

Expand All @@ -145,7 +146,6 @@ Return any Shopify customer data associated with the current logged in user, or

```twig
{{ shopify:customer customer_id="my_id" }} ... {{ /shopify:customer }}
```

## Customer Addresses
Expand All @@ -160,7 +160,6 @@ Return any Shopify addresses associated with the current logged in user, or the

```twig
{{ shopify:customer:addresses customer_id="my_id" }} ... {{ /shopify:customer:addresses }}
```

## Customer Address Form
Expand All @@ -175,7 +174,6 @@ Creates a form that directs to the appropriate endpoint for processing a custome

```twig
{{ shopify:address_form customer_id="my_id" }} ... {{ /shopify:address_form }}
```

```twig
Expand All @@ -199,7 +197,6 @@ Return any Shopify addresses associated with the current logged in user, or the

```twig
{{ shopify:customer:orders customer_id="my_id" }} ... {{ /shopify:customer:orders }}
```

This tag also supports pagination:
Expand Down

0 comments on commit 9f6bb48

Please sign in to comment.