Page 1 of 1

decorator weight based on selection article?

Posted: 05 Mar 2016, 16:19
by stiller
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

Re: decorator weight based on selection article?

Posted: 05 Mar 2016, 18:02
by aimeos
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€

Re: decorator weight based on selection article?

Posted: 08 Mar 2016, 16:23
by stiller
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