decorator weight based on selection article?

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!
stiller
Posts: 87
Joined: 05 Mar 2016, 15:59

decorator weight based on selection article?

Post by stiller » 05 Mar 2016, 16:19

hello.
I'm working on my first aimeos shop. so please bear with me ...

I can't get a delivery service based on weight and country working. country ok, but to me it seems that the weight decorator takes only into account the weight of the selection product (if specified) and not of the chosen article itself.
in case of a selection "cable" and with the attribute "meter" and related articles like 5m,10m,20m that does not make much sense. please correct if I'm following the wrong approach. is there a workaround?

also I don't get the reduction decorator working. does it need some extra configuration of the aimeos typo3 distribution? i have left the reduction example from the distribution untouched.

I'm developing on TYPO3 7.6.0, aimeos 16.1.2, aimeos_dist 1.5

your advice is very much appreciated
Volker

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

Re: decorator weight based on selection article?

Post by aimeos » 05 Mar 2016, 18:02

stiller wrote: I can't get a delivery service based on weight and country working. country ok, but to me it seems that the weight decorator takes only into account the weight of the selection product (if specified) and not of the chosen article itself.
You are right, the weight decorator only worked for articles but not for selection or bundle products. It's fixed now in the latest code base and you can try this pre-release package: http://aimeos.org/fileadmin/download/ai ... 3.0-b1.zip
stiller wrote: also I don't get the reduction decorator working. does it need some extra configuration of the aimeos typo3 distribution? i have left the reduction example from the distribution untouched.
The example in the service tab contains all necessary information and works according to my test a few minutes ago:
* Type: Delivery
* Provider: Manual,Reduction
* Config "reduction.basket-value-min": {"EUR":"200.00"}
* Config "reduction.percent": 100

That leads to no shipping cost of this delivery item when the basket value is over 200€
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

stiller
Posts: 87
Joined: 05 Mar 2016, 15:59

Re: decorator weight based on selection article?

Post by stiller » 08 Mar 2016, 16:23

the weight decorator included with the provided pre-release works perfectly well. also the problem with reduction decorator is solved. I didn't understand the delivery price settings properly and moved details from the "service fee field" to "actual current prize".
thanks for your quick solution.
Volker

Post Reply