• Resolved Timvg

    (@timvangorp)


    Dear WCfm,

    Your plugin truly is the best, well done!

    I do have a question & a suggestion:

    1.) Issue: Admin as a store vendor

    The Admin (username: Test) sells products.
    Some of the Admin’s products can be bought from another vendor.
    So we apply “Single Product Multi-vendor” & the other vendors added the Admin’s product to their store.

    The issues:

    – The shortcode [wcfm_store_sold_by] doesn’t display the Admin.
    – Under the “|More Offers|” tab, the Admin’s username (“Test”) isn’t shown. It just shows a standard text: “Admin Product”

    These issues are probably because the Admin is not automatically added to the Store Vendors Listing. Can this be fixed? (Instead of needing to create a separate new Store Vendor profile to sell the Admin’s products with “Single Product Multi-vendor”)

    2.) Refund Request suggestion

    At the moment, customers can only request a “partial refund” or a “full refund”.
    In reality, customers can generally ask for a:

    – Refund
    – Exchange product (optional)
    – Store credit (optional)

    It would be a great improvement if the Admin can customize the refund options; By allowing to delete/add customer refund-options.

    + A bit more advanced: Some products are not eligible for refunds, so the option to automatically exclude those would be very interesting too. (Perhaps by an “Eligible for refund” checkbox on the back-end of each product page.)

    Thanks for your time.

    Have a great day,
    Tim

    • This topic was modified 5 years, 9 months ago by Timvg.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author WC Lovers

    (@wclovers)

    Hi Tim,

    Thanks for your kind appreciation 🙂

    – The shortcode [wcfm_store_sold_by] doesn’t display the Admin.
    – Under the “|More Offers|” tab, the Admin’s username (“Test”) isn’t shown. It just shows a standard text: “Admin Product”

    – Right, as Admin never consider as a vendor as no multi vendor rules are applied on Admin and his/her products. Admin allowed to sell his/her products from site as standalone e-commerce site.

    These issues are probably because the Admin is not automatically added to the Store Vendors Listing. Can this be fixed? (Instead of needing to create a separate new Store Vendor profile to sell the Admin’s products with “Single Product Multi-vendor”)

    – Admin can not be consider as vendor. If you want to show “Sold By” label for Admin, I can help you in this.

    In reality, customers can generally ask for a:

    – Refund
    – Exchange product (optional)
    – Store credit (optional)

    – Right, you may use this addon for the purpose- https://makewebbetter.com/product/woocommerce-rma-wcfm-refund-exchange/

    Thank You

    Thread Starter Timvg

    (@timvangorp)

    Thank you very much for your fast & kind reply.

    “If you want to show “Sold By” label for Admin, I can help you in this.”

    That would be great. Is there also a way to change/edit the standard text: “Admin Product” inside the “|More Offers|” tab?

    2.) Refund Request suggestions

    Is there any chance that extended refund options can be included in a WCFM’s premium packs update? The add-on from http://www.makewebbetter.com has all those suggested features, but (like many people) I avoid using many different plugins & would only buy this from WCFM instead.

    Have a great day,
    Tim

    Plugin Author WC Lovers

    (@wclovers)

    That would be great. Is there also a way to change/edit the standard text: “Admin Product” inside the “|More Offers|” tab?

    – What you want to call this?

    Is there any chance that extended refund options can be included in a WCFM’s premium packs update? The add-on from http://www.makewebbetter.com has all those suggested features, but (like many people) I avoid using many different plugins & would only buy this from WCFM instead.

    – I understand your point but we have already collab with this plugin author for these features. So, now add those in WCFM core will not ethical.

    Thread Starter Timvg

    (@timvangorp)

    What you want to call this?

    The [Site Title] would be a good & elegant standard, instead of the current “Admin Product” text.

    Whatever someone would want to call this instead, I assume that name is easily editable in the code though?

    Have a great day,
    Tim

    Plugin Author WC Lovers

    (@wclovers)

    Please keep this code added in your site, it will work after plugin’s next update –

    add_filter( 'wcfmmp_more_offers_admin_product_soldby_label', function( $label, $offer_product_id ) {
    	$label = get_bloginfo( 'name' );
    	return $label;
    }, 50, 2 );

    Add custom code(s) to your child theme’s functions.php
    In case you do not have child theme then add those using this plugin – https://ww.wp.xz.cn/plugins/code-snippets/

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Admin store vendor + Refund options’ is closed to new replies.