pete1959
Forum Replies Created
-
Worked great! Also added target=”_blank” so the page would open up in another tab. THANK YOU!
My modified line:
<a href=”YOUR_LINK” target=”_blank” class=”um-toggle-gdpr”>I read through the documentation and don’t quite understand how this would work. Could you point me to the area of the documentation that could help me here? I’ll purchase the Pro Feature. If by chance it doesn’t do what I need, is the purchase of the Pro Feature refundable?
Greatly appreciate your feedback and help! I was able to hide the ‘Subtotal’ and ‘Payment method’ in both the email Invoice and on the WooCommerce Payments page by modifying the code that you referenced. I did have to find the variable to hide the Payment method. Below is the code that works in my child’s function.php file:
add_filter( ‘woocommerce_get_order_item_totals’, ‘reordering_order_item_totals’, 10, 3 );
function reordering_order_item_totals( $total_rows, $order, $tax_display ){
unset($total_rows[‘payment_method’]);
unset($total_rows[‘cart_subtotal’]);
return $total_rows;
}`Forum: Plugins
In reply to: [wpForo Forum] Unable to Register in main wpForo Support FourmThanks for your response. I successfully registered using my Gmail id. I had no problems. I received the registration email and followed the directions to set my password, so I’m set with that id. I guess I would like someone to delete my Comcast id, so I can start over and try to get that id registered.
Forum: Plugins
In reply to: [wpForo Forum] Unable to Register in main wpForo Support FourmI still had no success. Since my email was caught in the process of being registered, I could not reregister it. I was able to request a lost password reset though. I did see the confirmation that an email was sent, but did not ever get it.
I recently experienced and issue with using this id during another registration process. I was not getting the emails. They had to manually register my id. It may have something to do with the domain. My email id uses a Comcast domain. For example: xxxx.xxxx@comcast.net. It would be interesting to determine if there’s other users that have successfully registered with a Comcast id.
I decide to use my Google id for now instead. It worked fine to get registered. So I’m currently registered using my Google email. I still would prefer to use my Comcast id since, that’s my primary one. Any advice?
Just installed the fix provided by Layered Support. It works for Subscriptions. Haven’t tested it yet for Memberships, but I’m assuming it should also work. Good luck!!
I reached out to Layered Support and received a response. Supposedly a fix should be coming shortly, possibly within a few days. They’re going through some final testing, before making it generally available. Hope this helps!
I have the same issue. I recently purchased the premium add-on with the hope to use this feature. Is this issue being worked on? Any estimate on when to see a fix? Since the original issue has been open for 3 weeks, any feedback?