Vendor Payout After Commission Not Working Cs Cart 4.3.6

Please help us anyone

we upgraded our cs cart multi vendor to 4.3.6 after it there is Vendor payout after commission not showing

i mean if product price is $100 & commission set to 2% then after order complet if need to show this payout :

100 - 2% = $ 98

but there is still % 100 showing so please help us

Thanks in advance

Screenshot_11.jpg

This issue requires examination. Please contact us via Help Desk so that we can examine the issue in more detail.

This issue requires examination. Please contact us via Help Desk so that we can examine the issue in more detail.

Thanks for replay we will contact soon in this case

one another problem after upgrade cs cart is when we active new vendor from vendors > vendor > vendor name > State to Active

then if we will come to customers > vendors administrators > click on new vendor name > Contact information + Billing address > phone field is always empty showing

even any vendor provided phone no in apply to vendor form also that phone no will showing nice in

vendors > vendor > vendor name > phone

but on

customers > vendors administrators > new vendor > Contact information + Billing address > phone [ here not showing ]

please help for this problem dear great team ??

Thank in advance

Thanks for replay we will contact soon in this case

one another problem after upgrade cs cart is when we active new vendor from vendors > vendor > vendor name > State to Active

then if we will come to customers > vendors administrators > click on new vendor name > Contact information + Billing address > phone field is always empty showing

even any vendor provided phone no in apply to vendor form also that phone no will showing nice in

vendors > vendor > vendor name > phone

but on

customers > vendors administrators > new vendor > Contact information + Billing address > phone [ here not showing ]

please help for this problem dear great team ??

Thank in advance

Most probably the issue is caused by a bug in the standard Multi-Vendor installation. We have forwarded it to our software architects. We will let you know about the results in this topic.

Most probably the issue is caused by a bug in the standard Multi-Vendor installation. We have forwarded it to our software architects. We will let you know about the results in this topic.

Ok dear team i will waiting for your replay here :)

Most probably the issue is caused by a bug in the standard Multi-Vendor installation. We have forwarded it to our software architects. We will let you know about the results in this topic.

Dear team today aprox 1 months hapened is this bug fix ?? or please provide solution for this ??

Dear team today aprox 1 months hapened is this bug fix ?? or please provide solution for this ??

Our software architects are still working on this

issue. Please note that we now have official time-frames for fixing bugs. You can find information about them in the article on our forum on the following page:

http://forum.cs-cart.com/topic/33973-official-bug-fixing-timeframes/

This bug relates to the Minor severity, so the maximum waiting time is 45 days.

Our software architects are still working on this issue. Please note that we now have official time-frames for fixing bugs. You can find information about them in the article on our forum on the following page:

http://forum.cs-cart.com/topic/33973-official-bug-fixing-timeframes/

This bug relates to the Minor severity, so the maximum waiting time is 45 days.

Ok dear team i am waiting for that

one more problem dear team we are using payu india payment gateway for our website now after upgraded to 4.3.6 cs cart multi vendor then when any buyer or user try to payment thru payment gateway there is error showing please see snapshot of that error . We contact our addon developer they check this addon on his cs cart multi vendor 4.3.6 its working perfect there so there is problem in our store so we can't accept payments from buyer & need to close our store . So please help us

& one another problem is we can't open new post or topic on cs cart form from this user id please solve it also as soon as possible

waiting for your replay

Thanks in advance

Screenshot_5.jpg

Ok dear team i am waiting for that

one more problem dear team we are using payu india payment gateway for our website now after upgraded to 4.3.6 cs cart multi vendor then when any buyer or user try to payment thru payment gateway there is error showing please see snapshot of that error . We contact our addon developer they check this addon on his cs cart multi vendor 4.3.6 its working perfect there so there is problem in our store so we can't accept payments from buyer & need to close our store . So please help us

& one another problem is we can't open new post or topic on cs cart form from this user id please solve it also as soon as possible

waiting for your replay

Thanks in advance

Hello,

We are happy and ready to help you so please feel free to contact Us at sales@abssoft.co.in

Thank you.

ABSSoft

http://abssoft.co.in/

Hello,

We are happy and ready to help you so please feel free to contact Us at sales@abssoft.co.in

Thank you.

ABSSoft

http://abssoft.co.in/

I send you email with bigstreetmart@gmail.com email id please check & please back !!

one more problem dear team we are using payu india payment gateway for our website now after upgraded to 4.3.6 cs cart multi vendor then when any buyer or user try to payment thru payment gateway there is error showing please see snapshot of that error . We contact our addon developer they check this addon on his cs cart multi vendor 4.3.6 its working perfect there so there is problem in our store so we can't accept payments from buyer & need to close our store . So please help us

If you still need assistance with this issue, feel free to contact us

If you still need assistance with this issue, feel free to contact us

i send to request there please check & replay back thanks

Thanks for replay we will contact soon in this case

one another problem after upgrade cs cart is when we active new vendor from vendors > vendor > vendor name > State to Active

then if we will come to customers > vendors administrators > click on new vendor name > Contact information + Billing address > phone field is always empty showing

even any vendor provided phone no in apply to vendor form also that phone no will showing nice in

vendors > vendor > vendor name > phone

but on

customers > vendors administrators > new vendor > Contact information + Billing address > phone [ here not showing ]

please help for this problem dear great team ??

Thank in advance

In order to fix this issue, please add the following part of code:

$user['b_phone'] = $user['s_phone'] = $user['phone'] = $company_data['phone'];
$user['fax'] = $company_data['fax'];
$user['url'] = $company_data['url'];

below this one:

$user['b_lastname'] = $user['s_lastname'] = $user['lastname'];

in the app/functions/fn.companies.php file of your Multi-Vendor installation.

In order to fix this issue, please add the following part of code:

$user['b_phone'] = $user['s_phone'] = $user['phone'] = $company_data['phone'];
$user['fax'] = $company_data['fax'];
$user['url'] = $company_data['url'];

below this one:

$user['b_lastname'] = $user['s_lastname'] = $user['lastname'];

in the app/functions/fn.companies.php file of your Multi-Vendor installation.

My dear team a solution provided by cs cart team on bug tracker here :

http://forum.cs-cart.com/tracker/issue-6353-bug-in-phone-no-filed/

so please replay me which solution is work and best to resolve this bug ??

Thanks for replay we will contact soon in this case

one another problem after upgrade cs cart is when we active new vendor from vendors > vendor > vendor name > State to Active

then if we will come to customers > vendors administrators > click on new vendor name > Contact information + Billing address > phone field is always empty showing

even any vendor provided phone no in apply to vendor form also that phone no will showing nice in

vendors > vendor > vendor name > phone

but on

customers > vendors administrators > new vendor > Contact information + Billing address > phone [ here not showing ]

please help for this problem dear great team ??

Thank you for the report.

The fix will be included in next CS-Cart. For those who want to resolve the issue by themselves, this code in the "unified diff" format shows what to do:

https://gist.github.com/vsguts/bcc3a8ffd6725d89e87fdd82cf539c07

Thank you.

Thank you for the report.

The fix will be included in next CS-Cart. For those who want to resolve the issue by themselves, this code in the "unified diff" format shows what to do:

https://gist.github.com/vsguts/bcc3a8ffd6725d89e87fdd82cf539c07

Thank you.

Thanks a lot for fix this bug

one more question please help me

i know how to change favicon icon for front end but i want to change favicon icon for admin panel & vendor panel both .

But cant find it please help me from where i can change it ??

Thanks a lot for fix this bug

one more question please help me

i know how to change favicon icon for front end but i want to change favicon icon for admin panel & vendor panel both .

But cant find it please help me from where i can change it ??

Favicon is set in this template:

design/backend/templates/index.tpl

You can not change the admin area favicon using Administration panel.

You just need to do is replace this file:

design/backend/media/images/favicon.ico

with the one you need.

Favicon is set in this template:

design/backend/templates/index.tpl

You can not change the admin area favicon using Administration panel.

You just need to do is replace this file:

design/backend/media/images/favicon.ico

with the one you need.

Thanks a lot for this help