Closed (duplicate)
Project:
Ubercart Ajax Attribute Calculations
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2009 at 12:07 UTC
Updated:
16 Jan 2010 at 04:18 UTC
Hey,
I'm using Ubercart 2.0 and Ajax Attribute Calculations 6.x.2.x and I have some trouble with the Ajax functions. When only one product is display on my page, there is no problem, but when I display a list of products (in teaser view and with attributes), the radio buttons works badly.
Example : I have a list of 5 products, each one has 1 attribute with 3 options (display with radio buttons). By cliking on my radio buttons, the price is changing dynamically with ajax.
--> Everything is working well but the problem is that the radio buttons of my first product are changing at the same time when I'm clicking on the radio buttons of my other products.
Has anyone a solution ??
Thanks
Maxime
Comments
Comment #1
jantoine commentedTry the latest patch attached to #629416: Dropdowns revert to default state after selection. Let me know if that helps.
Cheers,
Antoine
Comment #2
jantoine commentedSunnym23,
We just released 6.x-2.0. Please test this latest release. If I don't hear anything in a week on this issue, it will be closed.
Cheers,
Antoine
Comment #3
jantoine commentedSunnym23,
I am marking this issue as fixed as I have not heard anything for roughly a month. If the issue persists, feel free to re-open the issue.
Cheers,
Antoine
Comment #4
SethM commentedI am actually seeing a similar issue, I am using the related content module to display other products on the page. It seems that with the UC_AAC module enabled, two things happen.
First: The prices on the related products change to be the same as the main product. So for example, the price for a product is $2, the price for a related product is $20, and another related product is $12. With the module enabled all products switch the price to $2
Second: When I select a attribute the prices for related product update to the same price.
Comment #5
SethM commentedComment #6
jantoine commentedThis turns out to be a duplicate of the following issue: #446942: Improper form_id check, Support for multi-product, views and pages other than the default node page
I have updated the Ubercart issue to include all multi-product displays. It can be found here: #629048: By default, product (node) elements are undistinguishable in a multi-product display
If anyone is interested, while this is an Ubercart issue, it may be possible to create a patch as a workaround adding the necessary identifiers to each form element via the form_alter hook as the form is built. Let's explore any possibilities on the original issue mentioned above.
Marking this issue as a duplicate.
Cheers,
Antoine