Search found 29 matches

by kimholberg
28 Oct 2017, 16:13
Forum: TYPO3 extension
Topic: How to apply my own theme
Replies: 5
Views: 3802

Re: How to apply my own theme

I have set the config as described in your link, cleared cache but nothing happends. Still the default theme 'Elegance'. This is my settings: client: html: account: favorite: url: action: index watch: url: action: index catalog: lists: items: template-body: checkout: standard: summary: option: terms...
by kimholberg
28 Oct 2017, 16:05
Forum: TYPO3 extension
Topic: Using Jobs in Neos
Replies: 2
Views: 1216

Using Jobs in Neos

I am trying to get Jobs working in Neos by using this manuel in command line instruction: ./flow aimeos:jobs "order/cleanup/unfinished" but get this message: bitnami@ip-172-31-73-205:/opt/bitnami/apps/neos/htdocs$ ./flow aimeos:jobs "order/cleanup/unfinished" The URI must be a va...
by kimholberg
28 Oct 2017, 13:20
Forum: TYPO3 extension
Topic: How to change templates
Replies: 12
Views: 5115

Re: How to change templates

In my own extension (ai-twelveinch) manifest i have following: return array( 'name' => 'ai-twelveinch', 'depends' => array( 'aimeos-core', 'ai-admin-extadm', 'ai-admin-jqadm', 'ai-admin-jsonadm', 'ai-client-html', 'ai-client-jsonapi', 'ai-controller-jobs', ), 'include' => array( 'lib/custom/src', 'c...
by kimholberg
26 Oct 2017, 21:33
Forum: TYPO3 extension
Topic: How to apply my own theme
Replies: 5
Views: 3802

How to apply my own theme

As recommended i have created my own extension and copied the hiraki of folders, so they are identical with ai-client-html. This includes my own theme. How do i get the shop to recognize my new theme instead of elegance. Could not find any instruction to this even in the 'Developers/Themes/Adapt exi...
by kimholberg
26 Oct 2017, 21:26
Forum: TYPO3 extension
Topic: How to change templates
Replies: 12
Views: 5115

Re: How to change templates

Thanks for your reply. As far as i could see, i needed to change the products-default in the common templates folder, then a change is happening (did this in ai-client-html). Then i tried to do this in my own extension (called ai-twelveinch) but nothing happends. Why not?
by kimholberg
25 Oct 2017, 18:24
Forum: TYPO3 extension
Topic: How to change templates
Replies: 12
Views: 5115

Re: How to change templates

Yes i cleared the caches and also configured to develope with no cache via Settings.yaml file nothing changes. See image upload of both file tree where i have changed 'items-body-list.php' - but nothing shows any change in either of them. ai-twelveinch.png ai-client-html.png Can you confirm that thi...
by kimholberg
24 Oct 2017, 16:40
Forum: TYPO3 extension
Topic: How to change templates
Replies: 12
Views: 5115

How to change templates

On my front page (shop/list) i want to move the bottom text of the product, up on top of the product image. So, i have created an extension via Aimeos extension builder named: ai-myname and placed this in the Extension folder of Neos. Then i copied the templates from client/html/templates and placed...
by kimholberg
12 Oct 2017, 11:04
Forum: TYPO3 extension
Topic: Upload of many unique coupon codes
Replies: 10
Views: 3794

Re: Upload of many unique coupon codes

One question more about bulk upload of coupon codes:

Is there any restrictions to the format of the code, like i want to use a code like this:

MINT08G67cH2 (25.000 unique codes like this)

Regards
by kimholberg
11 Oct 2017, 20:44
Forum: TYPO3 extension
Topic: Upload of many unique coupon codes
Replies: 10
Views: 3794

Re: Upload of many unique coupon codes

Thanks, will wait then...