I am experiencing slow ajax performance issues with ubercarts product attribute system, so i have tried to turn off "Update product display based on customer selections" feature.

Is there a way that i can then create a button which my customers can click to perform a recalculation on the options they have selected.

Have tried researching a day at least and not come up with any solutions.

Comments

longwave’s picture

I think you would need to use hook_form_alter() to add a new button to the product forms, with the same #ajax properties as the attribute fields.

This would be a useful optional addition to Ubercart core, so if you work out how to do it please share the relevant code.

longwave’s picture

Title: How to create a recalculate button for product attributes when turn off ajax calculations » Add a recalculate button for product attributes when Ajax is disabled
Category: Support request » Feature request
TR’s picture

Version: 7.x-3.7 » 8.x-4.x-dev