drizla
Forum Replies Created
-
Yes the issues were solved. I wanted to know how to setup a callback url which is to get some values during payment process in WCMp.
Thanks @wcmp but my question is, whenever a cutomer checks out product, the order status change correctly(based on the transaction processing state). For example if the payment is bein processed, the WP admin shoud indicate the payment is being processed and also on the vendor dashboard, the suborder generated from the parent order should indicate “on-hold” status. however, in my case, the Order status in the vendor dashboard is just indicating “Pending payment” without changing.
I Have solved most of the issues. However, the order status on the vendor dashboard (Orders Tab) still remains Pending Payments even afetr the commission changes to withdrawal in the Bank overview tab.
Can I share with you the plugin so as to get your feedback please? If it works I could make a copy so that you use it in WCMP documentation on how to make custom payments.
Hi @rajsekharchatterjee11, Whenever I make a payment, the commission doesn’t appear on the WCMP commission. However, the Number of Private Item increases(Private link above the commission Table), Also the wp_wcmp_vendor_orders is not populated at all. How can I resolve these?
I think @rajsekharchatterjee11 you should create a simple custom payment gateway documentation for WCMP the way WCFM has. This would be really helpful.
Thanks so much @rajsekharchatterjee11 for you reply. Since am testing on a local server and I needed to make a REST API call in this function (process_payment). How can I make it manual so that I could trigger the process_payment() manually to see if the API call is working. since the existing way uses cron