Hi Abundance,
My site is http://www.blossomsonabudget.net
Previously my product categories such as Vase Arrangements, Container Arrangements etc. were displaying the product ID as well as the price but now the price of each item seems to have disappeared. I'd like it to display the price again. Help!
Minnoe
Price Not Displayed
8 posts from 4 voices-
Posted 8 months ago #
-
p.s. I'm wondering if this has something to do with the Name Your Price plugin which I purchased.....
Thanks again,
MinnoePosted 8 months ago # -
Hi Minnoe,
Try to disable that plugin, and check if the price appears again, if not, try to disable the plugins that you have added recently before the issue persists.
Regards,
IsmaelPosted 8 months ago # -
I've figured out that to eliminate the problem I can's mix my 'Name Your Price' products with my other categories. Is there some code I can punch in that will eliminate that problem?
MinnoePosted 8 months ago # -
Hi Minnoe,
Honestly, I'm not sure about that and I'm not familiar with that plugin. I'm tagging the rest of the support to check on this issue.
Regards,
IsmaelPosted 8 months ago # -
Yes, Ismael, it's a very new plugin- just released so I imagine no one's run into this problem just yet but if someone else on your team has any suggestions it would be appreciated.....
MinnoePosted 8 months ago # -
Hi,
I haven't seen this plugin yet so its difficult for me to tell you anything useful. Since its a premium plugin, I can't ask you to send me a copy without Woo approval. Your best bet is to speak to Woo support because I think this may be exactly the type of situation that they are best equipped to solve.
Thanks,
Nick
Posted 8 months ago # -
According to the plugin documentation: http://wcdocs.woothemes.com/user-guide/extensions/functionality/name-your-price/ you maybe need to "move" the minimum price function output. Try to replace following code in functions.php:
woocommerce_template_single_price($post, $_product);with
woocommerce_template_single_price($post, $_product); global $product; if( is_product() && $product->minimum ) { global $wc_name_your_price; $wc_name_your_price->display_minimum_price(); }Posted 8 months ago #
Reply
You must log in to post.














