Search found 7949 matches

by aimeos
13 Nov 2017, 15:29
Forum: TYPO3 extension
Topic: Image scaling for product images
Replies: 4
Views: 3432

Re: Image scaling for product images

The "Rescale product images" job is only for rescaling if you changed the frontend and need now preview images of different sizes. Product images can be already scaled on upload if you configure this: - https://aimeos.org/docs/Configuration/Core/controller/common/media/standard/files/maxwi...
by aimeos
13 Nov 2017, 15:03
Forum: Help
Topic: How do I implement payment services?
Replies: 2
Views: 2203

Re: How do I implement payment services?

I have tried my best to find an answer on my own, but the documentation leaves as many questions unanswered as it answers. We would love to add more documentation for first time users. Unfortunately, we are too deep into the project to know what would help them. Therefore, we are always open for co...
by aimeos
12 Nov 2017, 12:16
Forum: Laravel package
Topic: Register/Login
Replies: 2
Views: 1653

Re: Register/Login

In the latest version of the Aimeos distribution, authentication is set up automatically and the site template contains the links for login/register as well as the selector for languages and currencies:
https://github.com/aimeos/aimeos
by aimeos
12 Nov 2017, 12:11
Forum: TYPO3 extension
Topic: Modifying the search to only search by product title
Replies: 1
Views: 1100

Re: Modifying the search to only search by product title

Not as easy as it seems a the first glance :-/ In the database, the domain and text type is stored but the interface of the index manager and controller doesn't allow to limit the texts for searching to e.g. "product" and "name". An alternative would be to add a configuration to ...
by aimeos
12 Nov 2017, 12:02
Forum: Laravel package
Topic: receive and display specified and filtered products on page?
Replies: 1
Views: 1697

Re: receive and display specified and filtered products on p

For performance reasons it's best to organize your products in different categories and fetch them via the product controller ( https://aimeos.org/api/latest/class-Aimeos.Controller.Frontend.Product.Iface.html ): $context = $this->app->make('\Aimeos\Shop\Base\Context')->get(); $cntl = \Aimeos\Contro...
by aimeos
12 Nov 2017, 11:52
Forum: Laravel package
Topic: set special offer with lower price for at a limited time?
Replies: 7
Views: 3300

Re: set special offer with lower price for at a limited time

If you don't want to use the existing "catalog/lists" component for this, you can retrieve the products using the product controller ( https://aimeos.org/api/latest/class-Aimeos.Controller.Frontend.Product.Iface.html ) and add the objects to the Blade view. Then, you have to care about the...
by aimeos
12 Nov 2017, 11:40
Forum: Laravel package
Topic: how can get Bestsellers or Most Popular products?
Replies: 16
Views: 9680

Re: how can get Bestsellers or Most Popular products?

Add the "catalog/lists" component to your controller action that is rendering the home page: https://aimeos.org/docs/Laravel/Create_new_pages Please read https://aimeos.org/docs/Laravel/Adapt_pages too. Add your top seller products to the "home" category (the root category node)....
by aimeos
12 Nov 2017, 11:32
Forum: TYPO3 extension
Topic: Emailtemplate
Replies: 5
Views: 2331

Re: Emailtemplate

I add this but it dosent work: fileadmin/template/images/logo.png The path is relative to your Aimeos extension as you can see in the code. Or use an absolute path. and its possible to add by the Email own css-path per TS? The file that is included is always the common.css file but you can add you ...
by aimeos
12 Nov 2017, 11:29
Forum: Help
Topic: Good way to filter
Replies: 5
Views: 2909

Re: Good way to filter

You can overwrite this template and don't show the content of the f_search parameter:
https://github.com/aimeos/ai-client-htm ... lt.php#L10
by aimeos
12 Nov 2017, 11:27
Forum: Laravel package
Topic: Show/Hide html code
Replies: 3
Views: 1551

Re: Show/Hide html code

It's better to use the category codes as they usually don't change