mukhthar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 403 Forbidden on page update ONLYsame issue with my site.Did you find any solution?
Hi,
Thanks for the reply,I think this was working before,
Is there any way to show shipping option prior to entering the zipcode.A shipping option will be shown on landing the checkout,and it will be changed once we give the zipcode
Regards,
MukhtharHi,
Thanks for the reply,Is there any way to exclude zero prices without tag or category.On our case price is updated externally and its more complicated to assign a tag/catgeoryregards,
MukhtharHi,
Thanks for the quick reply,It works great!!!
How can i add an extra action field,which will be shown for only “processing” orders (https://prnt.sc/oxmpd3). I want to show a printer icon which do the same functionality that the other pdf action button do.
Thanks in advance!!
MukhtharHi,
Thanks for replay,I have created a support ticket with the link you have provided.
Regards,
MukhthatI am using Braintree for payment. Logging is enabled and when I use a declined card for payment I am getting an error
=======================
INFO Error: Unable to complete transaction. Reason: Processor Declined
======================
Screenshot of log file:https://prntscr.com/lpyf56The error message is not showing correctly. It’s not showing the default Declined card error on the checkout page.
- This reply was modified 5 years, 12 months ago by mukhthar.
I have activated Braintree (https://prntscr.com/lo16yv)
and my settings are normal(https://prntscr.com/lo18ob)Are you referencing to the braintree settings for the error type as detail/generic??
Forum: Networking WordPress
In reply to: Clonning content of the primary site to child sitenot like that, I have the content in different languages. Will be using the same style on both sites, but content will be different.
Forum: Plugins
In reply to: [Germanized for WooCommerce] PDF invoices to a seperate mailHi,
One more doubt regarding the PDF invoice generated using germainized plugin.
How can I edit the PDF template??Thanks in advance
Mukhthar
Forum: Plugins
In reply to: [Germanized for WooCommerce] PDF invoices to a seperate mailHi ,
I have fixed it using some codefunction add_bcc_to_woo_emails( $headers, $object ) {
// email types/objects to add bcc to
$add_bcc_to = array(
‘customer_completed_order’, // Order Complete from WooCommerce
‘customer_invoice’, // Customer Invoice from WooCommerce
);
// if our email object is in our array
if ( in_array( $object, $add_bcc_to ) ) {
// change our headers
$headers = array(
$headers,
‘Bcc: Me <[email protected]>’ .”\r\n”,
);
}
return $headers;
}
add_filter( ‘woocommerce_email_headers’, ‘add_bcc_to_woo_emails’, 10, 2 );Forum: Plugins
In reply to: [Germanized for WooCommerce] PDF invoices to a seperate mailI have tried this plugin and I am getting an error”CC & BCC for Woocommerce Order Emails is active but does not work. You need to install WooCommerce because the plugin is working properly.”
And the BCC emails are not receiving is there any other options?
Forum: Plugins
In reply to: [WooCommerce] Changing default filter”Relevance “in search pagei was talking about the woocommerce product search, normally the product archive page is filtered according to the filter we set in the woocommerce settings.But the search page is default by “relevance” rather than “price low to high”
Forum: Plugins
In reply to: [WooCommerce] Changing default filter”Relevance “in search page@wbrubaker i think it won’t help .its for filtering the products in the search
Hi,
Different shipping options are shown (usps,fedex) including shipping rates but when we select the option ,the selection won’t works .It works without any problem when we rollback the plugin to 1.12.2.
Regards,
Mukhthar