I'm attempting to use the jQuery UI Dialog box within a version of x-cart. The problem is that my buttons for the dialog do not show whatsoever. Here is my latest jsfiddle showcasing the functionality which i am trying to implement.
http://jsfiddle.net/iiminov/JSa3A/65/
When i actually go and implement this into my version of x-cart i get the following errors, and hence my buttons do not show: Uncaught TypeError: undefined is not a function
The line in which it occurs upon is this:
As i am not that good with debugging Javascript/jQuery i was hoping someone here could shed some light on how to fix this issue?