i wont to change Currency Slot to dropdown option

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart Themei wont to change Currency Slot to dropdown option

This topic has been marked as not a support question.

hi wont to change Currency Slot to dropdown option exampale
public_html/catalog/view/theme/pavilion/template/common
<?php // Currency Slot ------------------------------------------------ ?>
        <?php $tbData->slotStart('common/header.currency'); ?>
        <?php echo $currency; ?>
        <?php $tbData->slotStop(); ?>

i am replace code

<?php // Currency Slot ------------------------------------------------ ?>
<p>
<li>select your city?
<select id="foo">
    <option value="">Pick a city</option>
    <option value="http://www.google.com">x</option>
    <option value="http://www.yahoo.com">y</option>
</select></li>

<script>
    document.getElementById("foo").onchange = function() {
        if (this.selectedIndex!==0) {
            window.location.href = this.value;
        }
    };
</script>

</p>

if i change the code option are go up site of Welcome visitor you can login or create an account.how to fix
dropdown option , i wont only change in header side currency to dropdown option
plz help me out and give me proper code
February 7, 2015 at 9:12 am #37890

Hi,

Can you please attach a screenshot to better illustrate, what exactly you want to modify?

Thanks,
ThemeBurn team

February 10, 2015 at 1:08 pm #38077

hi wont to change Currency Slot to dropdown option with mobile compatible

July 4, 2015 at 10:38 am #41835

Hi,

Unfortunately, this is not a trivial modification and could not be covered by the free support offered by this forum. You can search for an existing extension/mod, post your question in the official opencart forums, or seek a freelancer to do the job for you.

Best Regards,
ThemeBurn team

July 6, 2015 at 12:26 pm #41915
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.