siddheshsj
Forum Replies Created
-
Hi,
Thanks for above. I manage to get hook for registration and its working fine. But now i need to know the hook which i can use once user is approved by admin.
In other words, once registered user’s status is changed to approved , i need to run my code. Similarly, once email is verified by user.
Can you please advise?
Thanks
I have purchased it. Last thing i want to know is how can i disable email module as i dont need it
Ohh i see what is the price of same? I would love to buy it
Thanks for above. Yeah i had seen that but sorry i dint put it right. So basically i want to automate a process where once i add user to site , i want to create default calender and assign it to user rather than creating calender from admin and than assign it to user.
In other words, as soon as i create user, calender should be automatically created and assign to that person. So is there any hook which i can call wherein once admin add user with particular role , that hook will auto generate calender and frontend page.
Do let me know your thoughts on this.
ThanksThank you for above. I also need to know if those calendars can be made available for edit, based on user who logged in to system and role of that user ?
In other words, can I assign each user for each calendar and they can edit it ?
Thanks
- This reply was modified 4 years, 7 months ago by siddheshsj.
I need to add those custom fields before the new appointment is saved and use the custom field to send in an email.
While displaying it should be displayed just below postcode of clients block in adminHi,
Sorry to trouble you again!I see that you have used base_meta table for storing user info and i wanted to know if i can use any filter to add custom field which will get displayed along with other data of booking??
Thanks
Thanks for instant reply.
I got what i was looking for.Thanks for your help, Really appreciate
- This reply was modified 4 years, 8 months ago by siddheshsj.
Thanks for reply!! I guess issue was with upgradation and i had to do settings again and it worked and upgradation is not so smooth thats wt i figure out.
Hi decooney,
Thanks it works like charm. Really appreciate!!!
Hi dcooney,
Thanks for reply!! As you said include_children not working. Is there some other way to prevent child posts ??
ok never mind i customized it
Thanks
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Credit Card saving during registrationwhat details i can get using saved_cards??
Sorry to trouble you again and again but client is in hurry to finish the payment option
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Credit Card saving during registrationHi John,
Thanks for above info. How can i use the stored card to charge customer?? Where will i find details of card stored?
On checkout page i know about that prompt of stored cards but actually i want to use that customer id to charge automatically using:
$charge = \Stripe\Charge::create([
‘amount’ => 1500, // $15.00 this time
‘currency’ => ‘usd’,
‘customer’ => $customer_id, // Previously stored, then retrieved
]);
So instead customer going through checkout , i want them just to place order- This reply was modified 6 years, 2 months ago by siddheshsj.
Thanks for above but actually i need a hook to get posted data from that form so that i could use some fields data to store in separate table.
Also is it possible to add form id so that i can use some fields??- This reply was modified 6 years, 2 months ago by siddheshsj.