Closed (fixed)
Project:
Ubercart attributes in cart
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
11 May 2013 at 12:55 UTC
Updated:
27 Jun 2017 at 15:49 UTC
Jump to comment: Most recent
Attached file fixes the following issues:
Submit and update function now working
Missing parameter errors resolved
Unindentified index and offset errors resolved
| Comment | File | Size | Author |
|---|---|---|---|
| module-fixes.patch | 2.56 KB | froggernl |
Comments
Comment #1
sigveio commentedYou should clean up the indention of the patch to double spaces, at the moment it's all over the place. You should also use the same bracket style:
Apart from that; it appears to fix the most crucial issues for the D7 version (with this patch, the form actually shows up). :)
Comment #2
allegragf commentedSorry this was the wrong spot.
Comment #3
markbannister commentedafter applying patch when displaying cart:
Recoverable fatal error: Argument 4 passed to db_query_range() must be an array, integer given, called in /home/sites/drupal7/public_html/sites/all/modules/uc_attributes_in_cart/uc_attributes_in_cart.module on line 441 and defined in db_query_range() (line 2374 of /home/sites/drupal7/public_html/includes/database/database.inc).
Comment #4
froggernl commented@markbannister Can you tell me more about this error. When do you get it. What kind of attributes are you using and do they display in the cart?
Comment #5
froggernl commented@hoesi You are right sorry for that. I made repaired the module to use it myself and decided to put it online real quick seeing as there where many people looking for such a thing.
Comment #6
djdevin