Needs work
Project:
UC Price Visibility
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2011 at 20:41 UTC
Updated:
14 Jul 2017 at 10:09 UTC
Jump to comment: Most recent
Comments
Comment #1
pmflav commentedHaving the same problem.
Looking into it.
Comment #2
meowdogs commentedTY
Comment #3
ycimlynn commentedsubscribe
Comment #4
psy11 commentedSame problem...
What to do?
No answear from author..
Comment #5
joelstein commentedSorry, I haven't had time to look into this. Currently I'm heads down on a few client projects. Bear with me, and feel free to submit patches in the meantime.
Comment #6
psy11 commentedWhen it's possible to get an fix?
Once again thanks for yourr work.
Comment #7
joelstein commentedI made this project for a client, and my work for that client has ended. I'm currently wrapped up in several paying projects, so it's hard to give this much attention. If somebody wants to submit a patch or try to figure it out, I'll be happy to review it. Otherwise, feel free to contact me directly for paid support. ;)
Comment #8
joelstein commentedYou are referring to the view which is provided by uc_product, right? UC Price Visibility doesn't currently have Views support.
There are several ways to alter what appears in your view (Views Custom Field is one quick and dirty way).
In order for UC Price Visibility to affect this view, Views support would need to be added. I think the class "uc_product_handler_field_price" would need to be overridden, but I'm not sure. Hopefully this gives somebody direction toward contributing a patch.
Comment #9
designate commentedsubscribe
Comment #10
alessio_m commentedHad the same problem on D7 + U3
I'm not a developer but worked this out pretty easily by changing the Catalog (Table or Grid) on my Views
Just set it to display the Teaser (or any other Display) of your Content Type (under FORMAT > Show : Content | Teaser), which you have already set on Content Type > Manage Display > Teaser
Comment #11
3cwebdev commentedI fixed this issue by simply creating a Views field template for the Buy It Now field. I created a template file called views-view-field--buyitnowbutton.tpl.php and placed it in my theme's directory and added the following code.
Comment #12
pascalmortier commentedI fixed it by creating a template file 'views-view-field--sell-price.tpl.php'.
I put the template file in the theme's map.
Comment #13
fizk commentedThe Add To Cart button should be hidden now:
http://drupalcode.org/project/uc_price_visibility.git/commit/a72fd2ce530...
If anyone knows of a way that this module can also hide the price in the catalog view without modifying any templates, please submit a patch.
Comment #15
mustanggb commentedHere is my quick attempt at hiding the price.
Comment #16
i92guboj commentedHello.
I guess there's still no "official" solution to this?