Display feature Store

This topic contains 5 reply and 2 voices, and was last updated by towhid 9 years, 3 months ago
Viewing 5 Posts - 1 through 5 (of 5 total)
Author Posts
January 2, 2015 at 3:43 pm 33313
towhid Hello, I need a function like the one in the Feature store display widget witch can display on a page i will create - the Feature store name - the Phone number - And the link to the shop of the store. Thanks for your assistance.
January 2, 2015 at 4:20 pm 33314
towhid towhid

Hello Boris,

I have forwarded this feature to our developer team. Hope they will implement this feature in our next update.

Thank You 🙂

January 2, 2015 at 4:56 pm 33315
Boris GAB Boris GAB

I only want the query to display the featured information. It is not a big thinks to wait for next update. We already have a widget for this, but the widget display the seller name, i need to display the Store name.

January 2, 2015 at 5:19 pm 33316
towhid towhid

Hello Boris,

I am not good at code. I have already forwarded this feature to our developer team. Now they are in weekend. They will be available from Monday. I will discuss about this with our developer team when they back.

Thank You 🙂

January 5, 2015 at 6:42 pm 33408
Boris GAB Boris GAB

Help please

January 6, 2015 at 11:46 am 33432
towhid towhid

Hello Boris,

In your widget please write the below code and let me know the result.

$store_info = dokan_get_store_info( $store_user->ID );

<?php if ( isset( $store_info['store_name'] ) ) { ?>
           <li class="store-name">
              <a href="<?php $store_info['store_name'] ; ?>"><?php echo esc_html( $store_info['store_name'] ); ?></a>
           </li>
<?php } ?>

Thank You 🙂

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