Skip to content

Commit

Permalink
update documentation to include branch code and remove type
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus Lara committed Oct 24, 2016
1 parent 971c5ea commit ec3594d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ Any combination of the optional attributes is possible. Below we show some examp
```JSP
<reevoo:customerExperienceReviews />
<reevoo:customerExperienceReviews trkref="<TRKREF>"/>
<reevoo:customerExperienceReviews trkref="<TRKREF>" branchCode="<BRANCH_CODE>"/>
<reevoo:customerExperienceReviews numberOfReviews="<NUMBEROFREVIEWS>"/>
<reevoo:customerExperienceReviews locale="<LOCALE>"/>
<reevoo:customerExperienceReviews trkref="<TRKREF>" locale="en-GB" numberOfReviews="<NUMBEROFREVIEWS>"/>
Expand All @@ -340,7 +341,7 @@ If you set the ```paginated``` attribute to true, the embedded reviews will show
If you would like to fall back to some content when Reevoo content is not available, just specify it within the tag:

```JSP
<reevoo:customerExperienceReviews sku="<SKU>">
<reevoo:customerExperienceReviews trkref="<TRKREF>">
<p>Sorry we don't have any customer experience reviews available right now</p>
</reevoo:customerExperienceReviews>
```
Expand Down

0 comments on commit ec3594d

Please sign in to comment.