Closed (fixed)
Project:
Commerce Price Table
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2012 at 09:00 UTC
Updated:
1 Aug 2012 at 16:31 UTC
There's a requirement in our project which requires price table to be hidden, as the input of the prices will be handled by another function. What I've managed to do is to create a 'hidden' widget type, but somehow I still could not find out how I could hide the table although the fields are hidden already, as shown in the screen attached.
Can anyone help me out on this or at least a guide on how I could hide the table from the widget's end?
| Comment | File | Size | Author |
|---|---|---|---|
| Screen-Shot-2012-07-18-at-4.52.57-PM.jpg | 17.46 KB | jonloh |
Comments
Comment #1
pcambraI suggest you to use Field Extra Widgets or hide it yourself with #access in the widget_form_alter hook.
Comment #2
jonloh commentedOh wow, thanks! This is the exact module I need.