Hello @fabriciobarros10 ,
Sorry, I am not from the support team. but I can help you with that I already did that on my site. you have to customize the PHP file in the Dokan plugin.
dokan plugin –> dokan-lite/templates/store-lists-loop.php
line 29
replace :
<div class=”store-content <?php echo ! $store_banner_id ? esc_attr( ‘default-store-banner’ ) : ” ?>”>
with:
<div class=”store-content <?php echo ! $store_banner_id ? esc_attr( ‘default-store-banner’ ) : ” ?>” onclick= “location.href='<?php echo esc_url( $store_url ); ?>’;” style=”cursor:pointer;” >
put in your mind you have to do it every time you update the plugin.
-
This reply was modified 3 years, 10 months ago by Caridor.
-
This reply was modified 3 years, 10 months ago by Caridor.