Skip to content

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

@mikesnoeren

Description

@mikesnoeren

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions