|
Community Stats
- Group Members
- Active Posts 332 ( per day)
- Profile Views 13365
- Member Title Member
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Not Telling
Contact Information
Posts I've Made
In Topic: Cs-Cart & Multi-Vendor 4.5.1 Have Been Released
04 March 2017 - 04:32 AM
In Topic: Remove Amount From Vendor Plan Drop Down List
09 February 2017 - 11:59 PM
It works!! thank you!
design/themes/THEME/templates/addons/vendor_plans/hooks/vendors/apply_description.pre.tpl
replace
<option value="{$plan.plan_id}"{if (!$default_plan && $plan.is_default) || $plan.plan_id == $default_plan} selected="selected"{/if}>{$plan.plan} ({include file="common/price.tpl" value=$plan.price})</option>with
<option value="{$plan.plan_id}"{if (!$default_plan && $plan.is_default) || $plan.plan_id == $default_plan} selected="selected"{/if}>{$plan.plan}</option>Then clear cache and check the result
In Topic: Cannot Save Changes To Products In Product List View
13 January 2017 - 01:23 PM
disabling the following code in the file "app/addons/vendor_plans/func.php" on line 331 solved the issue for me.
else {
$can_update = false;
}
Hope it will help you too..
Thank you! it works for me.
I also reported this is a bug since i was able to reproduce the issue using their personal demo.
In Topic: best practices for using vendor account balance
13 January 2017 - 03:00 AM
Is it possible to only include "completed" orders in the vendor balance in payout section? Currently it will include orders that are still processing.. we want the Vendor Payout Balance to only calculate from orders marked complete. Please advise.
I think that should be the default configuration. Do you happen to have 'Charge to vendor account' ticked for your "processing" status?
In Topic: Presenting Cs-Cart And Multi-Vendor 4.4.2!
30 December 2016 - 01:11 PM
Sorry for the delay with reply. I discussed this question with our software development department. Unfortunately, Mobile app for vendors is not planned for the near future.
I hope this can be made available again. We used to subscribe to Twigmo basic plan just to allow vendors access to the mobile admin app. I thought getting 4.4.2 would help us save $9/ month. thanks
- CS-Cart Community Forums
- > Viewing Profile: Posts: buging