Formula Free Attribute Price and IF THEN ELSE is possible? And % Option Attribute

25.09.2014 15:46
#1
bmw91025
Joomshopping forum user no avatar
Name: Fabio
18.09.2014
Posts: 8
Quote
Formula Free Attribute Price and IF THEN ELSE is possible? And % Option Attribute

Hello,


i have littles problems

i buy extension "free attribute price" and "free attribute m3" and resolve part of my problem for square product


A) in the formula attribute free price (width*height) is possible apply condition for minima square mq example: IF (width*height)<= 2 THEN 2 ELSE (width*height)

B) I have try apply the min value and max for width and height…. this plugin ignore my conditions.
exist example?


C) another problem in the one product if apply in one attribute ( % ) result non correct
example product price base 100 + color 20% = 120 total real price
apply attribute %20 price total = 20 incorrect price total


thank for any help
(excuse for my bad english i am italian)
Fabio Gentile


Joomla: 2.5.25
JoomShopping: 3.19.0
PHP: 5.2.14
MySQL: 5.5.38-35.2-log
Website Url: www.cm-tech.it
 
25.09.2014 16:15
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25857
Quote
Aw: Formula Free Attribute Price and IF THEN ELSE is possible? And % Option Attribute

Try formula

width*height<=2 ? 2 : width*height

Attribute price
for 100 + 20% use 120%

 
25.09.2014 16:47
#3
bmw91025
Joomshopping forum user no avatar
Name: Fabio
18.09.2014
Posts: 8
Quote
Aw: Formula Free Attribute Price and IF THEN ELSE is possible? And % Option Attribute

OKKKKKK THANKSSSSS

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.