Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Notes to Seller #60004
    Sara
    Participant

    Anna,
    This is incredible and exactly what I needed. Thank you so very much. It is perfect.

    in reply to: Vendor Mark as Shipped dissapeared. #59821
    Sara
    Participant

    Hi,
    I realized that I do not have a mark as shipped button because the order in question was an instant download. When I have a product that is not instant download, the mark as shipped button is there.

    But, I do have a question. With the instant download orders, the order column shows “NA” as the shipped status. Do you know of a code that could be added to change the “NA” status to “YES” if a customer buys an instant download order?

    Thank you.

    in reply to: Vendor Mark as Shipped dissapeared. #59820
    Sara
    Participant

    Hello,
    I was wondering if anyone figured out what might be causing this? I use OneSocial and don’t have the “Mark as Shipped” button either.

    Thank you.

    in reply to: Require Stripe and PayPal #59608
    Sara
    Participant

    Anna, thank you so much!!! This worked, and you are amazing!!! Thank you!!

    in reply to: Product Pricing #59605
    Sara
    Participant

    Thank you! That was it!

    in reply to: Require Stripe and PayPal #59604
    Sara
    Participant

    <?php
    /**
    * The template for displaying the Product edit form
    *
    * Override this template by copying it to yourtheme/wc-vendors/dashboard/
    *
    * @package WCVendors_Pro
    * @version 1.3.2
    */
    /**
    * DO NOT EDIT ANY OF THE LINES BELOW UNLESS YOU KNOW WHAT YOU’RE DOING
    *
    */
    $title = ( is_numeric( $object_id ) ) ? __(‘Save Changes’, ‘wcvendors-pro’) : __(‘Add Product’, ‘wcvendors-pro’);
    $product = ( is_numeric( $object_id ) ) ? wc_get_product( $object_id ) : null;
    // Get basic information for the product
    $product_title = ( isset($product) && null !== $product ) ? $product->post->post_title : ”;
    $product_description = ( isset($product) && null !== $product ) ? $product->post->post_content : ”;
    $product_short_description = ( isset($product) && null !== $product ) ? $product->post->post_excerpt : ”;
    $post_status = ( isset($product) && null !== $product ) ? $product->post->post_status : ”;
    /**
    * Ok, You can edit the template below but be careful!
    */
    $access_token = get_user_meta( get_current_user_id(), ‘_stripe_connect_access_key’, true );

    if ( !empty( $access_token ) ) {

    ?>
    <h2><?php echo $title; ?></h2>

    <!– Product Edit Form –>
    <form method=”post” action=”” id=”wcv-product-edit” class=”wcv-form wcv-formvalidator”>

    <!– Basic Product Details –>

    </div>

    <hr />

    </div>

    </div>

    <?php do_action( ‘wcv_after_general_tab’, $object_id ); ?>

    <?php do_action( ‘wcv_before_inventory_tab’, $object_id ); ?>

    <!– Inventory –>

    <?php WCVendors_Pro_Product_Form::stock_status( $object_id ); ?>

    <?php do_action( ‘wcv_product_options_sold_individually’ ); ?>

    <?php do_action( ‘wcv_product_options_inventory_product_data’ ); ?>

    </div>

    <?php do_action( ‘wcv_after_inventory_tab’, $object_id ); ?>

    <?php do_action( ‘wcv_before_shipping_tab’, $object_id ); ?>

    <!– Shipping –>

    </div>

    <?php do_action( ‘wcv_after_shipping_tab’, $object_id ); ?>

    <?php do_action( ‘wcv_before_linked_tab’, $object_id ); ?>

    <!– Upsells and grouping –>

    </div>

    <?php do_action( ‘wcv_after_linked_tab’, $object_id ); ?>

    <!– Attributes –>

    <?php do_action( ‘wcv_before_attributes_tab’, $object_id ); ?>

    <?php do_action( ‘wcv_after_attributes_tab’, $object_id ); ?>

    <!– Variations –>

    <?php do_action( ‘wcv_before_variations_tab’, $object_id ); ?>

    <?php do_action( ‘wcv_after_variations_tab’, $object_id ); ?>

    <?php WCVendors_Pro_Product_Form::form_data( $object_id, $post_status ); ?>
    <?php WCVendors_Pro_Product_Form::save_button( $title ); ?>
    <?php WCVendors_Pro_Product_Form::draft_button( __(‘Save Draft’,’wcvendors-pro’) ); ?>

    </div>
    </div>
    </form>
    <?php
    } else {

    echo ‘ <p>WAIT! Before you can add products, you must connect to STRIPE, so you can receive the funds from your sales. To connect to Stripe, VISIT YOUR STORE DASHBOARD SETTINGS and click the PAYMENTS tab.</p>’;
    }
    ?>

    in reply to: Shop Page Banner #58715
    Sara
    Participant

    Hi again, this only happened after I updated marketplace and buddypress, not wcvendors. I know some other people use those plugins and the theme onesocial, and I am just not sure what to do or if anyone else who uses them ran into this after updating.

    in reply to: Shop Page Banner #58664
    Sara
    Participant

    Hi, I just wanted to add, that this only started happening after I updated the plugin. Is there a way, that in this code

    if ( is_array( $store_banner_src ) ) {
    $store_banner = ‘‘;
    } else {
    // Getting default banner
    $default_banner_src = WCVendors_Pro::get_option( ‘default_store_banner_src’ );
    $store_banner = ‘‘;
    }

    I could make the else get default banner just display none?

    I don’t want to add a default banner, and I liked how it was before, that if a vendor doesn’t upload a banner then it just shows nothing, but now there is just a huge space on the top of the page where the banner would be. Thank you so much.

    in reply to: Add File Upload to Messages #47166
    Sara
    Participant
    
    ### WordPress Environment ###
    
    Home URL: http://printablemarket.com
    Site URL: http://printablemarket.com
    WC Version: 2.6.7
    Log Directory Writable: ❌ To allow logging
    make /home3/lalap/public_html/printablemarket.com/wp-content/uploads/wc-logs/ writable or define a custom WC_LOG_DIR.
    
    WP Version: 4.6.1
    WP Multisite: –
    WP Memory Limit: 256 MB
    WP Debug Mode: –
    WP Cron: ✔
    Language: en_US
    
    ### Server Environment ###
    
    Server Info: Apache
    PHP Version: ❌ 5.4.45 - We recommend a minimum PHP version of 5.6. See: How to update your PHP version
    PHP Post Max Size: 64 MB
    PHP Time Limit: 30
    PHP Max Input Vars: 1000
    cURL Version: 7.19.7
    NSS/3.21 Basic ECC
    
    SUHOSIN Installed: –
    MySQL Version: ❌ 5.5.51 - We recommend a minimum MySQL version of 5.6. See: WordPress Requirements
    Max Upload Size: 64 MB
    Default Timezone is UTC: ✔
    fsockopen/cURL: ✔
    SoapClient: ✔
    DOMDocument: ✔
    GZip: ✔
    Multibyte String: ✔
    Remote Post: ✔
    Remote Get: ✔
    
    ### Database ###
    
    WC Database Version: 2.6.7
    : 
    woocommerce_sessions: ✔
    woocommerce_api_keys: ✔
    woocommerce_attribute_taxonomies: ✔
    woocommerce_downloadable_product_permissions: ✔
    woocommerce_order_items: ✔
    woocommerce_order_itemmeta: ✔
    woocommerce_tax_rates: ✔
    woocommerce_tax_rate_locations: ✔
    woocommerce_shipping_zones: ✔
    woocommerce_shipping_zone_locations: ✔
    woocommerce_shipping_zone_methods: ✔
    woocommerce_payment_tokens: ✔
    woocommerce_payment_tokenmeta: ✔
    MaxMind GeoIP Database: ❌ The MaxMind GeoIP Database does not exist - Geolocation will not function. You can download and install it manually from http://dev.maxmind.com/geoip/legacy/geolite/ to the path: . Scroll down to \"Downloads\" and download the \"Binary / gzip\" file next to \"GeoLite Country\"
    
    ### Active Plugins (21) ###
    
    WP Offload S3 Lite: by Delicious Brains – 1.1.2
    Amazon Web Services: by Delicious Brains – 1.0
    bbPress: by The bbPress Community – 2.5.10
    MarketPlace: by BuddyBoss – 1.1.2
    BuddyBoss One Click Installer: by BuddyBoss – 1.0.3
    BuddyPress: by The BuddyPress Community – 2.7.2
    Category and Product Woocommerce Tabs: by ikhodal team – 1.0
    Color Filters for WooCommerce: by Elementous – 1.2.2
    Coming Soon Page & Maintenance Mode by SeedProd: by SeedProd – 5.0.4
    Force Regenerate Thumbnails: by Pedro Elsner – 2.0.6
    WPBakery Visual Composer: by Michael M - WPBakery.com – 4.12
    OptinMonster API: by Thomas Griffin – 1.1.5.5
    Unlimited Page Sidebars: by Ederson Peka – 0.2.2
    Use Any Font: by Dinesh Karki – 4.6
    WC Vendors Pro: by WC Vendors – 1.3.7
    WC Vendors: by WC Vendors – 1.9.6
    Widget Logic by Path: by Mohan Chevuri – 0.2.2
    Widget Logic: by Alan Trewartha – 0.57
    WooCommerce Hide Checkout Shipping Address: by Web Whales – 1.3
    WooCommerce Product Search: by itthinx – 1.2.0
    WooCommerce: by WooThemes – 2.6.7
    
    ### Settings ###
    
    Force SSL: –
    Currency: USD ($)
    Currency Position: left
    Thousand Separator: ,
    Decimal Separator: .
    Number of Decimals: 0
    
    ### API ###
    
    API Enabled: –
    
    ### WC Pages ###
    
    Shop Base: #58 - /shop/
    Cart: #59 - /cart/
    Checkout: #60 - /checkout/
    My Account: #61 - /my-account/
    
    ### Taxonomies ###
    
    Product Types: external (external)
    grouped (grouped)
    simple (simple)
    variable (variable)
    
    ### Theme ###
    
    Name: OneSocial Child Theme
    Version: 1.1.4
    Author URL: http://www.buddyboss.com
    Child Theme: ✔
    Parent Theme Name: OneSocial
    Parent Theme Version: 1.1.4
    Parent Theme Author URL: http://www.buddyboss.com
    WooCommerce Support: ✔
    
    ### Templates ###
    
    Overrides: –
    
    ### WC Vendors Pro ###
    
    Theme Compatability: -
    Pro Dashboard Page: - #646
    Feedback form page: - #978
    Vendor Shop Permalink: - vendors/
    
    ### Templates ###
    
    Overrides: –
    
Viewing 9 posts - 1 through 9 (of 9 total)