Forum Replies Created

Viewing 15 Topics - 1 through 15 (of 22 total)
Author Posts
January 23, 2015 at 10:44 pm in reply to: contact seller form in product page 34870
sophie sophie

Fine,
I programmed
thanks

November 18, 2014 at 2:39 am in reply to: Dokan adaptive payments (Parallel) BIG problem 30655
sophie sophie

Hi, the final testing is ok ?
i have the problem too.

thanks

November 13, 2014 at 8:09 am in reply to: Seller Name on product details page 30350
sophie sophie

on your product template :
$author = get_user_by( ‘id’, $post->post_author );
$store_info = dokan_get_store_info( $author->ID );

echo esc_html( $store_info[‘store_name’] );

November 11, 2014 at 9:38 pm in reply to: WP Editor problem on dashboard/settings 30234
sophie sophie

you need to update your field before update the page :

jQuery(‘input[name=dokan_update_profile]’).click(function(){

tinyMCE.triggerSave();
});

dokan_update_profile = the name of your submit button

November 11, 2014 at 9:32 pm in reply to: Empty page dokan 1.2 and subscription 30233
sophie sophie

thanks

November 11, 2014 at 9:28 pm in reply to: bugs dokan subscription 30232
sophie sophie

Hi, sorry for delay,
just if i don’t comment this line (console.log(dps)) the dokan subscription plugin stop. So i don’t view the package on my subscription page

November 6, 2014 at 12:27 am in reply to: Empty page dokan 1.2 and subscription 29795
sophie sophie

Nop sorry, the problem is already on

October 21, 2014 at 7:32 pm in reply to: recurring subscription problem 28824
sophie sophie

so the feature is available only with paypal. no payment by check or wire transfer.
you can not just send a payment reminder to the user to adjust the end date of package when it uses a different method of payment?

October 20, 2014 at 10:34 pm in reply to: page nivigation in seller dashboard product not worling 28756
sophie sophie

hum. i have this problem on all my install…..

October 20, 2014 at 3:08 am in reply to: FREE shipping is not working 28697
sophie sophie

my solution :

comment this :
if ( ! is_array( $shipping_method ) || !in_array( ‘dokan_per_product’, $shipping_method ) ) {
wc_add_notice( __( ‘shipping was not chosen’, ‘woocommerce’ ), ‘error’ );
return;
}

line 352 of dokan-product-shipping/dokan-shipping.php
I use free shipping too

October 20, 2014 at 2:46 am in reply to: page nivigation in seller dashboard product not worling 28696
sophie sophie

the problem is variable $paged.. she is Null
My solution :

set global $post;
and when $paged is set replace all by

$paged = ((preg_match(‘~/page/(\d+)/$~’, $_SERVER[‘REQUEST_URI’],$matches)) ? $matches[1] : 1);

October 8, 2014 at 8:39 am in reply to: Dokan adaptive payments (Parallel) BIG problem 28083
sophie sophie

same pb.
help please

September 25, 2014 at 7:58 pm in reply to: Translation? 27532
sophie sophie

the probleme is on dokan theme functions.php
replace
load_theme_textdomain( ‘dokan-theme’, get_template_directory() . ‘/languages’ );

by load_theme_textdomain( ‘dokan’, get_template_directory() . ‘/languages’ );

September 25, 2014 at 8:56 am in reply to: Translation? 27483
sophie sophie

the topic is resolved… but why. I have the same problem.
Thanks

September 24, 2014 at 7:32 pm in reply to: Order to seller 27439
sophie sophie

i think the issue is transform owner on a seller…. I lltest

Le 2014-09-24 04:19, weDevs Team a écrit :

Viewing 15 Topics - 1 through 15 (of 22 total)