Giter Club home page Giter Club logo

cart_events's People

Contributors

davidjakob avatar extcode avatar tritum-steiger avatar tritumdg avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cart_events's Issues

addToCart form framework finisher

In order to allow to individualize products when adding them to the cart, a new addToCart finisher for the form framework allow to load a form and submit the form with the selected product. The fields are handled as frontend variants in the cart product. They have no intended impact on the price or stock handling.

This feature supports all product extension but it's implemented for cart_events first. It allows to use different forms to get some more information from the participants like first and last name, twitter handle or preferred food.

fix argument key check for form_definition

Currently the arguments for an event form_definition is matched to start with "cart-events-". This requires the identifier of a form definition starts with "cart-events-". If a editor creates a for with the form manager in backend the identifier is calculated by the given form name. The editor has no chance to fix the identifier in the form editor.
The verification for a valid Cart Events form has to be solved differently.

No Rendering of eventDates in Frontend (Templates/Event/Show.html)

Hi, this isn't working:

                <f:for each="{eventDate.dates}" as="date">
                    <div class="date" data-uid="date-{date.uid}">
                        <f:format.date date="{date.begin}" format="d.m.Y H:i" /> - <f:format.date date="{date.end}" format="d.m.Y H:i" />
                    </div>
                </f:for>

I'm using:

                  <div class="date" data-uid="date-{date.uid}">
                       <f:format.date date="{eventDate.begin}" format="d.m.Y H:i" /> - <f:format.date date="{eventDate.end}" format="d.m.Y H:i" />
                   </div>

but I'm not sure, if thats the right way to do, any hints for me?

prepare release

Release version 2.2.0 for TYPO3 v9 and 1.2.0 for TYPO3 v8.

Move changelog in documentation

Move the changelog for Version 1.x and 2.x one level up. Change Structure to minor version specific Feature RSTs.
Remove the ToDo list from documentation.

{event.files} isn't used in Templates/Partials

I couldn't find any usage of the event files, is that right? To show them in the frontend (single view), I'm using the following Code now:

    <f:if condition="{event.files}">
        <p><strong>Downloads</strong></p>
        <f:for each="{event.files}" as="downloadItem">
            <span class="event-file">
                <a class="btn" href="{downloadItem.originalResource.publicUrl -> f:format.htmlspecialchars()}" target="_blank">
                    {f:if(condition:downloadItem.originalResource.title, then:downloadItem.originalResource.title, else:downloadItem.originalResource.name)}
                </a>
            </span>
        </f:for>
    </f:if>

Would the be interesting to have it in the Standard Templates?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.