jefimijaorg
Forum Replies Created
-
We continue to have an issue where logged-in users cannot see the button. Here is the link to the site: [link].
Additionally, is it possible to add a separate button that, instead of the logged-in user who has purchased the course, will directly lead to the course, and if not, redirect to the purchase page?
Could you please tell me where the connection between a user and a course is stored in the database when a course and user are manually linked? Additionally, could you provide me with information on how to customize the code? I tried searching for this information but couldn’t find it. The only thing I found was the table ‘learnpress_user_items’ where there is a connection between user IDs and course IDs. Thank you.
Forum: Plugins
In reply to: [Email Template Customizer for WooCommerce] Custom order status and snippetHi everyone,
I’m reaching out as I’m having trouble adding a new email type to my WooCommerce store using the <code class=””>viwec_accept_email_type filter. I’ve seen others encounter similar issues, and I hope we can find a solution together.
I’ve added the following code to my child theme’s functions.php file:
PHPОб?асни
add_filter( 'viwec_accept_email_type', function ($email_types) { return wp_parse_args($email_types,[ 'bvos_custom_test'=>'Email Type Name 1' ]); }, 9999 );
Будите опрезни када користите к?д. Сазна?те вишеcontent_copy
However, the new email type (“bvos_custom_test”) isn’t showing up in VIWEC’s email type selection. I’ve confirmed that the email ID is correctly configured and that I’ve created the email template. Additionally, I’ve deactivated all other plugins except VIWEC.
Any ideas why the new email type isn’t appearing? Is there a way to check if the code is even executing?
Additional Information:
- Email ID: “bvos_custom_test”
- Created email template for the new type
- Deactivated all other plugins except VIWEC
- Using the following plugins:
- Custom Order Status Manager for WooCommerce – Version 1.1.3.2
- Email Template Customizer for WooCommerce – Version 1.2.1
- Preview E-mails for WooCommerce – Version 2.2.1
- WooCommerce – Version 8.5.2
Thank you in advance for your help! I hope finding a solution for this issue will be helpful to others facing similar challenges.