Home Forums WC Vendors Pro Support Buy Now Broken

NOTICE: We've Moved to a Ticket System for Support

As of August 31, 2017 (12am EST) our support forums will be retired (read-only), and we will be moving to a support ticket system.  This will allow us to better organize and answer support requests, and provide a more personalized experience as we assist our customers.

For the time being, we will leave our forums open for reading and learning while we work on creating a more robust Knowledge Base for everyone to use.

If you are a WC Vendors Pro customer please open a support ticket here. 

If you are a WC Vendors user please open a support ticket on the Wordpress.org forums.

The information on this forum is outdated and in most instances no longer relevant. Please be sure to check our documentation for the most up to date information.

https://docs.wcvendors.com/

Thank you to all of our customers!

 

  • This topic has 3 replies, 2 voices, and was last updated 7 years ago by Anna.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #59488
    Carin
    Participant

    Hello, we have the WC-vendors pro simple auction plugin, and are having trouble with the Buy It Now Price. If someone changes the Buy it Now Price, the website reflects the Change, but not the Cart, there must be some integration missing. Can you help, I found this one line in functions.php, and below that comes from the plugin code.

    functions.php

    add_filter( 'wcv_simple_auctions_start_date', 'custom_wcv_auction_start_date');

    // Buy it Now Price
    		WCVendors_Pro_Form_Helper::input( apply_filters( 'wcv_simple_auctions_buy_it_now_price', array(
    	            'post_id'               => $post_id,
    	            'id'                    => '_buy_it_now_price',
    	            'label'                 => __( 'Buy it now price', 'wc_simple_auctions' ) . ' (' . get_woocommerce_currency_symbol() . ')',
    	            'data_type'             => 'price',
    	            'wrapper_start'         => '',
    	            'wrapper_end'           =>  ''
    	            ) )
    	    );
    #59526
    Anna
    Member

    @jwtbreds
    If you change the Buy It Now price within the wp admin > products as site admin, is the change reflected in the cart?

    #59591
    Carin
    Participant

    Hi Anna, It is not reflected in cart, the price in wp-admin is picking up from the Vendors changes, but the original price is what shows when you go to check out and look in cart (I changed the price from Vendor and then from wp admin and then from Vendor again, and it was always the same, the original price of $8,000 shows in cart, no matter where price is updated.

    #59660
    Anna
    Member

    @jwtbreds
    Ok- I will add this to the issues for the Simple Auctions Integration. I’m not certain where this disconnect is occurring, and if it is with our integration or with the Simple Auctions plugin & WooCommerce.
    We’ll be working on that integration/extension – however right now we are getting ready for the WooCommerce, WC Vendors and WC Vendors Pro updates for the beginning of April, so the free integration plugin work will not come until after that.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘WC Vendors Pro Support’ is closed to new topics and replies.