• Guys, this is a good programming and it’s working very well! Support could be better but i understand you’re still expanding It hink. ??

    This is very useful plugin but I think it needs two more options to be great!

    1. A way to review & rate vendor.

    2. A way to send private message to vendor (without vendor listing email) this could be messaging or Q&A to vendor that can be marked private or even just connect with BBPRESS where you just put a link to seller’s profile or ‘message seller’ button which will go to bbpress message page to seller.

    But overall love it, thanks guys!

Viewing 2 replies - 1 through 2 (of 2 total)
  • For what it’s worth, there is a way you can go about both of these things currently, although it entails purchasing a theme and then integrating WooCommerce with it (which has been surprisingly easy so far).

    The theme is Vantage from AppThemes, and it transforms your base WordPress site to a business review website.

    This allows a user to rate and review business, as well as send them private messages.

    Following the super easy instructions here: https://docs.woothemes.com/document/third-party-custom-theme-compatibility/

    I created the woocommerce.php page, pasted below this message for you, and the only thing left I’d like to do is include a ‘Buy Now’ or ‘Book Now’ tab on the business listings, though that’s just my preference and could easily be done another way.

    This might be the long way around for what you want to do, but it will at least do what you want it to do, so I thought it was worth mentioning.

    WooCommerce.php (as edited for the Vantage theme by AppThemes):

    <div id="main">
    
    	<?php appthemes_before_page_loop(); ?>
    
    	<?php woocommerce_content(); ?>
    
    	<?php appthemes_after_page_loop(); ?>
    
    </div><!-- /#main -->
    
    <div id="sidebar" class="threecol last">
    	<?php get_sidebar( app_template_base() ); ?>
    </div>

    Thread Starter bulewold

    (@bulewold)

    Thanks, but I already purchased enfold theme and kinda committed to that theme. I appreciate you providing a solution for those who may be just starting out. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Great PLUGIN!!!! But needs few more features’ is closed to new replies.