• Resolved munzirae71

    (@munzirae71)


    Hello sir, I want to get the store banner to add inside Woocommerce single product page on woocommerce_before_main_content location. For that I already try using

    $store_user = dokan()->vendor->get( get_query_var( ‘author’ ) );

    and
    get_banner(); ?>”lass=”profile-info-img”></img>

    But still not working, can you, sir help me. Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter munzirae71

    (@munzirae71)

    $store_user = dokan()->vendor->get( get_query_var( 'author' ) );
    <img src="<?php echo $store_user->get_banner(); ?>"class="profile-info-img"></img>

    • This reply was modified 6 years, 1 month ago by munzirae71.
    Nazmul Hassan

    (@nazmulhassann20)

    Hello,

    We are unable to provide support for any custom code or custom feature through this free forum. We can only provide support if you find any bug or issue in our default functionality of this free version!

    Thanks!

    Thread Starter munzirae71

    (@munzirae71)

    is ok sir, Thank you.

    @munzirae71 Did you figure out this issue? I am having the same problem and having trouble getting my code to work.

    • This reply was modified 5 years, 10 months ago by Osisis. Reason: forgot to click notify me of followup
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adding store Banner inside woocommerce single product page’ is closed to new replies.