Announcement

Collapse
No announcement yet.

Can I show dual currency pricing in the store pages but only use one in the cart?

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

    Can I show dual currency pricing in the store pages but only use one in the cart?

    If you are showing prices in two currencies, but only want the prices in the shopping cart (and checkout) to show one currency, then 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