123Ann
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Product title not showing in order details pageThanks for the reply.
Manage stock was disabled at product level.Forum: Plugins
In reply to: [WooCommerce] New customer order Email ModificationsNo, we want to make few other changes also, like changing the position of billing ph.no, Note etc that is coming in New customer order email.
Kindly please tell me the File Name that I have to modify.
Forum: Plugins
In reply to: [WooCommerce] New customer order Email ModificationsThanks for the quick reply.
Could you please tell me, How to change “Shipping address” to “Delivery address” that is shown in New customer order email.
please check the screenshot: https://www.awesomescreenshot.com/image/986743/b0f66a98a682d0761aa09d00781c98c1
I tried to modify files, but it’s not getting effected in New customer order email.
ex paths that I tried to modify are below:
woocommerce\templates\emails\email-addresses.php
woocommerce\templates\order\order-details-customer.phpKindly please tell me the File Name that I have to modify for changing “Shipping address” to “Delivery address”
Forum: Plugins
In reply to: [WooCommerce] Adding shipping phone numberHello,
I have purchased “Checkout Field Editor” plugin https://docs.woothemes.com/document/checkout-field-editor/
Added shipping phone number field and it’s working fine.
I have used “Display Options” to display fields within email.
But in “New customer order” email, the shipping phone number is showing misaligned.How could I fix the alignment issue within the “New customer order” email.
Kindly please help & guide me to solve this issue.Forum: Plugins
In reply to: [WooCommerce] Adding shipping phone numberFirst and foremost, Thanks for the quick reply.
I have followed the code solution, https://docs.woothemes.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/
I have added the shipping phone to the checkout page, but it’s not displayed on the admin or being sent in the order email. For some reason it isn’t being captured. This is what I have added in my functions.php:
// Hook in
add_filter( ‘woocommerce_checkout_fields’ , ‘custom_override_checkout_fields’ );// Our hooked in function – $fields is passed via the filter!
function custom_override_checkout_fields( $fields ) {
$fields[‘shipping’][‘shipping_phone’] = array(
‘label’ => __(‘Phone’, ‘woocommerce’),
‘placeholder’ => _x(‘Phone’, ‘placeholder’, ‘woocommerce’),
‘required’ => false,
‘class’ => array(‘form-row-wide’),
‘clear’ => true
);return $fields;
}Kindly review & please guide me to solve.
Forum: Plugins
In reply to: [Gallery – Photo Albums Plugin] How to show recently added photos in a widgetCan you please add an option to show recently added photos in your next update?
Forum: Plugins
In reply to: [Gallery – Photo Albums Plugin] How to show recently added photos in a widgetCould i give any condition in the code to limit the photos shown inside widget, so that i can only show few Photos inside widget from a big gallery