question about using Coupons

This topic contains 13 reply and 2 voices, and was last updated by towhid 9 years, 5 months ago
Viewing 13 Posts - 1 through 13 (of 13 total)
Author Posts
November 3, 2014 at 3:28 am 29612
towhid hello can you tell me how works this two parameters. i try all of them, and i didn't saw any change. for exemple : i check the box free shipping and it try but the local shipping i had configure was still in the cart. so can you tell me how to use it, to make free shipping with coupon ? thank you.
November 3, 2014 at 4:47 pm 29646
towhid towhid

Hello Alprime,

Have you unchecked the local shipping? If not please navigate WooCommerce->Local Delivery->Uncheck Enable local delivery->Save Changes. To make free shipping with coupon settings please follow this link – http://docs.woothemes.com/document/free-shipping/

Hope this will solve your problem.

If the issue is still persists please let me know.

Thank You. 🙂

November 4, 2014 at 5:30 pm 29692
ALPRIME ALPRIME ALPRIME ALPRIME

hello Towhid

i made all you said, and nothing change.

i mean, that every combinaison you try, you have to put an amount to the field “amount” so the process apply this amount as a reduce.

You can’t put nothing or 0 the process doesn’t want.

I try configuration, in the woocommerce side and dokan side and it’s impossible to make free shipping with coupon.

if you know what i’m suppose to do, please tell me allparameter to modify.

it’s the last process that i have to test before put my website in live.

thank you

November 5, 2014 at 2:34 pm 29751
towhid towhid

Hello Alprime,

Please provide your login details by using this form -http://wedevs.com/provide-login-details/. I will have a look what is going wrong.

Thank you 🙂

November 6, 2014 at 9:22 pm 29862
ALPRIME ALPRIME ALPRIME ALPRIME

Hi Towhid,

i found the problem.

I success to put free shipping with a coupon, but the problem of Dokan, is that you don’t authorize to put “0” in the field AMOUNT, so each time you put free shipping coupon, there is a reduce automatically calculate of the value field amount… it’s no good.

So i went to admin panel,>woocommerce parameter,>coupon, and i put “0” in the field AMOUNT and every thing work !
but with you DOKAN theme or plugin you haven’t right to put “0” .

we understand why you blocked “0” because in case of percent !! it’s no good. So you have to check in your code, if button for free shipping is check so we don’t care about Amount !

Can you give me feedback about this, because i waiting for this to put my website online.

Thank you.

November 7, 2014 at 10:53 am 29905
towhid towhid

Hello Alprime,

Our developer’s are too much busy with their work now. Allow us some time to regenerate this issue. I will be back to you very soon.

Thank You. 🙂

November 9, 2014 at 6:20 pm 30050
towhid towhid

Hello Alprime,

Please open wp-content/plugins/dokan-plugin/classes/template-coupons.php file and find function validate() function. In function validate() function find below code

if ( empty( $_POST['amount'] ) ) {
     $errors->add( 'amount', __( 'Please enter the amount', 'dokan' ) );
 }

and replace with

if (  $_POST['amount']  == ''  ) {
     $errors->add( 'amount', __( 'Please enter the amount', 'dokan' ) );

}

Hope this will solve your problem. If the problem still persists please let me know.

Thank You.
🙂

November 9, 2014 at 8:00 pm 30056
ALPRIME ALPRIME ALPRIME ALPRIME

Hello Towhid,

It’s ok , it’s work,

but you imagine that i tested all other function, and i try email restricted, and it doesn’t work !

i put an email from a customer, and with this email connection, i bought a product, and put the coupon code, and is was accepted !

can you check this point please ?

PS : after i think that coupon functionality will be ok !

thank you .

November 10, 2014 at 12:15 pm 30095
towhid towhid

Hello Alprime,

I have forwarded this issue to our developer team. Please allow us some time. I will be back to you with right solution.

Thank You.
🙂

November 18, 2014 at 3:04 pm 30688
ALPRIME ALPRIME ALPRIME ALPRIME

Hello towhid,

how are you ?

i’m still waiting for your feedback about this topic.
can you tell me when can you will delivered the solution for this problem ?

I want to lauch my website on december, please give me a date of fixed problem ?

PS : problem : restrited email for coupon doesn’t work.

Thank you.

November 18, 2014 at 5:13 pm 30696
towhid towhid

Hello Alprime,

The developer I have assign the issue is in vacation. He will be back Friday. After then he will check this issue. So please have patience.

Thank You. 🙂

November 18, 2014 at 5:23 pm 30697
ALPRIME ALPRIME ALPRIME ALPRIME

Ok Towhid

i will be patient

November 18, 2014 at 5:24 pm 30698
ALPRIME ALPRIME ALPRIME ALPRIME This reply has been marked as private.
November 26, 2014 at 1:06 pm 31233
towhid towhid

Hello Alprime,

Sorry for late reply. We were closely monitoring your issues and tried to resolved. We have given all your answer to your mail. Please check your email.

Thank You. 🙂

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