Jump to content

i want to change the image position and margin in the Add Cart Page


Recommended Posts

Hi Guys,

 

Actually i want to change the image position from left to right and have to change the margin position.

 

Kindly check the image attached so you will clearly understand what am exactly wants.

post-1291783-0-73470500-1469612631_thumb.png

 

Can you guys please tell me where is the code placed in the coding file and what is the file name of this code ?

 

i checked with firebug but can't find the file name exactly where the file is located ?

 

the code starts with

 

"<input type="image" alt="" src="https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif" name="submit" id="paypal-express-checkout-btn-product" style="float: left; margin-top: -30px;">"

Link to comment
Share on other sites

Search for a module name starting with "paypal" and you should find the template. Check your theme first, since it has priority over the main module. Look for TPL files inside the themes/default-bootstrap/modules/paypal subdirectory. If it doesn't exist, look for TPL files inside the modules/paypal directory. One of them should contain that code, so you can adjust the style.

  • Like 1
Link to comment
Share on other sites

Search for a module name starting with "paypal" and you should find the template. Check your theme first, since it has priority over the main module. Look for TPL files inside the themes/default-bootstrap/modules/paypal subdirectory. If it doesn't exist, look for TPL files inside the modules/paypal directory. One of them should contain that code, so you can adjust the style.

 

Hi Thanks for your reply,

 

But i changed all but still its not changing and all.. Can you please guide me

 

Here is the code and those red colored font i changed in the "express-checkout.tpl"

 

 <input id="paypal-express-checkout-btn-product" type="image" name="submit" src="{if isset($paypal_usa_express_checkout_no_token) && $paypal_usa_express_checkout_no_token}https://www.paypalobjects.com/{if $lang_iso == 'en'}en_US{else}{if $lang_iso == 'fr'}fr_CA{else}{if $lang_iso == 'es'}es_ES{else}en_US{/if}{/if}{/if}/i/bnr/horizontal_solution_PPeCheck.gif{else}https://www.paypal.com/{if $lang_iso == 'en'}en_US{else}{if $lang_iso == 'fr'}fr_CA{else}{if $lang_iso == 'es'}es_ES{else}en_US{/if}{/if}{/if}/i/btn/btn_xpressCheckout.gif{/if}" alt="" />
                {/if}
            </form>
        </div>
        <div style="clear: both;"></div>
        {if isset($paypal_usa_express_checkout_no_token) && $paypal_usa_express_checkout_no_token}
    </p>
    {/if}
    {if !isset($paypal_usa_from_error)}
        <script type="text/javascript">
        {literal}
        $(document).ready(function()
        {
            {/literal}
            {if $page_name == 'product'}
                {literal}
                $('#paypal-express-checkout-form').insertAfter('#buy_block');
                $('#paypal-express-checkout-btn-product').css('float', 'right');
                $('#paypal-express-checkout-btn-product').css('margin-top', '3px');
                {/literal}

But i changed all but still its not changing and all.. Can you please guide me

Edited by aravfshadow144 (see edit history)
Link to comment
Share on other sites

Did you go to Advanced Parameters > Performance and click the "Clear cache" button? Also make sure that "Never compile" isn't selected.

 

Oh yes now its perfect pal.. Thanks alot.. i did not clear the cache and then it was selected in "Never compile" Now everything is working fine.

 

Thanks bro

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...