> For the complete documentation index, see [llms.txt](https://docs.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verifone.com/hardware-products/hardware/petroleum-devices/ruby/ruby2-quick-reference-guide/more-sales-functions.md).

# More Sales Functions

### Item Sale with ID Check

Age restrictions may apply to items entered as PLUs and/or Open Department sales.

{% stepper %}
{% step %}

### When the first age-restricted item is entered

The system prompts for the customer's birth date.
{% endstep %}

{% step %}

### Check ID and enter the birth date

After checking ID according to store policies and procedures, do one of the following:

* Manually enter `<birth date>` and touch \[OK].
* Slide the ID card through the mag-stripe reader.
* Scan the 2D bar code with a supported scanner.
  {% endstep %}

{% step %}

### Complete the sale

If the customer is old enough for the purchase, the item is added to the transaction.

If the customer is not old enough for the purchase, the system displays an error message, the sale is refused, and it is not added to the transaction.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Prompt for birth date occurs once per transaction. Subsequent age restricted items added to the same transaction use the information entered at step 2 to determine whether or not a purchase is permitted.
{% endhint %}

### Touch to Modify

Modifying non-fuel items before the payment is tendered.

{% stepper %}
{% step %}
Touch the line item to be changed.
{% endstep %}

{% step %}
Select the function desired from the menu displayed.
{% endstep %}

{% step %}
Enter additional information that may be required and touch \[OK]. Line item in ticket window reflects the change made.
{% endstep %}
{% endstepper %}

### Repeat Last Item

Touch \[Repeat Last] to duplicate the last non-fuel item entered into the transaction.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.verifone.com/hardware-products/hardware/petroleum-devices/ruby/ruby2-quick-reference-guide/more-sales-functions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
