Comments in email, manually sorting products, etc

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!
webshade
Posts: 30
Joined: 19 Apr 2017, 13:51

Comments in email, manually sorting products, etc

Post by webshade » 20 Apr 2017, 09:14

Hey there,

I'm new to Aimeos and my first site with this webshop is up and running. I was wondering if it is possible to get a few things done:
- user comments value from the checkoutpage in the confirmation email
- manually sorting products
- create a frontpage from only categories
- how do I set a coupon code for a 10% discount in the whole shop

Versions: Typo3 7.6.16, Aimeos 16.10.4, PHP 5.6.30

Hopefully I get some response! :)

Thanks,
Raymond

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

Re: Comments in email, manually sorting products, etc

Post by aimeos » 20 Apr 2017, 16:12

webshade wrote: - user comments value from the checkoutpage in the confirmation email
In 16.10.x it's a bit tricky because you would have to implement a new subpart to get that at the place you want:
https://aimeos.org/docs/Developers/Html ... w_subparts

In the new 17.4.0 release it's much easier because there's only one template where you can simply add the output of

Code: Select all

$this->summaryBasket->getComment()
where you want.
webshade wrote: - manually sorting products
The default sort order (relevance) means sorting by position and you can reorder the products in each category in the expert mode admin interface.
webshade wrote: - create a frontpage from only categories
What does this mean? Do you only want to show the categories itself?
webshade wrote: - how do I set a coupon code for a 10% discount in the whole shop
https://aimeos.org/docs/User_Manual/Adm ... centRebate
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

webshade
Posts: 30
Joined: 19 Apr 2017, 13:51

Re: Comments in email, manually sorting products, etc

Post by webshade » 24 Apr 2017, 14:40

Thanks for your reply!

- Is it easy to update to 17.4? Last time I got some errors and did a reinstall of the webshop with 16.10.
- Manually sorting works great! I found also another topic about it.
- About the categories, I mean a page with only the (e.g. stage) images. This thought came from a feature of Typo3Multishop. First you have to choose a category before you see the products related to that category.
- The way to setup a coupon is a little bit difficult, but it works!

Thanks in advance!
Raymond

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

Re: Comments in email, manually sorting products, etc

Post by aimeos » 25 Apr 2017, 09:06

If you didn't implemented much on your own and haven't overwritten many templates, it should be feasible within a short time frame. There's a list of changes between 2016.10 and 2017.4:
https://aimeos.org/docs/Developers/Changelog

Regarding categories, you can use the catalog filter component and display only the categories. Each catalog item contain the images and texts so you can create a nice list of each level.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

webshade
Posts: 30
Joined: 19 Apr 2017, 13:51

Re: Comments in email, manually sorting products, etc

Post by webshade » 26 Apr 2017, 08:19

I will try to update to 17.04.

Is it even possible to set a coupon code for products in one single category?

Thanks,
Raymond

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

Re: Comments in email, manually sorting products, etc

Post by aimeos » 27 Apr 2017, 07:28

You could write a coupon decorator which limits the coupons to products of a configurable category
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply