Other modules can nominate nodes as products, using uc_product_is_product ensures they can use uc_wishlist as well - so code at line 656 of uc_wishlist.module needs to be changed from

if (!in_array($node->type, array_keys(uc_product_node_info()))) {

to

  if (!uc_product_is_product($node)) {
CommentFileSizeAuthor
#1 uc_wishlist-956818.patch722 byteslarowlan
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

larowlan’s picture

FileSize
722 bytes

  • Sagar Ramgade committed 58f8390 on 6.x-1.x
    Issue #956818 by larowlan: uc_product_node_info replaced by...
Sagar Ramgade’s picture

Version: 6.x-1.1 » 6.x-1.x-dev
Issue summary: View changes
Status: Needs review » Closed (fixed)

Committed and pushed to 6.x-1.x-dev.

naveenvalecha’s picture

Status: Closed (fixed) » Fixed

Sagar Ramgade,
Use the proper closing status of the issue. https://www.drupal.org/node/156119#fixed

Thanks
Naveen Valecha

Sagar Ramgade’s picture

Sorry about that, getting used to it. Thanks for pointing that.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.