Willkommen, Gast
  • Seite:
  • 1
  • 2

THEMA: URGENT!!!!! multiplying select-List values

URGENT!!!!! multiplying select-List values 1 year 4 months ago #68042

this is my second time here in the forum and i dont speak english, so please read with patience
i have my form with three select-list:
select-listA with two products (product A and product B)
select-listB with amounts < 1000 (100, 200, 300, 400, 500, 600, 700, 800, 900)
select-listC with amounts > 1000 (1000,2000,3000,4000...10000)
basically what I need in the summarize page is a read-only total textfield value like this "value of the selected product multiplied with selected amount"

the only thing i know is I need to use a custom actionscript in the advanced tab in every select-list and a read-only textfield in the summarize page with another custom actionscript for multiply the value of the selected product with the amount.

can you give me some code examples?

jorge, valparaiso chile :(
  • guti19840
  • guti19840's Avatar
  • OFFLINE
  • Fresh Boarder
  • Beiträge: 4
  • Karma: 0
Der Administrator hat öffentliche Schreibrechte deaktiviert.

Re: URGENT!!!!! multiplying select-List values 1 year 4 months ago #68045

i found this crosstec.de/support/index.php?pid=knowle...viewentclient&id=128 but in the total textfield i get "NaN"

help please!!!
  • guti19840
  • guti19840's Avatar
  • OFFLINE
  • Fresh Boarder
  • Beiträge: 4
  • Karma: 0
Der Administrator hat öffentliche Schreibrechte deaktiviert.

Re: URGENT!!!!! multiplying select-List values 1 year 3 months ago #68259

Hi,

can you please post me your calculation code you have so far?

Regards,
Markus
  • TheMuffinMan
  • TheMuffinMan's Avatar
  • OFFLINE
  • Moderator
  • Beiträge: 4599
  • Thank you received: 273
  • Karma: 37
===============================================
Satisfied?
Consider a membership!
===============================================
Like us on Facebook
===============================================
Follow us on Twitter
===============================================
Der Administrator hat öffentliche Schreibrechte deaktiviert.

Re: URGENT!!!!! multiplying select-List values 1 year 3 months ago #68313

i have a select-list called "cantidadmayor" with the following list :

1;Selecciona cantidad;
2;100;100
2;200;200

the action sript, with thecheckbox "change" selected, for "cantidadmayor":

function ff_cantidadmayor_action(element, action)
{
ff_getElementByName('total').value = Number(ff_getElementByName('cantidadmayor').value) + umber(ff_getElementByName('producto').value);
}
// ff_cantidadmayor_action


and a select-list called "producto" with the following list:

1;Selecciona Producto;
0;8;8
0;10;10

the action sript, with thecheckbox "change" selected, for "producto":

function ff_producto_action(element, action)
{
ff_getElementByName('total').value = Number(ff_getElementByName('cantidadmayor').value) + Number(ff_getElementByName('producto').value);
}
// ff_producto_action

and a readonly textfield called "total" and the action sript, code without thecheckbox "change" selected:

function ff_total_action(element,action)
{
ff_getElementByName('total').value = 0;
{
ff_getElementByName('total').value = Number(ff_getElementByName('cantidadmayor').value) + Number(ff_getElementByName('producto').value);
}
}
// ff_total_action

i get "NaN"


jorge
  • guti19840
  • guti19840's Avatar
  • OFFLINE
  • Fresh Boarder
  • Beiträge: 4
  • Karma: 0
Der Administrator hat öffentliche Schreibrechte deaktiviert.

Re: URGENT!!!!! multiplying select-List values 1 year 1 month ago #74023

Hi, i'm having the same error I'm still getting NaN, ¿how do you solved it?
thank you
  • caranedaq
  • caranedaq's Avatar
  • OFFLINE
  • Junior Boarder
  • Beiträge: 23
  • Karma: 0
Der Administrator hat öffentliche Schreibrechte deaktiviert.

Re: URGENT!!!!! multiplying select-List values 1 year 4 weeks ago #74150

Hello,

could you also post your script here?


I would be happy to check this for you.

Regards,
Syno
  • Syno
  • Syno's Avatar
  • OFFLINE
  • Administrator
  • Beiträge: 2190
  • Thank you received: 201
  • Karma: 0
===============================================
Satisfied?
Consider a membership!
===============================================
Like us on Facebook
===============================================
Follow us on Twitter
===============================================
Der Administrator hat öffentliche Schreibrechte deaktiviert.
  • Seite:
  • 1
  • 2
Moderators: ForumSupport
Time to create page: 0.428 seconds
Powered by Kunena Forum :: Joomlana_Dark-by- bz_kunena-templates

Über Crosstec

Crosstec GmbH & Co. KG

Hohenzollernring 57

50672 Cologne, Germany

Live Chat Software