Closed (fixed)
Project:
Commerce Price Table
Version:
7.x-1.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2012 at 20:02 UTC
Updated:
7 Mar 2012 at 21:49 UTC
Jump to comment: Most recent file
Comments
Comment #1
jazzdrive3 commentedFigured out how to do this:
Attached are the new module files, if anyone needs to see how I did this.
1. Add a new parameter to the action in commerce_price_table.rules.inc
2. Add a new parameter to the function commerce_price_table_get_amount_qty in the .module file.
3. Only add the field value to the array if the field name equals what was passed in via the new parameter.
This was easier than I thought it would be.