icejo
Forum Replies Created
-
Same here. I don’t see that option in mine .
Hi @jkohlbach , yes I’m using Woofunnels Aerocheckout (must be old version). Although it has an option to add store credit segment to the fields, it doesn’t shop up on the front-end.
I temporarily replaced the checkout page with one of the funnel kit checkout and yes, the apply store credit option is visible. So I guess that’s the issue. Thanks for the responses.
If you are in close contact with Funnelkit , get me a coupon code ?? .
Hi Josh, Thanks for the reply. I’m using Woofunnels checkout and I guess it’s compatible with Advanced coupons. It worked perfectly so far but for about 2-3 months ( I guess) it hasn’t been working. I’m not sure when exactly did it stop working though. I updated to the latest version yesterday but the issue remains same- Redeem option doesn’t show up. However I’m now in touch with the support and he doubts the issue is something related to the theme. A staging access has been given and waiting to hear from the support.
Never mind. I solved this issue using the below code which forces the “reply to” header.
add_filter( 'woocommerce_email_headers', 'change_reply_to_email_address', 10, 4 ); function change_reply_to_email_address( $header, $email_id, $order, $email ) { // HERE below set the name and the email address $reply_to_name = 'Put your reply to name'; $reply_to_email = '[email protected]'; $header = "Content-Type: " . $email->get_content_type() . "\r\n"; $header .= 'Reply-to: ' . $reply_to_name . ' <' . $reply_to_email . ">\r\n"; return $header; }
well, if I couldn’t clarify- the issue DOES NOT happen when the plugin is deactivated. But the issue COMES BACK when the plugin is activated.
Yes. When the plugin is deactivated, the issue doesn’t happen.
Forum: Plugins
In reply to: [WebP Express] How to delete the original files after conversion?Yeah that’s the only option I could see. It just deletes the webp files.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce orders keep failingHi, Sorry I was so quick to come to support. It was an error created by a “installment payment plugin”. I’m contacting their support now.
Forum: Plugins
In reply to: [Custom Taxonomy Order] Custom Category order in the shop pageWell, I found a workaround anyway. I just re-ordered the default product categories and it changed the page display order. ??
Thank you so much for your time and attempt to clear the issue.
Forum: Plugins
In reply to: [Custom Taxonomy Order] Custom Category order in the shop pageHi, thanks a lot for the quick response. Yes, I cleared both server and browser cache and tried, but the issue remains.
I use BeTheme. Unfortunately it was done by an agency and they don’t exist now.So no way to send a copy.The page are generated by Woocommerce.Customizer/Woocommerce/Product catalogue. I chose to display Product categories instead of products as we have about 1000 products.