CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #39387

Ticket ordering in calendar ignores number of ordered tickets

Added by Ulfried Herrmann 11 months ago. Updated 7 months ago.

Status:Resolved Start date:2012-07-30
Priority:Must have Due date:2012-12-02
Assignee:Dirk Wildt % Done:

100%

Category:Templating Spent time: 1.25 hour
Target version:2.1.9 Estimated time:1.00 hour
Votes: 0

Description

Subsequent to each calendar single view is a form to order tickets for the rescpective event. Any number of tickets > 1 will be ignored, only one ticket will be added to cart. (Updating number in cart is nevertheless possible.)
Reason: wrong value for attribute 'name' in field `quantity` (should be "qty").
The following fixes it:

plugin.tx_browser_pi1.views.single.201.marker.my_form_end.wrap (
            </select>
            <input type="text"   name="qty" class="quantity" value="1" />
            <input type="submit" name="submit"               value="|" />
          </fieldset>
        </form>
)

The static TypoScript has to be fixed.
I'll take care of it.

Associated revisions

Revision 64959
Added by Ulfried Herrmann 11 months ago

2.1.0 +++ Bug #39387: Ticket ordering in calendar ignores number of ordered tickets

Revision 64959
Added by Ulfried Herrmann 11 months ago

2.1.0 +++ Bug #39387: Ticket ordering in calendar ignores number of ordered tickets

History

Updated by Ulfried Herrmann 11 months ago

Thanks to Andreas Siemer who reported this issue.

Updated by Ulfried Herrmann 11 months ago

  • % Done changed from 50 to 100

Updated by Dirk Wildt 7 months ago

  • Due date changed from 2012-07-31 to 2012-12-02
  • Status changed from Accepted to Resolved
  • Assignee changed from Ulfried Herrmann to Dirk Wildt
  • Target version changed from 2.1.0 to 2.1.9

Also available in: Atom PDF