Jump to content

Dodatkowe zakładki na stronie produktu


MLipski

Recommended Posts

Witam serdecznie!

Wstawiłem pole input do strony dodawania/modyfikacji produktu oraz dodałem kolumnę do ps_product, lecz nie mam pojęcia co zrobić by po kliknięciu 'zapisz' wywołać funkcję, która zapisze dane do bazy.

Formularz dodałem przez views/templates/hook/
 

<div class="m-b-1 m-t-1">
    <fieldset class="form-group">

        <div class="col-lg-12 col-xl-4">
            <label class="form-control-label">{l s='Przykladowe pole' mod='dodatkoweZakladki'}</label>
            <input class="form-control" name="custom_field" type="text">
        </div>

    </fieldset>
    <div class="clearfix"></div>
</div>

Będę wdzięczny za choćby nakierowanie :)

Edited by MLipski (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...