[SOLVED] How to update Product Price dynamically?

Posts: 34
Joined: 02/05/2008

Hi,

I've got a tricky question again Smiling
I'd like to enable some product customization features (checkboxes or dropdown lists) for the customers that should dynamically modify the product price. (eg. custimize your computer)
Is the any way to do that?

Thanks in advance,

Zsigmond

Posts: 34
Joined: 02/05/2008
Posts: 34
Joined: 02/05/2008

and it works...

check out: http://www.lingvini.com/thinkcentre_a55

wonderful! Smiling

Posts: 5245
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

Hmm... it's not showing the updated prices to me... but I am intrigued by your tabs. Smiling Is that a custom job or did you follow the tutorial here in the forums?

Posts: 299
Joined: 11/19/2007
Bug FinderGetting busy with the Ubercode.

I was checking out your site and it didn't appear to be working. Are you doing odd things with jquery? Looked like you were loading a couple different versions of the jquery file on that page.

Posts: 34
Joined: 02/05/2008

Hi,

JSTools + Tabs module + some CSS

check out here: http://docs.jquery.com/UI/Tabs

Posts: 34
Joined: 02/05/2008

what was the problem?

Posts: 299
Joined: 11/19/2007
Bug FinderGetting busy with the Ubercode.

zptoth, looking at the source for the link you provided above it appears you have
/misc/jquery.js and /files/tabs/js/jquery-latest.js being loaded...which I think might be a problem. Also, your page has an opening html, head, and body tag in the middle of the page which makes it look like something goofy is going on.

The end result, though, is that at http://www.lingvini.com/thinkcentre_a55 I get a JS error and the uc_aac module does not update the product price for me as I change attributes.

Posts: 34
Joined: 02/05/2008

You're right, it needs to be fixed!