nikolab
Forum Replies Created
-
Hi,
Thanks for your reply.
It is used on that page in the button.
I already tried Force Load, but it didn’t help.Forum: Plugins
In reply to: [PW WooCommerce Gift Cards] Exclude from shipping calculationThat worked. Thanks
Forum: Plugins
In reply to: [Photo Reviews for WooCommerce] edit plugin filesOk, thanks for your help once again.
I’ll monitor closely for the next update.Best Regards
Forum: Plugins
In reply to: [Photo Reviews for WooCommerce] edit plugin filesHi,
Thank you for the provided solutions. But is there is a way to modify plugin files without being overwritten on the next update?
In this case, if I change the code in the plugins/woo-photo-reviews/js/script.js my changes will be deleted when I update the plugin next time, and I don’t want to do that every time.
The same is for the plugins/woo-photo-reviews/frontend/frontend.php file.Thanks.
Best Regards
Hi Oscar,
we managed to resolve the problem.
The “Custom product” was added through custom development.Regards
Forum: Plugins
In reply to: [WP Job Manager] Ajax Filters file causing JS error on localhostHi @jenhooks,
Yes, I see the error in the browser console.
I use a custom theme and only wp job manager and woocommerce, and they are updated.
It worked before and suddenly stopped showing job board list, and only shows loading icon.Thanks
Forum: Plugins
In reply to: [WP Job Manager] Ajax Filters file causing JS errorHi,
I have the same problem on localhost with version ajax-filters.min.js?ver=1.31.0:1
parsererror: SyntaxError: Unexpected token < in JSON at position 0
I tried with the suggestion above, but it doesn’t help.
Any other ideasHi Oscar,
It’s from the previous developer, I didn’t add anything, and I didn’t notice until you pointed me out.
Anyway, thank you very much for your time.Regards
- This reply was modified 6 years, 9 months ago by nikolab.
This way
/* add currency code to price */
function addPriceSuffix($format, $currency_pos) {
switch ( $currency_pos ) {
case ‘left’ :
$currency = get_woocommerce_currency();
$format = ‘%1$s%2$s ‘ . $currency;
break;
}return $format;
}add_action(‘woocommerce_price_format’, ‘addPriceSuffix’, 1, 2);
The amount is good, and yes it shows right currency code on the frontend.
$amount USD – if from USA
$amount CAD – if from Canada and rest of the worldBut in admin orders only shows $amount CAD
Well, I am using that plugin and having the same problem as you, except that it shows right code currency in the emails but not in the admin orders.
Thanks for your replay
Hi Oscar,
thank you for your reply.
I don’t use other plugins like Change currency or some other that could make changes before the order is saved.
The problem is with currency code. I have CAD and USD, and it shows well on the frontend, and even in the order emails, but in the backend always shows CAD(which is a default currency), even though the purchase is in USD dollars.thanks once again
Hi aleksifski,
I have the same problem as you are.
Have you managed to resolve this issue meanwhile?
If yes, your solution would be more than welcome.
One more thing, are you tried with some other plugins?Regards