shamsdev
Forum Replies Created
-
Hello, I fixed this. The problem was with the SMTP configuration and now it is resolved. Thank you.
Hi, thanks for the reply. I disabled all other plugins except BookingPress. Then I installed the WP Control plugin to detect WP Cron issues. Also I set my default timezone as India-Kolkata.
After this, I booked a new appointment and changed the status to ‘Approved’. Unfortunately, I didn’t get any emails about the appointment approval and I found this error in the WP Control cron events.
Is this due to BookingPress plugin core settings or my wordpress settings?. Can I use my server cron job instead of using the default WordPress cron tasks?
- This reply was modified 9 months, 1 week ago by shamsdev.
Great. Thank you.
Hi, thank you so much. Is this available in Pro version?.
- This reply was modified 1 year, 8 months ago by shamsdev.
Hello, still the refund is not issued. This is not the right.
Yes. Submitted a support ticket 23978. Thank you.
Hi, I can create multiple custom emails for each variations with your Pro plugin. It works now. Unfortunately, there was a mistake in my order when I purchase Pro plugin. Mistakenly bought 2 quantities. I already sent a refund request for one. Please proceed with the refund.
Hi, I tried all the method that you suggested. Not working. I quit. ?? Thanks for your support.
Hi, the subscription product name is ‘Student Subscription’. The variables names are Member, Silver and Gold. Here we didn’t use ‘Student Subscription – Silver’ as product name anywhere.
Let me try with both name together. Thank you for your support.- This reply was modified 1 year, 8 months ago by shamsdev.
Hi, Thank you for the update. Unfortunately it is not working. I used the following method,
[if value1=”{order_item_names}” value2=”Basic” operator=”equal”]Thank you for purchasing Students Basic Membership[/if][if value1=”{order_item_names}” value2=”Silver” operator=”equal”]Thank you for purchasing Students Silver Membership[/if]
[if value1=”{order_item_names}” value2=”Gold” operator=”equal”]Thank you for purchasing Students Gold Membership[/if]
Basic, Silver, Gold are the name of the variables.
Because it is a variable subscription product, I have been included these variable products in the “required product” section of custom email settings page. Still, I receive email but the above thank you message is not showing.Hi, thank you. I used the following code to show the message.
[if value1=”{member}” value2=”Students Basic Membership” operator=”equal”]Thank you for purchasing Students Basic Membership[/if][if value1=”{silver}” value2=”Students Silver Membership” operator=”equal”]Thank you for purchasing Students Silver Membership[/if]
[if value1=”{gold}” value2=”Students Gold Membership” operator=”equal”]Thank you for purchasing Students Gold Membership[/if]
Here, member, silver, gold are the variable products. Unfortunately, it is not working. Am I missing something?
Hi it is working now when I disable default product from subscription variation. Thankyou. I have one more question, is there any way to show only Cash on Delivery payment in the specific checkout page?. I have normal checkout with Stripe payment and Cash on Delivery. But this special product doesn’t need stripe payment. Only COD. Please let me know. Thank you
Hi, thank you for the reply. The above method is working with normal woocommerce product. But not working with Woocommerce Subscription product which have variations. Is this plugin support woocommerce subscription with the above method? Thank you
- This reply was modified 1 year, 9 months ago by shamsdev.
I successfully managed to send custom email for one Woocommerce subscription product called “Student Subscription” (We also have other subscription product like Parents subscrition, Teachers Subscription etc.). I have 3 variable products under this Student subscription like Basic, Silver, Gold (customer can only subscribe one product at a time). I need to send only 1 custom email to this Student subscription order. Is there any method to show text message based on product variation. For example.
<if product id=”1421″> Thank you for purchasing Students Basic Membership </if>
<if product id=”1422″> Thank you for purchasing Students Silver Membership </if>
<if product id=”1423″> Thank you for purchasing Students Gold Membership </if>Thank you.
Hi, I mean placeholder like
{order_date}