Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cart Accessibility #2444

Open
rburch opened this issue Apr 5, 2023 · 0 comments
Open

Cart Accessibility #2444

rburch opened this issue Apr 5, 2023 · 0 comments
Labels
Milestone

Comments

@rburch
Copy link

rburch commented Apr 5, 2023

Noticed that the Quantity fields in templates/iso_collection_default.html5 don't have labels

They should probably look something like this:

<td class="col_<?= $i++ ?> quantity">
        <?php if($this->isEditable): ?>
<label for="quantity[<?= $item['id'] ?>]">Quantity</label>
            <input name="quantity[<?= $item['id'] ?>]" id="quantity[<?= $item['id'] ?>]" type="text" class="text" value="<?= $item['quantity'] ?>" maxlength="10">
        <?php else: ?>
            <?= $item['quantity'] ?> x
        <?php endif; ?>
        </td>
@aschempp aschempp added the bug label Apr 12, 2023
@aschempp aschempp added this to the 2.9.0 milestone Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants