Suche
Resultate (422)
- GX-Feature #70576 (Erledigt): Tabs-Widget erstellen / Create a Tabs Widget
- **After** the `RepeaterOption` is ready, we n ... ns should be defined as an option (JSON) - `attributes`: - `min: int` - `max: int` ... ng` - `defaultActiveIndex: int` The `attributes` field must have: - `min: int`: minimum nu ... "label" : "Tabs", "attributes" : { "min" : 1, ... s.text.label", "attributes" : { "plac ... } ] ........ ```
- GX-Feature #70548 (Erledigt): Erstellen einer ... tion in SE4 / Create a repeater option in SE4
- A repeater option would be handy when creatin ... "label" : "Tabs", "attributes" : { "min" : 1, ... t.options.text.label", "attributes" : { "placeholder" ... Field": "content", "attributes": { "placehold ... ew widgets: `Tabs, Carousel, Accordion, etc`.
- GX-Bug #70514 (Anerkannt): Kategorie Erstellung nutzt noch "Artikelattribute" | Creation of a category still uses "article attributes"
- 1. Installiere eine 4.8.0.1. 2. Gehe in den ... findet sich noch eine Option zu den "Artikelattributen" (siehe Screenshot). Diese sind nun aber ja ... The category master data still uses "article attributes" / "Artikelattribute" (see screenshot). This should be changed because they are now called additional options
- GX-Feature #70428 (Gemeldet): Google Feed Attribute individuell festlegen / Set Google Feed attributes individually
- Es wäre wünschenswert wenn man selbst bestimmen kann, welche optionale Attribute ebenfalls mit dem Google Feed exportiert wer ... rable to be able to determine which optional attributes should also be exported with the Google Feed
- GX-Bug #70262 (Erledigt): Afterbuy - Bestelle ... export does not escape XML strings correctly
- The order export functionality via the XML-AP ... e XML strings properly. For example, if some attribute contains `&`. Another problem is that the e ... th messages that orders are already exported.
- GX-Bug #70261 (Erledigt): Afterbuy - "Bezahlt ... h gesetzt | "Payment date" is set incorrectly
- When exporting orders to Afterbuy, the payment date (`<PaymentDate>` XML attribute) is set to the current date, which is wrong. The solution should omit the attribute if the order status is not marked as paid. I ... orders_status_history` to determine the date.
- GX-Feature #70204 (Abgewiesen): Implement registration of routes with php attribute in addition to routes.php
- One of php8.0 new features are the attributes. With which custom information can be parse ... sponse; use Gambio\Core\Application\Routing\Attribute\Route; /** * Class TestRouteWithAttribute * * @package Gambio\Api\Modules\Customer ... \App\Actions */ #[Route('/api.php/v3/test-attributes', 'GET')] class TestRouteWithAttribute { /** * @param Request $request ... thout needing to look it up in the routes.php
- GX-Feature #70177 (Gemeldet): Anlegen von Produktfamilien / Creation of product families
- Product families let the merchant create a set of related products that can have differing attributes (size, description, images) and are all tre ... remain on the page as it works for variants.
- GX-Feature #70175 (Gemeldet): Kopieren von Optionswerten / Copying of option values
- Make it possible to copy option values and ea ... oducts. This used to be possible for the old attributes.
- GX-Feature #70173 (Erledigt): Unterstützung n ... op / Support of new image formats in the shop
- Der Shop sollte neue Bild- bzw. Grafikformate ... lly, image tags receive the `loading="lazy"` attribute. To test this: - Install shop (including ... heme should now display the image as usual.