0
votes
0answers
203 views

Drupal 7 trying to make field slideshow show in lightbox

I am using Drupal 7 with Commerce and fancy attributes. With field slideshow and product variation i am trying to make something like ASOS So far i've succed in layout using ...
0
votes
1answer
233 views

Drupal 7 Form API - Javascript/jQuery fail after AJAX Referesh

I'm using Drupal 7 with Drupal Commerce and the Commerce Product Option module. Design goal is to have a visual product configurator for choosing custom furniture - an area on the Add To Cart Form ...
0
votes
2answers
221 views

jQuery ajax request breaks drupal behaviours

In the Drupal commerce checkout I want to fill in the billing information automatically. I do that by attaching a javascript to that form and retrieving the information that is stored in the line ...
1
vote
1answer
362 views

trigger attribute AJAX using custom select element

I'm currently theming the product page for a Drupal Commerce site. Our frontend developer has insisted we use his custom "fancy" select dropdown for the attributes, which is causing a bit of a theming ...
0
votes
1answer
326 views

How do I create radio button for options on a Drupal Commerce product?

I just need some radio buttons for adding on components in a drupal commerce product. The best example is Apple's build a customized MAC or laptop where you add on specific elements to the product but ...
0
votes
1answer
885 views

Attach jQuery behavior to AJAX loaded content

I would like to add some jQuery behavior to a page using the FAPI #ajax behavior (a Commerce product reference add to cart form) I used a custom module (Commerce Taxonomy Field Product Attribute) to ...