Search found 58 matches

by heural
03 May 2023, 11:56
Forum: TYPO3 extension
Topic: Request fot coupon not working
Replies: 3
Views: 17612

Re: Request fot coupon not working

No, I mean

Code: Select all

  fetch(product.data("url"), {
there is no "product" object present.

So if i change to

Code: Select all

 fetch(ev.currentTarget.form.action, {
the request works.
by heural
25 Apr 2023, 08:36
Forum: TYPO3 extension
Topic: Request fot coupon not working
Replies: 3
Views: 17612

Request fot coupon not working

Hi Aimeos-Team, if I request a coupon code in the basket, the called url in the xhr-Request is http://maydomain/ undefined The code in basket-standard.js makes no sense for me: what is product.data("url")? onSubmit() { $(document).on("submit", ".basket-standard form", e...
by heural
17 Apr 2023, 09:23
Forum: Help
Topic: Determine select article from a default product
Replies: 1
Views: 2078

Determine select article from a default product

Hi Aimeos-Team, is there a "elegant" way to determine the "parent" select article within a default article? Background: We add from an external service a default product into the basket. But if is part of a select article (variant) then the basket order line should link to the de...
by heural
17 Apr 2023, 07:21
Forum: Help
Topic: Add link "to checkout" in mini basket
Replies: 2
Views: 2232

Re: Add link "to checkout" in mini basket

Documentation...it could be so easy
Thank you!
by heural
04 Apr 2023, 12:27
Forum: Help
Topic: Add link "to checkout" in mini basket
Replies: 2
Views: 2232

Add link "to checkout" in mini basket

Hi Aimeos-Team, how can I add a link in mini-basket "to checkout" to go directly to the checkout pages. I overwrite the template for the mini basket: <div class="to-checkout"> <a class="btn btn-primary" href="<?= $enc->attr( $this->link( 'client/html/checkout/stand...
by heural
30 Mar 2023, 14:20
Forum: TYPO3 extension
Topic: Job customer/email/account not working
Replies: 1
Views: 4089

Job customer/email/account not working

Hi Aimeos-Team, if I start the job (Typo3-Scheduler) customer/email/account then this error occured: Die Ausführung von Task "Aimeos Shop Planer (aimeos)" ist fehlgeschlagen mit folgender Meldung: An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user ''@'localhost'...
by heural
14 Mar 2023, 08:30
Forum: Help
Topic: Ckeditor - configure styles
Replies: 1
Views: 2041

Re: Ckeditor - configure styles

Ok, i´ve found it.
Instead of "stylesSet":

Code: Select all

style: {
        definitions: [
            {name: 'Button', element: 'a', classes: ['btn-primary']}
        ]
    }
by heural
14 Mar 2023, 07:40
Forum: Help
Topic: Ckeditor - configure styles
Replies: 1
Views: 2041

Ckeditor - configure styles

Hi Aimeos-Team, how can I configure the ckeditor´s styles-dropdown? I have activated the styles-dropdown in my custom overwrite /themes/admin/jqadm/custom.js but it´s empty. "stylesSet" does not work, see code below. Is the js-object "Aimeos.ckeditor" the same as "CKEDITOR.c...
by heural
14 Mar 2023, 07:23
Forum: Help
Topic: Typo3: 503 after upgrade aimeos
Replies: 2
Views: 2238

Re: Typo3: 503 after upgrade aimeos

Yes it works,
thank you!