Jump to content

Переключатель валюты на форуме

Featured Replies

Всем привет, такой вопрос поставил себе 2 валюты на форум: USD и RUB но переключателя нету!

Когда выставляешь валюты по языкам то ничего не меняется:

Спойлер

1091465805_.thumb.png.65b6c34ef0885ab575beee5050bdd697.png

Валюта остаются такой же как и первая, точнее в меняется просто название на анг. вместо значка Р в RUB

Но я нашел переключатель валют в подписках:

Спойлер

982234293_.png.545a9a6f92a8605a309b015cccae420d.png

Вот сам код:

Спойлер

{{if \count( \IPS\nexus\Money::currencies() ) > 1}}
	<div class='ipsPos_right ipsResponsive_noFloat'>
		{{$baseUrl = \IPS\Http\Url::internal('app=nexus&module=subscriptions&controller=subscriptions', 'front', 'nexus_subscriptions');}}
		{{$memberCurrency = ( ( isset( \IPS\Request::i()->cookie['currency'] ) and \in_array( \IPS\Request::i()->cookie['currency'], \IPS\nexus\Money::currencies() ) ) ? \IPS\Request::i()->cookie['currency'] : \IPS\nexus\Customer::loggedIn()->defaultCurrency() );}}
		<a href='#elCurrencyChooser_menu' data-ipsMenu id='elCurrencyChooser' class='ipsButton ipsButton_veryLight ipsButton_small ipsSpacer_top ipsSpacer_half'>{$memberCurrency} <i class='fa fa-caret-down'></i></a>
		<ul class='ipsMenu ipsMenu_veryNarrow ipsHide' id='elCurrencyChooser_menu' {{if isset( $_SESSION['cart'] ) and \count( $_SESSION['cart'] )}}data-controller="nexus.front.store.currencySelect"{{endif}}>
			{{foreach \IPS\nexus\Money::currencies() as $currency}}
				<li class='ipsMenu_item' {{if $currency == $memberCurrency}}data-selected{{endif}}>
					<a href='{$baseUrl->setQueryString( 'currency', $currency )->csrf()}' title='{lang="set_currency_to" sprintf="$currency"}'>
					{{if $currency == $memberCurrency}}<i class='fa fa-check'></i> {{endif}}{$currency}
					</a>
				</li>
			{{endforeach}}
		</ul>
	</div>
	{{endif}}

 

Я хочу его засунуть в UserBar да он становится, но есть одно но! он перекидывает на страницу продаж подписки

Есть вариант как изменить код что бы он оставался на той же страницы где сидит пользователь

Link to comment
https://ipbmafia.ru/topic/22644-pereklyuchatel-valyuty-na-forume/
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.