Announcement

Collapse
No announcement yet.

I am showing prices in two currencies, but I only want the prices in the shopping...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    I am showing prices in two currencies, but I only want the prices in the shopping...

    I am showing prices in two currencies, but I only want the prices in the shopping cart (and checkout) to show one currency.

    You can fix this with a one line change in 'ActinicOrder.pm'. Locate this file in your 'Site1' (or equivalent) folder and open it in Notepad. Look for the line...

    if($$::g_pSetupBlob{'PRICES_DISPLAYED'} && $$::g_pSetupBlob{'ALT_CURRENCY_PRICES'})

    and change it to

    if($::FALSE && $$::g_pSetupBlob{'PRICES_DISPLAYED'} && $$::g_pSetupBlob{'ALT_CURRENCY_PRICES'})

    SellerDeck is not able to provide any detailed support for script changes made. If you find that there is a problem, an original copy of the script can be found within the 'Original' folder in your installation. Copy this into your site folder.
Working...
X