Cylis Vaidya
Forum Replies Created
-
Forum: Plugins
In reply to: [Dynamic Widgets] Save and Return button not showing upHere is the link to the screenshot of the Edit Options area:
http://s27.postimg.org/pwkkkonj7/Screen_Shot_2015_11_15_at_22_20_00.png
Thanks,
Cylis
Wow. thanks a lot..
Works perfectly. Special mail tags not working in the php do_shortcode and the sidebar widget is quite annoying.
Thanks for sharing the fix.
Cheers,
Forum: Plugins
In reply to: [WooCommerce] Adding customer name to woocommerce order notification emailI was searching for a solution but didn’t find any online. But eventually found a workable solution in one of the email templates that already has the customer name.
It is in New Order email for admin (admin-new-order.php). It has a nice snippet which says “You have received an order from %s”
So, just copy that line of code to whichever email template you want to use it and of course change the text to something else
<p><?php printf( __( 'You have received an order from %s. Their order is as follows:', 'woocommerce' ), $order->billing_first_name . ' ' . $order->billing_last_name ); ?></p>Make sure you copy the email template from
/wp-content/plugins/woocommerce/templates/emails
to
/wp-content/themes/YOUR-THEME/woocommerce/templates/emails
before you edit so that new Woocommerce version won’t overwrite your changes.Forum: Reviews
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Great for multiple featuresThanks for your comment Richard, I really like the comment functionality in Jetpack. It is the main reason I use Jetpack as it gives default wordpress commenting+facebook+twitter. However, I noticed something strange yesterday in a site in my localhost. I mistakenly disconnected the connection by clicking the button in Jetpack page. Now there is no Connect button at all. The comment functionality has returned to default wordpress one. Am I missing something or is it a bug?
just fixed it..
I just had to move the [div id=”comment-user-details”> <?php do_action(‘alt_comment_login’); ?] before the [table] of my form and the [/div] after the [table]
Great plugin.. Cheers