Viewing 9 replies - 16 through 24 (of 24 total)
  • Thread Starter hunchopreneur

    (@hunchopreneur)

    Thanks for Your help. One last request, please. I see a snippet to make vendors unable to upload products unless they input their location. Is there a snippet to also make them unable to upload products until they verify themselves?

    Plugin Author WC Lovers

    (@wclovers)

    Is there a snippet to also make them unable to upload products until they verify themselves?

    – Verify means? Do you mean WCFM Ultimate “Store Verification” module?

    Thread Starter hunchopreneur

    (@hunchopreneur)

    @wclovers Yes. Where they will have to upload their ID cards or business license before uploading any product. I have seen only the snippet that works only with location in the documentation. I wanted to ask if there is one for the verification which they will upload their ID cards.

    Plugin Author WC Lovers

    (@wclovers)

    You may restrict this using “Verification Product Limit”

    Thread Starter hunchopreneur

    (@hunchopreneur)

    using this CSS I have modified and implemented the same verification badge and sold by size on all pages. But now I have an issue as it doesn’t work on the cart page, single product page, and checkout page. How do I achieve this same size on Woocommerce generated pages, please?

    .page-id-2787 .wcfmmp_sold_by_wrapper {
    display: inline;
    }
    .page-id-2787 .wcfm_vendor_badges {
    display: inline;
    margin-left: 10px;
    vertical-align: bottom;
    }

    Plugin Author WC Lovers

    (@wclovers)

    WooCommerce generated which page? Is this shop page or custom product archive page?

    Thread Starter hunchopreneur

    (@hunchopreneur)

    @wclovers They are pages generated by woocommerce. For example, if You check this single product https://onemarketc.com/product/lanx-propper-shoes-men-foot-wear/, You will see the verification badge is still the same big size in it with the products under the related products, the cross-sells, and upsells. If You also proceed to the cart page and checkout page, the verification badge size is also large there. The pages are Woocommerce generated.

    Plugin Author WC Lovers

    (@wclovers)

    Add this CSS –

    .owl-carousel .wcfmmp_sold_by_wrapper {
    display: inline;
    }
    .owl-carousel .wcfm_vendor_badges {
    display: inline;
    margin-left: 10px;
    vertical-align: bottom;
    }
    Thread Starter hunchopreneur

    (@hunchopreneur)

    @wclovers The CSSS worked and made it inline. But the sizer has not changed I added this CSS to change the size, but it never worked

    .owl-carousel .wcfm_vendor_badges {
    width: 7.5px !important;
    height: 7.5px !important;
    display: inline;
    margin-left: 1px;
    margin-top: 11.5px !important;
    vertical-align: bottom;
    }

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘!IMPORTANT. Frontend vendor verification badge’ is closed to new replies.