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

Since updating to 1.4.4 (craft 3) this plugin throws an error. #20

Open
mikesnoeren opened this issue Aug 9, 2022 · 0 comments
Open

Comments

@mikesnoeren
Copy link

Recently updated the plugin to 1.4.4 on multiple projects, since that update we're running into the following error when submitting our form: Key "locale" is not a column name and can not be used as a filter

<form method="POST">
    {{ csrfInput() }}
    {{ redirectInput(url(product.url, { 'notify':1 })) }}
    <input type="hidden" name="action" value="craft-commerce-back-in-stock/base/register-interest">
    <input type="hidden" name="variantId" value="{{ variant.id }}">

    <label class="field_group">
        <input type="email" name="email" placeholder="Email" value="{{ cart.email ?? '' }}" required>
    </label>
    <button type="submit" class="button secondary">{{ 'button_stock_notify'|t }}</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant