Search found 7894 matches

by aimeos
08 Feb 2021, 18:15
Forum: Help
Topic: CMS extension
Replies: 62
Views: 60562

Re: Setup new entity for jsonadm

GrapeJS will be only used for creating the page content, not for page layout including navigation and menus. Think of it as an advanced content editor better than CKEditor we are currently using for texts. This is the current state in the repo we are currently working on: admin-cms-list.png admin-cm...
by aimeos
08 Feb 2021, 17:50
Forum: Help
Topic: CMS extension
Replies: 62
Views: 60562

Re: Setup new entity for jsonadm

We didn't continue with Twill because it's more complicated that it should be and it's only an admin backend without frontend. Currently, we are working on a new CMS package using GrapeJS, which is really cool and very customizable: https://grapesjs.com/ It would be great if we could join forces and...
by aimeos
08 Feb 2021, 09:57
Forum: TYPO3 extension
Topic: Bug with multi mandate and customer account emails from scheduler?
Replies: 16
Views: 5303

Re: Bug with multi mandate and customer account emails from scheduler?

In that case, the links to the products must be also wrong. Is that the case?
by aimeos
08 Feb 2021, 09:55
Forum: Laravel package
Topic: Selling by m2
Replies: 3
Views: 763

Re: Selling by m2

Than, you have to write a few lines of custom code. Our suggestion would be to add custom attributes for width and height where users can enter the millimeter values, calculate the mm2 value by javascript and set the number of mm2 in the quantity input field. For the products, you have to set the qu...
by aimeos
08 Feb 2021, 07:53
Forum: TYPO3 extension
Topic: Bug with multi mandate and customer account emails from scheduler?
Replies: 16
Views: 5303

Re: Bug with multi mandate and customer account emails from scheduler?

It's OK because it's in the same subtree for the same site configuration. Don't know why TYPO3 generates a link to the wrong login page.
by aimeos
08 Feb 2021, 07:50
Forum: TYPO3 extension
Topic: Five Things
Replies: 17
Views: 15088

Re: Five Things

Okay, i found that i have to enable every review. Buts only the stars atm and not the reviewtext. I have to configure that? If it donnt will works. how it is to set the reviewfeature off for frontend users To disable the reviews, you have to create your own extension, copy the catalog/detail/body-s...
by aimeos
08 Feb 2021, 07:36
Forum: Laravel package
Topic: Selling by m2
Replies: 3
Views: 763

Re: Selling by m2

Are the width and height totally custom values or are the panels sold in steps like width and height per 10cm?
by aimeos
08 Feb 2021, 07:35
Forum: Help
Topic: Add product to basket return out of stock error
Replies: 2
Views: 1162

Re: Add product to basket return out of stock error

If it's only related to some customers, it's most likely a site related issue, i.e. the customer record uses another site ID than the stock record for the product.
by aimeos
08 Feb 2021, 07:30
Forum: Laravel package
Topic: Setup new entity for jsonadm
Replies: 2
Views: 1302

Re: Setup new entity for jsonadm

You need to implement a JSON REST endpoint for your page manager like the catalog endpoint in the jsonadm extension:
https://github.com/aimeos/ai-admin-json ... in/JsonAdm
by aimeos
06 Feb 2021, 16:42
Forum: Laravel package
Topic: price filter under category
Replies: 2
Views: 1015

Re: price filter under category

1.) Create your own extension: https://aimeos.org/extensions
2.) Overwrite the template for the catalog lists page: https://aimeos.org/docs/latest/frontend ... templates/
3.) Add a condition to that template based on the category ID you get by using

Code: Select all

$catid = $this->param('f_catid')