Viewing 5 Topics - 16 through 20 (of 20 total)
Author Posts
August 16, 2014 at 9:52 pm 25293
roderswiss roderswiss

No position from Wedevs team?

I sent them an email few days ago and no response too…

Where are you guys?

August 19, 2014 at 10:13 pm 25533
Sekander Badsha Sekander Badsha

I have said that before, we only provide codes to solve bugs. We don’t provide codes for customizing any of our products. Please try to understand.

August 19, 2014 at 10:20 pm 25534
roderswiss roderswiss

Hello Sekander,

the question now is about the credibility of your team as Mahi said it would be done.
Can we trust in your guys work?

August 28, 2014 at 11:45 pm 26027
roderswiss roderswiss

Any position on that matter? It’s been more than a month now.

August 31, 2014 at 2:19 pm 26116
Sk Sk

Hello everybody,
paste the following code at the bottom of dokan/function.php. but the best way is to create a child theme.

[php]
function dokan_product_store_name() {
global $post;
$seller = get_userdata( $post->post_author );
$store_info = dokan_get_store_info( $post->post_author ); ?>
<style type="text/css">
.about-shop {
background-color: #fefefe;
border: 1px solid #cccccc;
padding: 2px 10px;
}
</style>
<div class="about-shop clear">
<span class="owner-details">
From:
<a href="<?php echo home_url().’/store/’.$seller->user_nicename; ?>">
<span class="shop-name"><?php echo $store_info[‘store_name’] ?></span>
</a>
</span>
</div>
<?php
}
add_action( ‘woocommerce_after_shop_loop_item’, ‘dokan_product_store_name’ );
[/php]

we are really sorry for late. Our developer team were so busy to develop some new and exclusive products for you.
As you saw our support rules, we don’t provide customization or extra features support. But to make you happy some times we break rules. So please be patient when we can’t break the rules.

Thank you 🙂

Viewing 5 Topics - 16 through 20 (of 20 total)