abhiagrawal87
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Various crashes after recent updatesHey Steve,
My checkout page was breaking after recent woocommerce update and from debug mode I found that several plugins and my theme as well is using deprecated functions.
However I followed your advice of increase memory from 128M to 256M and it resolved my issue for the time being. Now all pages are working.
Hoping to get the deprecated functions issue resolved further.
Thanks
AbhishekForum: Plugins
In reply to: [Popup Manager] Possible bugs – need help for my popup to workHey can anybody help me with this?
Thanks
AbhishekForum: Plugins
In reply to: [Price Based on Country for WooCommerce] Wrong Currency shown in order emailsHey Oscar,
Though this thread is old now, however my issue is the same.
My store base location is India with currency as Indian Rupee (?). The default WooCoommerce symbol for Indian currency is INR which I have overridden by adding new function in functions.php
add_filter('woocommerce_currency_symbol', 'inr_currency_symbol', 10, 2); function inr_currency_symbol( $currency_symbol, $currency ) { switch( $currency ) { case 'INR': $currency_symbol = '₹'; break; } return $currency_symbol; }
Now in all order emails, the currency appears to be in Indian Rupee (?) instead of billing country currency which I have defined in zones.
Please suggest. Thanks!
AbhishekYes I have overridden the email template so as to match with my branding. What do you suggest shall be done to show correct currency?
Thanks ??
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Currency conversion not happeningHey @oscargare, apologies for posting again.
Do you support any such plugin which may be used for custom user input during product selection or checkout?
Thanks
AbhishekHey @oscargare
Do you support any such plugin which may be used for custom user input during product selection or checkout?
Thanks
AbhishekForum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Filters are not visible after updateHi, product filters are not appearing on shop page of Bi-Shop theme. After WooCommerce latest update YITH WooCommerce Ajax Product Filter stopped working all of a sudden.
Hi, product filters are not appearing on shop page of Bi-Shop theme. After WooCommerce latest update YITH WooCommerce Ajax Product Filter stopped working all of a sudden.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Filters do not appear on shop pageHi, product filters are not appearing on shop page of Bi-Shop theme. After WooCommerce latest update YITH WooCommerce Ajax Product Filter stopped working all of a sudden.
Forum: Plugins
In reply to: [WooCommerce] Categories disappearThanks Mike, however this is issue of categories not appearing on Shop page. This happened after recent update of WooCommerce.
Forum: Plugins
In reply to: [WooCommerce] Categories disappearAlso FYI, in product page, under right hand side section of PUBLISH – “Copy to a new draft” is appearing twice.
Forum: Plugins
In reply to: [WooCommerce] Categories disappearIn my Bi-Shop theme, sidebar using YITH WooCommerce Ajax Product Filter to show category filters has gone empty.