Inhalte aufrufen

Profilbild

Show different weights in drop down and calculate price


  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
4 Antworten zu diesem Thema

#1 Divesh Pal

Divesh Pal

    Newbie

  • Members
  • Punkt
  • 4 Beiträge

Geschrieben: 16 August 2015 - 14:35

Hi,

 

Can we have functionality for the product to have different weights in drop down and according to weight in drop down and quantity, calculation of price would be done ?

 

As in below picture : 

 

w.png

 

 

Thanks,

Divesh



#2 Divesh Pal

Divesh Pal

    Newbie

  • Members
  • Punkt
  • 4 Beiträge

Geschrieben: 16 August 2015 - 14:37

If it is possible in current version , please let me know how can I achieve this ?

Thanks in Advance



#3 Marcus Gesing

Marcus Gesing

    SmartStore AG

  • Administrators
  • 3799 Beiträge

Geschrieben: 16 August 2015 - 19:48

Yes, it could be achieved by attributes and the price adjustment of attribute values or by attribute combinations and the price override or even by a combination of both.

Marcus Gesing

Smartstore AG


#4 Divesh Pal

Divesh Pal

    Newbie

  • Members
  • Punkt
  • 4 Beiträge

Geschrieben: 18 August 2015 - 06:24

Thanks for the information !

 

I have checked attributes tab , I am able to show weights in drop down , but I need to calculate the price using some formula like

 

1 Kg -> $ x (let say x = $10)

2 Kg -> $ ( x * 2  - 1) = $19

5 Kg -> $ (x*5 - 5 ) = $45

 

Please let me know if that can be done.

 

Thanks in advance 



#5 Marcus Gesing

Marcus Gesing

    SmartStore AG

  • Administrators
  • 3799 Beiträge

Geschrieben: 18 August 2015 - 11:33

Not out of the box. Price calculation code has to be extended for that.


Marcus Gesing

Smartstore AG