Search found 33 matches

by goransabo
24 Dec 2020, 13:35
Forum: TYPO3 extension
Topic: Checkout page without Delivery
Replies: 2
Views: 1363

Re: Checkout page without Delivery

Thank you!
Regards, G.
by goransabo
23 Dec 2020, 13:19
Forum: TYPO3 extension
Topic: Checkout page without Delivery
Replies: 2
Views: 1363

Checkout page without Delivery

Hello!
I heed some help with excluding Delivery from Checkout page!
Thank you & Best regards,
Goran

... and, please, dont't send me links to manuals!

// Typo3 10.4.11 / Aimeos 20.10.4 / PHP 7.3 / Linux //
by goransabo
22 Dec 2020, 19:45
Forum: TYPO3 extension
Topic: Clean URL's [SOLVED]
Replies: 3
Views: 1860

Re: Clean URL's

Here is solution for fixing clean url's Aimeos: type: Extbase namespace: ai defaultController: 'Catalog::list' routes: - { routePath: '/pin/{pin_action}/{pin_id}/{d_name}', _controller: 'Catalog::detail' } - { routePath: '/history/{his_action}/{his_id}', _controller: 'Account::history' } - { routePa...
by goransabo
22 Dec 2020, 19:43
Forum: TYPO3 extension
Topic: Attribute sorting [SOLVED]
Replies: 4
Views: 1969

Re: Attribute sorting [SOLVED]

Here is fix for the problem with correct sort of attributes on product detail page: In Resources/Private/Extensions/ai-client-html/slient/html/templates/common/partials/attribute-standard.php you need to find 131 line: <?php if( $this->config( 'client/html/catalog/attribute/preselect/' . $code, fals...
by goransabo
22 Dec 2020, 12:09
Forum: TYPO3 extension
Topic: Attribute sorting [SOLVED]
Replies: 4
Views: 1969

Re: Attribute sorting

in frontend sorting is incorrect!
by goransabo
21 Dec 2020, 11:11
Forum: TYPO3 extension
Topic: Clean URL's [SOLVED]
Replies: 3
Views: 1860

Re: Clean URL's

I have added: routeEnhancers: PageTypeSuffix: type: PageType default: '' index: '' map: /: 0 feed.xml: 9818 sitemap.xml: 1533906435 newsletter.html: 1562349004 yoast-snippetpreview.json: 1480321830 Aimeos: type: Extbase namespace: ai defaultController: 'Catalog::list' routes: - { routePath: '/pin/{p...
by goransabo
20 Dec 2020, 15:31
Forum: TYPO3 extension
Topic: Preparing for publishment
Replies: 1
Views: 1084

Preparing for publishment

Hello!
I searching a developer for preparing my shop with 3 products for online publish! I'll pay!
Best regards,
Goran

p.s.
4 task to do:
- minicart (auto refresh when added new product)
- clean url's
- correct attributes sorting
- scheduler preparing
by goransabo
19 Dec 2020, 12:22
Forum: TYPO3 extension
Topic: Clean URL's [SOLVED]
Replies: 3
Views: 1860

Clean URL's [SOLVED]

Hello again! :-)
One additional adapt of url's!
By default all url's have prefix and suffix in url's.
Exapmle: mydomain.tld/product-detail/d/product-name/0
How to adapt url's without /d and /0
Exapmle: mydomain.tld/product-detail/product-name

// Typo3 10.4.11 / Aimeos 20.10.4 / PHP 7.3 / Linux //
by goransabo
19 Dec 2020, 11:48
Forum: TYPO3 extension
Topic: Attribute sorting [SOLVED]
Replies: 4
Views: 1969

Attribute sorting [SOLVED]

Hello!
I have one problem with attribute sorting by position or id!
ID and pos (in db) is correct, but on frontend attributes have incorrect position!
Screenshot in attachment!
Best regards,
Goran

// Typo3 10.4.11 / Aimeos 20.10.4 / PHP 7.3 / Linux //
by goransabo
18 Dec 2020, 17:58
Forum: TYPO3 extension
Topic: watermark - uri - preselect
Replies: 4
Views: 2002

Re: watermark - uri - preselect

:-) ok!! I have tried everything, but without success! I don't know what and where I do with it ...!: controller/common/media/standard/options/image/watermark = /path/to/image.png controller/common/media/standard/options/image/name = Imagick The same problem have with url! I have added: plugin.tx_ai...