Forum Replies Created

Viewing 15 Topics - 1 through 15 (of 22 total)
Author Posts
November 28, 2014 at 5:26 pm in reply to: SHIPPING WAS NOT CHOSEN dokon subscription issue on checkout 31345
stephane stephane

Ok thanks Mahi,
it’s working now !

November 26, 2014 at 7:06 pm in reply to: Dokan category widget on seller store 31257
stephane stephane This reply has been marked as private.
November 24, 2014 at 3:52 pm in reply to: Dokan subscrition template page shortcode 31067
stephane stephane

hello Nayem,
i hacve just lost the shortcode of dps templte page
it’s solved : [dps_product_pack]
thanks

November 22, 2014 at 9:27 pm in reply to: Dokan subscription plugin template part don’t load. 30976
stephane stephane

hello,
i tested like seakander told me to uptade the dokan pluggin v1.2 and subscrition addon
but still have the issue
subsription template don’t load

November 21, 2014 at 5:12 pm in reply to: Dokan subscription plugin template part don’t load. 30916
stephane stephane

Hello towhid
Ok i’m sure that you do the best !

so i have a question about dokan category widget ( on seller store )may be you can help me !
i have some category who are hidden and unfortunetly there appeare on seller store widget

i try this function on includes/theme-function.php
but no results any idea to fix it

/*————————————————————————————————–
Don’t show Catagories – ads category
————————————————————————————————–*/
add_filter( ‘get_terms’, ‘dokan_get_subcategory_terms’, 10, 3 );
function dokan_get_subcategory_terms( $terms, $taxonomies, $args ) {
$new_terms = array();
// if a product category and on the shop page
if ( in_array( ‘product_cat’, $taxonomies ) && ! is_admin() ) {
foreach ( $terms as $key => $term ) {
if ( ! in_array( $term->slug, array( ‘adshome’ ) ) )
if ( ! in_array( $term->slug, array( ‘adscat’ ) ) )
if ( ! in_array( $term->slug, array( ‘adsdog’ ) ) )
if ( ! in_array( $term->slug, array( ‘adsslpet’ ) ) )
if ( ! in_array( $term->slug, array( ‘adslifestyle’ ) ) )
{
$new_terms[] = $term;
}
}
$terms = $new_terms;
}
return $terms;
}

November 20, 2014 at 5:32 pm in reply to: Dokan subscription plugin template part don’t load. 30862
stephane stephane

Hello,
i an waiting for developper issue that your assign …
if it help him : i have the same probleme than oloff customer on topic “Dokan Subscription addon – Page not found..” = subsbcrition choice missing on setting dokan subscription tab

thanks
stéphane

November 18, 2014 at 2:33 am in reply to: Dokan Subscription addon – Page not found.. 30654
stephane stephane

hello team
still waiting !
any idea to fix it

thanks

stephane stephane

an other try an there is the paypal dev response :
“WE really cannot support this type of set up. The primary receiver has to be the seller. or you can use parallel payment model. Thanks, Xiaolei”

so there is no way to use dokan adaptive payments with chained payments model !!!

it’s a big problem for me !

any idea for the team support ???

thanks

November 17, 2014 at 9:06 pm in reply to: issue with adaptive payments 30638
stephane stephane

hello sekander,

i tested sandbox too with dokan paypal adaptative mode on parrallel and same issue …

so i also tested sandbox with paypal standard getway (same https and non https and woocommmerce configuration)
it’s working fine no SSL connect error !

note: de adaptative dokan adaptative plugin logo is hidden on checkout

please can you check my dokan adaptative plugin set up ?

Thank
Stéphane

November 17, 2014 at 8:40 pm in reply to: issue with adaptive payments 30637
stephane stephane

Hello same issue for me !
SSL connect error !
when testing on sandbox
i an on PHP Version 5.4.34
test with and without https url mode

any idea ?
can you check my woocommerce configuration ?
provide you my login on http://wedevs.com/provide-login-details/

thanks
Stéphane

November 17, 2014 at 6:49 pm in reply to: Dokan subscription plugin template part don’t load. 30627
stephane stephane

Hello towhid,

still waiting for a fix !
i see 2 days ago that your testing my wp template dokan plugin
did you find something ?

thanks

Stéphane

November 17, 2014 at 3:26 pm in reply to: Seller Product Vacation Plugin Error 30615
stephane stephane

hello Sekander,
resolved

i paste the following code on the next line
wp_enqueue_script( ‘jquery-ui-datepicker’ ); in line 150 of wp-content/plugins/dokan-seller-vacation/dokan-seller-vacation.php

i deactivate and reactive “https plug” and reset my permalink

so it’s runnig

thanks

November 17, 2014 at 3:16 pm in reply to: Seller Product Vacation Plugin Error 30614
stephane stephane

Hello Sekander thanks for reply ,
be sur that i understand the goal ol the plugin !

but when i activate the plugin :

1) on every sellers single page product, the product featured picture, and products tabs ( description, seller info … )ares down ! i have also some “red banner” put on footer widget there are down too …

2) when a seller clic on i want to go and update, there is the same issue for all the seller products on the shop

Your pluggin is runnig up but may be is a pluggin conflit or some thing like this
can you check it for me !
i provide you my login on http://wedevs.com/provide-login-details/

thanks
Stéphane

November 14, 2014 at 3:03 pm in reply to: Dokan subscription plugin template part don’t load. 30460
stephane stephane

Hello towhid,

Ok i uptade login details on my wp-admin

November 14, 2014 at 3:43 am in reply to: Dokan Subscription addon – Page not found.. 30447
stephane stephane

Hello check topics and see that i have exactly the same problem than olof
i used dokan as plugin with WC theme …
subscription addon installation is running up
I can’t select any “Product Subscription Page
so there is a issue with the template part loading (404 issue)

I NEED “NIZAM” HELP !

thanks
Stéphane

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