Manan Ghadawala
Forum Replies Created
-
Forum: Plugins
In reply to: [Structured Content (JSON-LD) #wpsc] How can we display in accordion?Hello @gorbo,
Thanks for your instant response but how can I add custom HTML from the admin part. I mean currently, I am adding like this – https://prntscr.com/qv763j
Can you please help me again?
Thanks,
MananForum: Plugins
In reply to: [Max Mega Menu] Mobile Menu icons not workingMaybe you’re right but today morning I transferred to development server without any caching plugin but still, I cannot sew dashicons.
From where I can check this “make sure any “Disable dashicons” options are unchecked?”?
Thanks,
MananForum: Plugins
In reply to: [DHL WooCommerce Shipping Method] I cant find DHL as shipping methodPlease help me asap because its live site.
Thanks,
MananForum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] Filter does not workbut my terms are only once single name like brands , size. that’s it but still it doesn’t work.
SO can you help me more on this?
Forum: Plugins
In reply to: [WooCommerce] Change the currency symbol from '$' to 'USD' in WoocommerceThanks Brother. I appreciate your Help.
Forum: Plugins
In reply to: [WooCommerce] Change the currency symbol from '$' to 'USD' in WoocommerceYes It works but if i have to use for Euros or any other currency so how can i write the above Hook?
Like this :
add_filter( ‘woocommerce_currency_symbol’, ‘change_currency_symbol’, 10, 2 );
function change_currency_symbol( $symbols, $currency ) {
if ( ‘USD’ === $currency ) {
return ‘USD’;
}
if ( ‘EUROS’ === $currency ) {
return ‘Euro’;
}
if ( ‘AED’ === $currency ) {
return ‘AED’;
}return $symbol;
}I want to apply all 3 of this. Is this Correct ?
Forum: Plugins
In reply to: [WooCommerce] Change the currency symbol from '$' to 'USD' in WoocommerceHere is the Product link : https://leo-design.info/QAMIS/product/qamis-standard-11/. Above link may be not worked from your end because its cart page. You can check here and help me out.
Thanks
Forum: Plugins
In reply to: [WooCommerce] Change the currency symbol from '$' to 'USD' in WoocommerceHere is the link with all plugin deactivate except Woocommerce : https://leo-design.info/QAMIS/panier/
Here is the Pastbin link of functions.php : https://pastebin.com/iRENAzvL
I hope Now you can help me.
Forum: Plugins
In reply to: [WooCommerce] Change the currency symbol from '$' to 'USD' in WoocommerceHey,
Here is the URL : https://leo-design.info/SON2/
I cant see any changes after add your code functions.php. See the below screenshot. https://d.pr/i/390Q
Forum: Plugins
In reply to: [WooCommerce] Change the currency symbol from '$' to 'USD' in WoocommerceTest is done with default 2015 theme but still i cant find solution.
Forum: Plugins
In reply to: [WooCommerce] Change the currency symbol from '$' to 'USD' in WoocommerceRoyho, i thing you misunderstood my answer. I already remove that plugin and use your code in functions.php but its still not working. Make sense?
Forum: Plugins
In reply to: [WooCommerce] Change the currency symbol from '$' to 'USD' in Woocommercebut if i dont want to use then then its have to works as 59 USD but not working.
Forum: Plugins
In reply to: [WooCommerce] Change the currency symbol from '$' to 'USD' in Woocommerce“WooCommerce Currency Switcher” but the thing is currency Symbol is not there without this plugin.
So my only task is Currency name and that it AED and USD. For ex. 59 USD and 69 AED. Make sense ? Please help to finish this ASAP. Its taking so much time to complete this. I hope you can understand this.
Thanks
Forum: Plugins
In reply to: [WooCommerce] Change the currency symbol from '$' to 'USD' in WoocommerceSorry for misspell but its already in functions.php and second thing i am using currency switcher for different countries because some customer have USD as payment source and some customer have AED as payment source. So that i am using currency Switcher. You have any batter idea to do this.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Change the currency symbol from '$' to 'USD' in WoocommerceTake this as my work doing in function.php
https://d.pr/i/1jJBX