store name on checkout page

This topic contains 7 reply and 3 voices, and was last updated by Sekander Badsha 9 years, 7 months ago
Viewing 7 Posts - 1 through 7 (of 7 total)
Author Posts
September 6, 2014 at 11:15 pm 26376
Sekander Badsha I need to fix this on the thank you page after the checkout the order number should be 694# not #694 also the orders number for the sub orders ---------------------------------------------- also on the checkout page its not showing me the seller name first it goes like this which seller name appear in black circle then it disappear like this my question is how to make seller name appears always ?? thanks
September 7, 2014 at 6:09 pm 26419
Sekander Badsha Sekander Badsha

Hello Anas,
This issue is fixed in the latest update. Are you using the latest version of Dokan?

September 7, 2014 at 6:52 pm 26424
Anas Basalamah Anas Basalamah

which issue !?

I’m using the latest update !!! and you didnt tell me how to change the # in the order !!!

September 8, 2014 at 11:41 am 26453
Sk Sk

Hello Anas,

use the following filter to change # in order number.
[php]
return apply_filters( ‘woocommerce_order_number’, _x( ‘#’, ‘hash before order number’, ‘woocommerce’ ) . $this->id, $this );
[/php]

in dokan latest version i shows store name rather than seller name. If you use latest version and didn’t get it, please delete your cache.

thank you

September 8, 2014 at 2:55 pm 26461
Anas Basalamah Anas Basalamah

hello @SK_Shaikat

you didn’t understand my problem I know that you show store name rather than seller name that is not my problem !!
my problem is whenever I go to check out page at the beginning the page its like this picture, its loading
and you notice here there is store name under each product

but after loading finish , the store name disappear like in next picture.

no store name under each product see the question mark at the picture 2 product without store name

how can I fix this?

September 8, 2014 at 3:26 pm 26467
Anas Basalamah Anas Basalamah

also in which file i put this code

return apply_filters( ‘woocommerce_order_number’, _x( ‘#’, ‘hash before order number’, ‘woocommerce’ ) . $this->id, $this );

??????

thanks

September 10, 2014 at 9:12 pm 26608
Anas Basalamah Anas Basalamah

up

September 11, 2014 at 7:37 pm 26690
Sekander Badsha Sekander Badsha

Hello Anas,
Shaikat didn’t gave you the actual code to use or replace. He just gave you an example. You have to use the filter named woocommerce_order_number to re-order or change the direction of the hash.

And I have reported the bug to the developer team about disappearing the seller name. Hope to get a fix soon.

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