Forum Replies Created
- AuthorPosts
- JoseParticipant
Hi,
Ok, I will wait your email.
Regards,
JoseParticipantThis reply has been marked as private.JoseParticipantHi,
Maybe you don’t understand or my english is really bad. We don’t use or need invoice that make wcfm or woocommerce… Why, because it’s a legal issue. The only way to make a invoice is with electronic invoice that make a independent system that allow goverment or manual invoice that have watermark. So please, for us it’s the more easy problem to resolve, but we need that all seller have all info (Product and shipping costs)
But, I asked you about customization or help (because we want to avoid to much cost) to add for example only tax shipping to return to vendor.
We don’t like active tax in Woocommerce because the commissión in your system take only gross value in this case.Regards,
July 15, 2019 at 4:24 pm in reply to: Multiple vendors on same order, changes updates for all. #72577JoseParticipantHi,
Ok, with this code is better !! Thank you
Regards,
July 13, 2019 at 1:30 pm in reply to: Multiple vendors on same order, changes updates for all. #72308JoseParticipantHi,
Sorry, but we have no solution with any of the options; Order Sync Activate or Deactivated.
With the option activated: The problem is that it is enough for one of the sellers to complete the order and the customer receives an email with both products as complete, the customer is being confused since sellers can perfectly have different times to prepare the shipment. On the other hand a logistics company could be receiving the order to go and find both packages for dispatch. Remember that there are many companies that already have their own plugin for offices and the most important thing is to know when a product is complete.
With the option deactivated: Separates the products, but does not send emails to the customer (of utmost importance) and on the other hand if both sellers complete the order, the administrator does not see the status of the order updated.
Some time ago you used this code to update the status of the administrator:
add_filter( 'wcfm_is_allow_change_main_order_status_on_all_item_shipped', '__return_true' );
Will be possible to change to update status administration when orders are complete ?
Regards,
JoseParticipantThis reply has been marked as private.July 12, 2019 at 6:08 pm in reply to: Multiple vendors on same order, changes updates for all. #72165JoseParticipantHello,
The problem is that a new issue appears, if a customer orders several items from different suppliers, when a seller changes the status to completed, the customer don’t receives an email. And Admin always see the order like in process, incluide if both vendors change the order to complete.
But, if admin change status to complete, the customer receive email, but with both products. This is a really bad.
I would like to know if other user see the same !
Regards,
JoseParticipantResolved !!
The Order Sync had been deactivated.
Regards,
JoseParticipantHi jamie,
In capability, Limit Gallery !!
Regards,
JoseParticipantHi,
You are right !! Was necessary to clear cache and cloudflare.
But, the star rating in the list of stores still without changes.
Another question: How can I add line in banner after store name (see attach please)
Attachments:
You must be logged in to view attached files.JoseParticipantHi,
Work perfect !!
Thanks you so much
JoseParticipantHi,
I’m back… You helped me to hide backorder in stock manager, but I need to hide the same option inside product setting (Inventory)
Regards,
Attachments:
You must be logged in to view attached files.JoseParticipantResolved !!
It was necessary purge cloudflare.
Regards,
JoseParticipantHi,
Good news !!
Regards,
JoseParticipantUpdate: Only happen when I login like Admin, It’s true ? Not issue ?
Regards,
JoseParticipantResolved with the last update !!
Thanks so much and regards,
JoseParticipantUpdate !
I found the real issue, Vendor (1) can buy to vendor (2) with your own coupon discount. My update yesterday was wrong in the origin of the coupon.
This issue is very bad.
Regards,
JoseParticipantUpdate !
I found that only happens when a vendor (1) buy to another vendor (2) and use coupon discount of vendor (2).
Whith this info you can replicate the issue.
Regards,
JoseParticipantHi,
I had the same error !!
Can you please share how you resolved ?
Regards,
JoseParticipantI found another bug in my dashboard of WP:
Warning: sprintf(): Too few arguments in /wp-content/plugins/wc-frontend-manager/core/class-wcfm-admin.php on line 210Regards,
JoseParticipantHi,
It’s a great news for us !!
Regards,
JoseParticipantYour welcome ! but this code was provided by Wcfm !!
The best will be to have in documentation all options to active or desactive many function that not are allow in admin of wcfm.
Example: Exist a lot of filter that we can use in function.php, but not all are easy to found by the forum or are out of date.
Regards,
JoseParticipantHi Dominique,
Try with this one. Work fine for me.
add_filter( 'wcfm_refund_fields_request', function( $refund_fields ) { if( isset( $refund_fields['wcfm_refund_request'] ) ) { $refund_fields['wcfm_refund_request']['options'] = array( 'partial' => __( 'Partial Refund', 'wc-multivendor-marketplace' ) ); } return $refund_fields; });
Regards,
JoseParticipantHi,
Thanks so much, now work fine.
Just you forgot to try with another code for N°4 because don’t work. Will be great for us.
Regards,
Attachments:
You must be logged in to view attached files.JoseParticipantHi,
Thanks a lot for the codes.
But, N° 1 and 4 don’t work
Regards,
- AuthorPosts