Search found 110 matches

by tenkraD
09 Jun 2020, 11:25
Forum: TYPO3 extension
Topic: How to prevent loading of aimeos.css
Replies: 5
Views: 2239

Re: How to prevent loading of aimeos.css

Can you check your Page object in TS Browser?
Maybe you have it under page.XX.includeCSS.aimeos

page.10.includeCSS.aimeos >

Its working for me, maybe the admin knows your solution.
by tenkraD
09 Jun 2020, 10:22
Forum: TYPO3 extension
Topic: How to prevent loading of aimeos.css
Replies: 5
Views: 2239

Re: How to prevent loading of aimeos.css

Typo3 Site cache deleted?

Because it works for me
by tenkraD
09 Jun 2020, 09:56
Forum: TYPO3 extension
Topic: How to prevent loading of aimeos.css
Replies: 5
Views: 2239

Re: How to prevent loading of aimeos.css

https://aimeos.org/docs/TYPO3/Use_custom_themes

page.includeCSS.aimeos >
page.includeCSS.aimeos-common >
page.includeCSS.aimeos-custom >


page.includeCSS.tx_aimeos >
by tenkraD
16 Jan 2020, 18:58
Forum: TYPO3 extension
Topic: Input Type Checkbox no Value & no name submitted
Replies: 1
Views: 1104

Input Type Checkbox no Value & no name submitted

I've made an Form with an Checkbox Input Field. The Field name and the value will not be submitted with input type="checkbox" <div class="input-group checkbox-new"> <input type="checkbox" class="form-control-checkbox-code" name="<?= $enc->attr( $this->for...
by tenkraD
14 Dec 2019, 15:53
Forum: TYPO3 extension
Topic: JS Error in Aimeos Lib
Replies: 5
Views: 2459

Re: JS Error in Aimeos Lib

A quick and dirty sollution would be this.
product.data("urldata", csrf);
if( typeof entry.links !== "undefined"){
product.data("url", entry.links.self.href);
}
//product.data("url", entry.links.self.href);
by tenkraD
14 Dec 2019, 14:59
Forum: TYPO3 extension
Topic: JS Error in Aimeos Lib
Replies: 5
Views: 2459

Re: JS Error in Aimeos Lib

And while playing with the jsonapi i saw something in the template and im a bit confused. File: aimeos/Resources/Private/Extensions/ai-client-jsonapi/client/jsonapi/templates/basket/standard.php At line 262 it has this code <?php if( $this->item->getId() === null ) : ?> , "basket/product":...
by tenkraD
14 Dec 2019, 14:42
Forum: TYPO3 extension
Topic: JS Error in Aimeos Lib
Replies: 5
Views: 2459

Re: Uncaught TypeError Aimeos updateBasket / Jsonapi

Pic Step 2 and Step 4
by tenkraD
14 Dec 2019, 14:41
Forum: TYPO3 extension
Topic: JS Error in Aimeos Lib
Replies: 5
Views: 2459

JS Error in Aimeos Lib

Hi Admin, i am playing with the aimeos jsonapi and run into an error i couldn't fix. My first attempt was that it has to do with my own extension, but after awhile of frustrating debugging and digging deeper into the code, i tried it on the aimeos demo site and saw that the error also exist there. H...
by tenkraD
12 Dec 2019, 19:28
Forum: TYPO3 extension
Topic: Adding a Configuration Options without default Options
Replies: 8
Views: 3496

Re: Adding a Configuration Options without default Options

As usually, thanks for your fast support and your great work.
Hail to opensource!

Thanks tenkraD
by tenkraD
11 Dec 2019, 14:34
Forum: TYPO3 extension
Topic: Adding a Configuration Options without default Options
Replies: 8
Views: 3496

Re: Adding a Configuration Options without default Options

https://github.com/aimeos/ai-client-jsonapi/blob/master/client/jsonapi/src/Client/JsonApi/Standard.php#L104 Same behavior for jsonapi. Would be great if you can add domains and ressources without default one's by config, since the config option "client/jsonapi/resources" exist. Greets tenk...