Not sure if anyone else will need this, but this plugin was throwing this error for me “id was called incorrectly. Product properties should not be accessed directly. Backtrace: require”
I just edited line 31 from:
$map = get_post_meta($obj->id,'_map_price',true);
to:
$map = get_post_meta($obj->get_id(),'_map_price',true);
and wahlah, it’s working again!
Hope that helps
I see the MAP price, but when I click on “click to view our price,” nothing happens.
I’m using WordPress 3.8.1 and a Genesis theme.
Any thoughts?
]]>I was very thankful to find this plugin, but there are a few things that I wish I could do with it:
1. Have the ability to set a zero price for MAP so that no price is displayed to the customer and they have to “Click to View Our Price”
2. OR – instead of having “Click to View Our Price” have an “Add to Cart for Price” option
3. Ability to use this feature with variable products.
The distributor that I work with says that no searchable page can list MAP price and then say something that is suggestive that the price offered on the site is ‘better than MAP’. I know it seems to be splitting hairs, but having the ability to change the wording or eliminate a price from being displayed at all (with the option to add to cart for the price) would be wonderful!
Thank you!
]]>First off, THANK YOU! The fix is great. Is there any way to add the M.A.P. pricing option to variable products, under each variation? This would be a HUGE help.
]]>