Have a case where the module config works, but does not actually show on the checkout page. Went through the checklist for the same issue in the D6 version. Everything is checked and node is fine, in fact it worked with the Terms of Service module, but that module does not have the option to display the text on the checkout page, only a link.

CommentFileSizeAuthor
#2 uc_tc-D7:ColorBox-1608648-2.patch761 bytesraulmuroc

Comments

southweb’s picture

This is a quick hack for now

Add to uc_tc.module:147

    if (module_exists('colorbox_node')) { // Added AM 22-June-12
      $options['attributes']['class'] = "colorbox-node";
      $options['query']['width'] = 800;  // paramaterize
      $options['query']['height'] = 680; // paramaterize
    }
raulmuroc’s picture

Priority: Major » Normal
Status: Active » Needs review
StatusFileSize
new761 bytes

Let's say we can find a solution :-)

darrell_ulm’s picture

Status: Needs review » Reviewed & tested by the community

Yes, the patch in https://drupal.org/node/1608648#comment-7086168 works if colorbox-node is installed and lightbox2 is not installed.

The interface does not mention colorbox anywhere but that could be fixed easily enough.