Small Configuration-things socialicons, catalog home, stocklevel...

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Shopmister
Posts: 92
Joined: 15 Jan 2021, 11:02

Small Configuration-things socialicons, catalog home, stocklevel...

Post by Shopmister » 16 Feb 2021, 09:03

TYPO3 Version
TYPO3 Version
10.4.12
Webserver
Apache
PHP Version
7.3.19-1~deb10u1
Database (Default)
MySQL 5.5.5-10.3.27-MariaDB-0+deb10u1
Application Context
Production
Operating System
Linux 4.19.0-9-amd64
Good morning, i have many small questions
1) How i can set values for the social media icons? And where i can disable then?
Or i have to go in the templates and the delete the parts?

2) Where i can set the ibandata/bankdata for the customer emails/pdffiles
and how i can let send an aotmatically pdf in the mail. Not only by the paymant per invoice

3) How i can fill the catalog home inklusive the banner. cant find it

4) Can i customize the value when the stocklevel get green and orange, easyly?

5) How to get the searchfield in the manual aimeos? In the distribution its there. its only an setting?

ps.
What crontab/schedulertask is that. isetted 5, like the dokumentation and my question is, if you can tell me wich it has to be

Required configuration for "controller/jobs/product/export/sitemap/location" is missing#0 /home/users/username/www/Typo3_10/Aimeos_2021/typo3conf/ext/aimeos/Resources/Private/Extensions/ai-controller-jobs/controller/jobs/src/Controller/Jobs/Product/Export/Sitemap/Standard.php(53): Aimeos\Controller\Jobs\Product\Export\Sitemap\Standard->createContainer()
#1 /home/users/username/www/Typo3_10/Aimeos_2021/typo3conf/ext/aimeos/Classes/Scheduler/Base.php(62): Aimeos\Controller\Jobs\Product\Export\Sitemap\Standard->run()

ps2:
To disable the reviews, you have to create your own extension, copy the catalog/detail/body-standard template and remove the review section. You can also remove the the account/profile plugin by disabling it in the account page.
I have to put the files in my own extension in a classes folder and have to registrate the classes folder, or can i copy the html from the aimeos templates without the php in my extension and owerwrite so?
i have no idea from php, :O. Every time vefore in typo3 i did overwrite from the Public/Recources...folder and not with the classes.

User avatar
aimeos
Administrator
Posts: 7885
Joined: 01 Jan 1970, 00:00

Re: Small Configuration-things socialicons, catalog home, stocklevel...

Post by aimeos » 17 Feb 2021, 08:59

It might be better to create one topic for each question so it's easier to reply.
Shopmister wrote: 16 Feb 2021, 09:03 1) How i can set values for the social media icons? And where i can disable then?
Or i have to go in the templates and the delete the parts?
https://aimeos.org/docs/2020.x/config/c ... og-social/

Use the search bar in https://aimeos.org/docs to find configuration settings you are looking for.
Shopmister wrote: 16 Feb 2021, 09:03 3) How i can fill the catalog home inklusive the banner. cant find it
Add an image of type "stage" to the "Home" category and products with type "promotion"
Shopmister wrote: 16 Feb 2021, 09:03 4) Can i customize the value when the stocklevel get green and orange, easyly?
https://aimeos.org/docs/2020.x/config/c ... ock/#level
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Shopmister
Posts: 92
Joined: 15 Jan 2021, 11:02

Re: Small Configuration-things socialicons, catalog home, stocklevel...

Post by Shopmister » 18 Feb 2021, 08:00

1) Social Media Links:
Works
- Disable SOcial mediabuttons or change the row
its not working:
plugin.tx_aimeos.settings.client.htmlcatalog.social.list = Array
{
0 = pinterest
1 = facebook
2 = twitter
}

SOmething wrong? i think i dont understand what to write at "Array" maybe

3) I think it works. But not so importand. i will tests at another time

4) Stocklevel customizing is working
thanks

Ps. Okay, i will write some more topics for a few things, you didnt answer and i dont know hopw to use,
or dont have a solution :)

User avatar
aimeos
Administrator
Posts: 7885
Joined: 01 Jan 1970, 00:00

Re: Small Configuration-things socialicons, catalog home, stocklevel...

Post by aimeos » 19 Feb 2021, 08:16

Take a look at this article to understand how to use the configuration in TYPO3:
https://aimeos.org/docs/latest/typo3/customize/
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Shopmister
Posts: 92
Joined: 15 Jan 2021, 11:02

Re: Small Configuration-things socialicons, catalog home, stocklevel...

Post by Shopmister » 22 Feb 2021, 12:50

The Social Icons works now.
How can i add new social icons?
i tryed that:

plugin.tx_aimeos.settings.client.html.catalog.social.url.test = https://duckduckgo.com

I added in css:
.catalog-detail .catalog-social .social-button-test:before {
content: "\f0d2";
}

But how i find the pictures? fb, twitter and so? because i did use the content-code from pinterest, and only a button there for the mouse but no icon. And i need for sure a new. how i integrate a new icon?

User avatar
aimeos
Administrator
Posts: 7885
Joined: 01 Jan 1970, 00:00

Re: Small Configuration-things socialicons, catalog home, stocklevel...

Post by aimeos » 22 Feb 2021, 14:19

The icons are from FontAwesome: https://fontawesome.com/v4.7.0/icons/

You need to use the unicode values shown when you click on an icon there.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Shopmister
Posts: 92
Joined: 15 Jan 2021, 11:02

Re: Small Configuration-things socialicons, catalog home, stocklevel...

Post by Shopmister » 22 Feb 2021, 16:15

The icons are from FontAwesome: https://fontawesome.com/v4.7.0/icons/

You need to use the unicode values shown when you click on an icon there.
Oh, i see. I understand and found the icon keys on the website :)

Then its not simple to add other icons, own icons at social buttons?

I tryed about background url and content url and the contentkey to use my own icon:
.catalog-detail .catalog-social .social-button-test:before {
content: "\f2c3";
content: url(https://domainname.de/typo3conf/ext/gro ... g_left.png);
background: url('https://domainname.de/typo3conf/ext/gro ... g_left.png');
}

The path in general is working. i see this about i open the file with path https: .... about the browser.

I added like i did that in setup typoscript:
plugin.tx_aimeos.settings.client.html.catalog.social.url.test = https://duckduckgo.com

I forgot something? Or what was my fail?
The link from typoscript is working. But the imagefile dont showed in the browser at the working tools.

User avatar
aimeos
Administrator
Posts: 7885
Joined: 01 Jan 1970, 00:00

Re: Small Configuration-things socialicons, catalog home, stocklevel...

Post by aimeos » 24 Feb 2021, 08:16

This is more a CSS question than an Aimeos one which you can search the internet for.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Shopmister
Posts: 92
Joined: 15 Jan 2021, 11:02

Re: Small Configuration-things socialicons, catalog home, stocklevel...

Post by Shopmister » 24 Feb 2021, 09:46

This is more a CSS question than an Aimeos one which you can search the internet for.
Okay, the content .... fontawesomeicon grabbing works now. :) But no idea why the copypaste code before didnt.

Your message tells that 100% aimeos dont block other css things like background url and so?
Then i have to try more things :). Because in the browser developerthings and paste the background url it works, but not from the cssfile, thats interesting.

Where are configured that the icons have to be grapped too from the awasome website?

User avatar
aimeos
Administrator
Posts: 7885
Joined: 01 Jan 1970, 00:00

Re: Small Configuration-things socialicons, catalog home, stocklevel...

Post by aimeos » 26 Feb 2021, 07:35

The FontAwesome font is added in the main CSS file:
https://github.com/aimeos/ai-client-htm ... css#L8-L16
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply