Suche
Resultate (861)
- GX-Bug #69278 (Erledigt): Kategorien / Artike ... rdner /images/categories/icons gelöscht wurde
- Wenn der Ordner /images/categories/icons gelö ... : An error is displayed and the overview of products / categories is not accessible, Expected ... erview should still be accessible afterwards.
- GX-Bug #69277 (Erledigt): Kategorien / Artike ... if the folder /images/categories/ was deleted
- Wenn der Ordner /images/categories/ gelöscht ... : An error is displayed and the overview of products / categories is not accessible, Expected ... erview should still be accessible afterwards.
- GX-Bug #69272 (Erledigt): Missing option value images on products page
- The option value images aren't displayed on the products pages of the Gambio Shop. Steps to reprod ... empty image placeholder for the option values
- GX-Feature #69270 (Gemeldet): Zeitgesteuerte Rabattfunktionen | Time-controlled discount functions
- Wir haben von Kundenseite die Anregung erhalt ... Discount (percent or absolute value) for all products 2. Discount (percent or absolute value) for products in selected categories 3. Discount (percent or absolute value) for products if prices are within a certain range (for instance between 100 and 200 euros, products are discounted x amount) 4. Discount (percent or absolute value) for products of selected manufacturers
- GX-Bug #69244 (Erledigt): Doppelte Anzeige de ... ge is displayed twice when adding a new value
- Wird über den Reiter _**Optionen**_ der Artik ... product mask under _**Catalog > Categories / Products**_, the setting _**Image**_ is displayed twi ... duct options under _**Catalog > Categories / Products**_ - open the tab _**options**_ - open the ... esult: setting _**Image**_ is displayed twice
- GX-Task #69231 (Erledigt): Refactor taxes cal ... ice::getPrice() to include multiple tax rates
- _Refactor the following:_ * **`src/GambioAdm ... ice 5 1. Navigate to Catalog > Categories / Products 1. Create new product with the following in ... e 03 price: 8.4 / 8.4034 / 11.90 / 15.0
- GX-Bug #69224 (Erledigt): Wenn man im Gambio ... tikel nicht verschieben - When searching for products / categories in the Gambio Admin, you can not move the found products...
- Wenn man im Gambio Admin nach Artikel / Kateg ... ewählt wurde. ----- When searching for products / categories in the Gambio Admin, it is not possible to move the found products from the search result. Can be reproduced ... search, you should be able to move the found products. Actual result: You can't move products or categories from a search result because t ... egory was preselected in the module window.
- GX-Abgewiesen #69219 (Abgewiesen): Man kann k ... te unterschiedlichen Optionen zugeordnet sind
- Wenn die gleichen Optionswerte unterschiedlic ... importiert und die Zuordnung in der Tabelle "products_options_values_to_products_options" dann vornimmt. Da die Werte in der Tabelle products_attributes nicht eindeutig sind mit dieser Zuweisung muss die products_id mit angegben werden im ein eindeutiges Er ... ->distinct() ->from('products_attributes') ->where('options_v ... ions, it is no longer possible to delete the products from the shopping cart, because the ids are ... r option Actual result: You can't delete products from the basket if the same option values ar ... P and then make the assignment in the table "products_options_values_to_products_options". Since the values in the table products_attributes are not unique with this assignment, the ...
- GX-Task #69215 (Erledigt): Man kann über die ... or the price via API without the other values
- Man kann über die API den Bestand oder den Pr ... cht verlangt werden. Ein PATCH Endpunkt für /products/{productId}/variants fehlt. Aktuell kann ... ould not be requested. A PATCH endpoint for /products/{productId}/variants is missing. Currentl ... n without also transmitting the other values.
- GX-Bug #69210 (Erledigt): Wenn man Varianten ... anlegen will, wird der Preis nicht übernommen
- Wenn man Varianten über die API v3 erstellt u ... die API folgendenen Aufruf durch: api.php/v3/products/:productsId:/variants ``` javascript [ { ... e the following call via the API: api.php/v3/products/:productsId:/variants ``` javascript [ { ... rice, which remains 0 EUR in the new variant.