Jump to content
xt:Commerce Community Forum

Select ( beim Warenkorb ) übernimmt nicht den Wert, sondern den Index / Problem wg. Nachkommastellen


oldbear
 Share

Recommended Posts

hallo,

wähle ich im Produkt die Mengenauswahl per Dropdown aus, wird nicht der Wert von "text" in $qtyOptions[x] ausgegeben, sondern der Index:

{form params="id='form-qty-`$products_id`' data-width='7em' data-style='btn btn-sm btn-default btn-qty'" type="select" name="qty" value=$qtyOptions default="0"}

liefert als $_POST-Variable für die  Menge nicht den Wert von "text", sondern den Index "id"

qtyOptions => Array (31)
  0 => Array (2)
    id => 0
    text => "0.5"
  1 => Array (2)
    id => 1
    text => 0.6
  2 => Array (2)
    id => 2
    text => 0.7
usw.

Wo ist diese Verhalten festgeschrieben bzw. wie kann ich den Wert "text" an $_POST übergeben ?

PLAN B wäre natürlich, über einen zusätzlichen Parameter kenntlich zu machen, dass es sich hier evt. um "krumme" Werte handelt und im Form-Handler die übergebene Menge auszutauschen.

bei xt_responsive wäre das machbar, bei ew_evelations geht das Dropdown garnicht ( hängt sich auf, keine Ausgabe von $_POST ), ich komme garnicht bis zum Form-Handler.

Grüsse

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
  • Create New...