Forum Replies Created

Viewing 50 posts - 51 through 100 (of 1,620 total)
  • Author
    Posts
  • in reply to: wcv_save_product hook #59882
    Jamie
    Keymaster

    Hello,

    In version 1.4 I’ve added auto save code so that if you prefix your fields with a _wcv_custom_taxonomy. If you can’t wait till 1.4 is out here is example code that works for display and saving on the product edit form.

    https://gist.github.com/digitalchild/128033d2d41f682acd4387b595d4f607

    cheers,

    Jamie.

    in reply to: Intercepting tracking details entered by vendor #59880
    Jamie
    Keymaster

    Hello,

    Not at the moment but I just added an action at the end of that function that you can call in the next release.

    do_action( 'wcv_update_shipment_tracking', $$vendor_tracking_details );

    cheers,

    Jamie.

    in reply to: Redirect after product is added #59879
    Jamie
    Keymaster

    Hello,

    At the moment it appears that I haven’t added a filter or a redirect for this. I’ve added an issue in our private github to remedy this in a future version.

    cheers,

    Jamie.

    in reply to: Appearance and position of the header #59878
    Jamie
    Keymaster

    Hello,

    Depending on your theme and how they hook the theme header in will determine if you can disable that on the shop pages for the vendors. If your theme does provide this, then you can load and unload the filters we use to hook into the shop loop. You’d have to talk to your theme developers to see if that is possible. Based on the screenshot you’ve provided I don’t think it will be possible, but can’t hurt to ask your theme devs.

    We use the woocommerce loop actions and filters to display our header above the products.

    cheers,

    Jamie.

    in reply to: Type of Auction #59877
    Jamie
    Keymaster

    Hello,

    You can use hidden fields.

    < ?php WCVendors_Pro_Form_Helper::input( apply_filters( 'wcv_auction_proxy', 
    array( 'type'	=> ‘hidden’,
    ‘id’ => ‘ _auction_type’,
    ‘value’	=> ‘normal’
    ) )
    );
    ?>

    Our forum messes up the quotes so you’ll have to check that copying this code is done right.

    cheers,

    Jamie.

    in reply to: Force proxy on product edit #59876
    Jamie
    Keymaster

    Hello,

    You can use hidden fields to hardcode these values.

    ‘hidden’,
    ‘id’ => ‘_auction_proxy’,
    ‘value’ => ‘yes’
    ) )
    );
    ?>

    cheers,

    Jamie.

    in reply to: Site Crashes on Update #59543
    Jamie
    Keymaster

    Hello

    Can someone post the actual log file so I know what is going on? Without any reference I’m making stabs in the dark which is going to take fixing this problem a lot longer.

    cheers,

    Jamie.

    in reply to: Custom Taxonomy Integration #58941
    Jamie
    Keymaster

    Hello,

    Apologies for the delay in response. I had to build a complete environment to test this. I was also finishing off bookings and 1.4 code this weekend. This code works for grouped and normal products.

    https://gist.github.com/digitalchild/128033d2d41f682acd4387b595d4f607

    Also 1.4 will support auto save for custom taxonomies for anything that is prefixed with _wcv_custom_taxonomy_{your_taxonomy_here} or wcv_custom_taxonomy_{your_taxonomy_here}

    v1.4.0 is out tomorrow, doing my final testing now.

    cheers,

    Jamie.

    in reply to: license not activating #58882
    Jamie
    Keymaster

    Hello,

    Your software will continue to work without the license active you just won’t have automatic updates working. Oh and our nag screen on the backend telling you its not active 🙂 You will need to disable your license at your my account page and then activate it again.

    cheers,

    Jamie.

    in reply to: rearange pro dashboard tab orders #58777
    Jamie
    Keymaster

    Hello,

    Yes you can change the order of the tabs by hooking into the pages filter. This code will do just that.

    https://gist.github.com/digitalchild/e495f8c48338747fc3f56521c78f673a

    cheers,

    Jamie.

    in reply to: Remove Tracking Number #58776
    Jamie
    Keymaster

    Hello,

    Disable it under Pro options tab under Permissions.

    cheers,

    Jamie.

    in reply to: Custom Taxonomy Integration #58775
    Jamie
    Keymaster

    Hello,

    I’m doing some testing today on grouped products and custom taxonomy but I’m not sure why it wouldn’t save. As all products trigger the same code. Your code also doesn’t check for duplicate taxonomy names which defeats the purpose of the taxonomy. You need to check out the tag code in the product controller to see how I’ve stored the tags, you should be able to cut and paste that code and change as necessary. In a future version (possibly 1.4 if I have time) custom taxonomies will automatically be saved with the product controller just like our custom meta fields do.

    cheers,

    Jamie.

    in reply to: Urgent – Commission table, two vendors on same product? #58772
    Jamie
    Keymaster

    Hello,

    Yes currently wc vendors treats user_id 1 as the admin for pretty much everything. I would not recommend setting your user_id 1 as a vendor role.

    cheers,

    Jamie.

    in reply to: discount coupons #58723
    Jamie
    Keymaster

    Hello,

    Commissions come out of product after the coupon is applied by default unless you have set this to before on the commissions tab. If this is not working then you have found a bug and I need to fix it.

    Regarding store wide commissions by admins this cannot be done due to commissions being calculated at the product level.

    If you create a 10% off coupon and there are multiple vendors in the store. How do you split that 10% evenly over x number of vendors? There is almost always a remainder. We know this is an issue and are trying to work out a way around this. At this stage I am uncertain how to do such a discount split.

    cheers,

    Jamie.

    in reply to: How to change type of field in product submission? #58722
    Jamie
    Keymaster

    Hello,

    This code will do what you require.

    https://gist.github.com/digitalchild/202ee1ef2cafce023d316a9eb56c7d68

    cheers,

    Jamie.

    in reply to: Duvidas pre-compra wc vendors pro #58719
    Jamie
    Keymaster

    Hello,

    We do not support Pagseguro however the guys over at mango pay have gotten their plugin to work with WC Vendors so you could give that a try to get payments working.

    cheers,

    Jamie.

    in reply to: class-vendor-cart.php #58718
    Jamie
    Keymaster

    Hello,

    You don’t have to modify the core classes to get more information into the sold by data. All the sold by data is is order item meta. Once you have the vendor ID its very easy to add extra fields such as the vendors phone number or address. This would be custom coding outside the scope of our support though.

    cheers,

    Jamie.

    Jamie
    Keymaster

    Hello,

    It doesn’t look like you have our shipping module enabled. If this isn’t enabled then none of the shipping fields will be displayed this is on its own shipping tab.

    You might have to contact buddyboss to ask they why those fields aren’t displaying as they override ALL of our templates.

    cheers,

    jamie.

    Jamie
    Keymaster

    Hello,

    This would require custom coding to have rule based categories and attributes. This is not an easy task and would a lot of javascript for this to work.

    If you make it work we’d love to integrate this feature 🙂

    cheers,

    Jamie.

    in reply to: Redirecting Vendors to Vendor Dashboard on Login #58708
    Jamie
    Keymaster

    Hello,

    Whenever anyone tells you to add this to your themes functions.php file they mean to the end or near the end. Some themes have things commented in there that tell you where you can put your custom code such as our code. I usually just add it towards the end of the file somewhere so long as its not removing/interfering with any existing code.

    cheers

    Jamie.

    in reply to: What to send dev for coupon off website owner #58707
    Jamie
    Keymaster

    Hello,

    Admin coupons are currently not supported completely due to our commissions being calculated at the product level.

    I’m not sure your developer could work this out either. This is all done in the admin/class-wcvendors-commission-controller.php.

    cheers,

    Jamie.

    Jamie
    Keymaster

    Hello,

    We have had a lot of customers use buddypress integrations to get messages working between customers and vendors. This would all be custom code out of the scope of our support.

    Change log is here: https://www.wcvendors.com/product/wc-vendors-pro/#link_changelog_tab

    cheers,

    Jamie.

    in reply to: Chart Feature between Customer with Vendor #58705
    Jamie
    Keymaster

    Hello,

    We currently support product enquiry from woocommerce. We have had a lot of customers use buddypress integrations to get messages working between customers and vendors. This would all be custom code out of the scope of our support.

    cheers,

    Jamie.

    in reply to: Limit State For Cash On Delivery #58704
    Jamie
    Keymaster

    Hello

    This is to do with woocommerce and not us.

    cheers,

    Jamie.

    in reply to: Admin as Vendor #58703
    Jamie
    Keymaster

    Hello,

    You’re admin account is that, an admin account. You should be creating a vendor account to sell items and utilize the features of a vendor.

    cheers,

    Jamie.

    in reply to: Report "Sales by product" count wrong #58702
    Jamie
    Keymaster

    Hello,

    We got your github request and I am investigating it.

    cheers,

    Jamie.

    in reply to: Yoast SEO for Vendors #58701
    Jamie
    Keymaster

    Hello,

    Currently we have hadn’t had any requests to integrate Yoast on the front end for pro. It’s possible to add these fields yourself however this is not automatic and would require some custom coding.

    cheers,

    Jamie.

    in reply to: Delivery time #58699
    Jamie
    Keymaster

    Hello,

    You’d need to do this at a lower level than wc vendors and do this at the woocommerce level for stock control. You could write some custom code to check if the order is shipped within x days of order and then process as required.

    cheers,

    Jamie.

    in reply to: discount coupons #58695
    Jamie
    Keymaster

    Hello,

    Vendor coupons should be working without any problems. The only issues we currently have are for admin/site coupons.

    To edit the commissions you’d have to do this via the database using phpmyadmin or a similar tool.

    cheers,

    Jamie.

    in reply to: Combine Accounts From Two Website #58694
    Jamie
    Keymaster

    Hello,

    WooCommerce does not support multi site accounts as you require and we do not support multisite either. I have no plans to suppport WordPress multisite anytime soon.

    cheers,

    Jamie.

    in reply to: Custom field – upload image #58693
    Jamie
    Keymaster

    Hello

    You can do custom image uploads if you need to.

    https://gist.github.com/digitalchild/86e3b64cbad92dc16e15

    Change as you require.

    We will be expanding our new docs site to include examples like this in the future.

    cheers,

    Jamie.

    in reply to: Consumer purchase history "savings" details #58691
    Jamie
    Keymaster

    Hello,

    This is more to do with how your orders are displayed with WooCommerce in emails and on confirmation templates. This is not really anything to do with our plugin.

    cheers,

    Jamie.

    in reply to: Making Categories Dropdown Required #58690
    Jamie
    Keymaster

    Hello,

    If you can wait till we release 1.4 (in about a week or so) We provide a new required interface for all the fields including categories 🙂

    cheers,

    Jamie.

    in reply to: Related products by vendor not working any longer #58688
    Jamie
    Keymaster

    Hello,

    This is related to woocommerce more than us. I would suggest you check out the filter woocommerce_output_related_products_args. You’d just have to add the post_author to the arguments for the product->post->post_author from the global $product. You can do this in your themes functions.php

    cheers

    Jamie.

    in reply to: Vendors cant select custom taxonomy #58687
    Jamie
    Keymaster

    Hello,

    How did you create the custom taxonomy? Usually this is due to lack of access to the taxonomy for the vendor role.

    cheers,

    Jamie.

    in reply to: Credit Card Storage #58686
    Jamie
    Keymaster

    Hello,

    Credit card information is not saved only a token for stripe to look up. This is how the stripe gateway works. At the moment there is no way to disable this without modifying the gateway itself. If you’d like to do this comment out like 452 in class-wc-gateway-stripe.php

    cheers,

    Jamie.

    in reply to: hook for product base vendor #58684
    Jamie
    Keymaster

    Hello,

    Vendors are just users that are the post_author of the products. You can easily look up the user information once you have the post author from the product.

    This would require custom coding out of the scope of our support.

    cheers,

    Jamie.

    in reply to: Editing product page. #58683
    Jamie
    Keymaster

    Hello,

    It might be a good idea to look at WooCommerce Bookings which we will be supporting in our next major release.

    cheers,

    Jamie.

    in reply to: Not Receiving Customers Phone Number in Orders #58682
    Jamie
    Keymaster

    Hello,

    Customer phone numbers are included if they have provided a billing phone number. You can check the template in free to make sure this is happening. If not you can modify the template to ensure that it is.

    cheers,

    Jamie.

    in reply to: Vendors export orders by product #58680
    Jamie
    Keymaster

    Hello,

    Not at this time but we have an outstanding issue to better provide export options for vendors in a future release.

    cheers,

    Jamie.

    in reply to: Drop Ship Request Form #58679
    Jamie
    Keymaster

    Hello

    It would make more sense to create a variable for vendors that drop ship for you and then hook into orders that contain products from those vendors and trigger the drop ship request instead. This would ensure payment is received from the customers and make it easier for the vendors to get their commission while you print and ship the shirts.

    cheers,

    jamie.

    in reply to: Shipping country variable not catched #58678
    Jamie
    Keymaster

    Hello,

    If you’re on the product-edit page you can just use $vendor_id = get_current_user_id(); instead.

    cheers,

    Jamie.

    in reply to: Refund email #58676
    Jamie
    Keymaster

    Hello,

    Refund emails should be enabled in woocommerce. We don’t do anything except reverse commissions when refunds are triggered.

    cheers,

    Jamie.

    in reply to: Calculate Comission on Entire Order #58675
    Jamie
    Keymaster

    Hello,

    The reason we calculate it like this is because in most countries tax is in full and you shouldn’t be taking a commission of taxes. This is also done on a per product basis. Until I write version 2 of free when commission calculations will be at the order level instead of the product level. I will however continue to treat taxes and shipping separately.

    At this time you’d have to custom code your own commission calculator to work like this. Shipping and taxes and the prices are all calculated separately

    cheers,

    Jamie.

    Jamie
    Keymaster

    Hello,

    1. https://gist.github.com/digitalchild/f13d44e835a40636e56b5f7c6871c3bb
    2. You’d have to integrate this with custom code (not supported or developed by us.
    3. The shop manager can log into the back end if you don’t have it restricted. They cannot manage vendor stores.

    cheers,

    jamie.

    in reply to: License Activation #58516
    Jamie
    Keymaster

    Hello,

    The issue with curl timing out is not trying to get to your website. It is your webserver trying to contact ours. Our license code communicates to our main URL: https://wcvendors.com/

    Your hosting company is testing the wrong way for curl. They need to be on your webserver and curl OUR website not yours.

    This timeout issue we have seen before have been for the following reasons:

    – cUrl is too old
    – hosting company is blocking outgoing connections for php/fast cgi
    – some other security plugin is stopping outgoing communications from the host

    cheers,

    Jamie.

    in reply to: Pre sales inquiries #58482
    Jamie
    Keymaster

    Hello,

    Private messages are just to the support staff. So you can hide things from the general public and search engines. I have no idea why he marked it private he was just repeating your question 🙂

    cheers,

    Jamie.

    in reply to: Pre sales inquiries #58479
    Jamie
    Keymaster

    Hello

    We provide two different shipping options that can be set globally and overridden for each vendor. We provide flat rate shipping ( national and international ) and a table rate shipping method. These are both already available in our current offering. In our upcoming release we have expanded the capabilities of both of these shipping systems for the vendors.

    The only option I can see that we don’t have is a ‘processing time’ for shipping.

    Flat Rate allows you to set a flat rate for national and international, provide free shipping for one or the other and also provide per order free shipping, min/max spend options and qty overrides.

    Country rate shipping allows you to set the country, state, zip code based fees with the same free shipping over x spend and min/max spend and qty overrides.

    There is also the usual processing fees. These can all be set at the per product, per vendor and globally across the market place.

    cheers,

    Jamie.

    in reply to: UI questions #58287
    Jamie
    Keymaster

    Hello,

    1. Currently you cannot easily remove these but I’ve added an issue to disable these if they are disabled on the form.

    2. You can edit the template to remove the shipping from the commission breakdownas from the following template: templates/dashboard/reports/overview.php please see our KB article on overriding templates.

    http://docs.wcvendors.com/knowledge-base/changing-the-vendor-templates/

    cheers,

    Jamie.

    in reply to: Conflict with Download Now – solution #58285
    Jamie
    Keymaster

    Hello,

    This code can be disabled via an option in our pro settings screen. This is disabled by default so unless you’ve turned it on this code should never run.

    cheers,

    Jamie.

Viewing 50 posts - 51 through 100 (of 1,620 total)