test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • asierraserna Friend
    #198864

    Hey Guys, I want to use the slide of the shipping cart for language selection, but Iit has been impossible to find the file of the icon of the cart to change it.:((

    How can I change this icon?

    Regards,


    1. Capture
    chavan Friend
    #538961

    Go to this file: templatesja_fixeltplsblocksheader.php

    This is the code for the complete cart and language block you have asked for. And also you can find the Modules in position mycart in Module manager.

    <?php if($this->countModules('mycart')): ?>
    <div class="row">
    <div id="mycart" class="dropdown pull-right">
    <a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;"><i class="icon-shopping-cart"></i></a>
    <div class="dropdown-menu">
    <jdoc:include type="modules" name="<?php $this->_p('mycart') ?>" style="raw" />
    </div>
    </div>
    </div>
    <?php endif; ?>

    asierraserna Friend
    #539114

    Dude, it was perfect. Thank you!!!! 😀

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  asierraserna 10 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum