This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

Jklb

  • ***
  • 54 posts
multi-currency error
« on: March 24, 2017, 11:20:56 PM »
Multi currency error

hey I've been trying to work on a plugin
right after I'm getting some code shown on my website

I've disable that plugin
and multi currency, but when re-enable it I'm still getting the same
error will you help

find attached

*

MB Themes

Re: multi-currency error
« Reply #1 on: March 25, 2017, 07:07:50 AM »
@Jklb
It is code added with multi-currency plugin. If you want to show price as title="", you need to disable this plugin /or/ filter out this code using PHP in title.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Jklb

  • ***
  • 54 posts
Re: multi-currency error
« Reply #2 on: March 25, 2017, 02:38:45 PM »
@frosticek

which plugin to disable?, I've already disable the other one
but I can't disable multi-currency it's very usfull and it's like a core stuff for my website
I'd like it to be what it was before


*

MB Themes

Re: multi-currency error
« Reply #3 on: March 25, 2017, 03:35:31 PM »
muti-currency plugin
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Jklb

  • ***
  • 54 posts
Re: multi-currency error
« Reply #4 on: March 25, 2017, 07:09:28 PM »
@frosticek

are you sure there is not any way of resolving this issue?

was it conceived to work that way?
it was working well before as I said better to disable the other plugin

I don't see why I will disable multi-currency while it's very useful for my business

Marked as best answer by jhun.kiluba on March 30, 2017, 11:47:57 AM
*

MB Themes

Re: multi-currency error
« Reply #5 on: March 25, 2017, 08:32:16 PM »
@Jklb
In item.php, loop-single.php and loop-single-premium.php remove this line:
Code: [Select]
title="<?php echo osc_esc_html(osc_item_formated_price()); ?>"
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots