Page 1 of 1

Comments in email, manually sorting products, etc

Posted: 20 Apr 2017, 09:14
by webshade
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

Re: Comments in email, manually sorting products, etc

Posted: 20 Apr 2017, 16:12
by aimeos
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

Re: Comments in email, manually sorting products, etc

Posted: 24 Apr 2017, 14:40
by webshade
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

Re: Comments in email, manually sorting products, etc

Posted: 25 Apr 2017, 09:06
by aimeos
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.

Re: Comments in email, manually sorting products, etc

Posted: 26 Apr 2017, 08:19
by webshade
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

Re: Comments in email, manually sorting products, etc

Posted: 27 Apr 2017, 07:28
by aimeos
You could write a coupon decorator which limits the coupons to products of a configurable category