anmgra Posted July 23, 2010 Share Posted July 23, 2010 As you guys see on the picture (see attach.), I need to change the button width in my cart. I have the original PrestaShop theme. Does anyone know where I can do this? Link to comment Share on other sites More sharing options...
rocky Posted July 25, 2010 Share Posted July 25, 2010 You can change lines 115-116 of modules/blockcart/blockcart.tpl: <a href="{$base_dir_ssl}order.php" class="button_small" title="{l s='Cart' mod='blockcart'}">{l s='Cart' mod='blockcart'} <a href="{$base_dir_ssl}order.php?step=1" id="button_order_cart" class="exclusive" title="{l s='Check out' mod='blockcart'}">{l s='Check out' mod='blockcart'} By default, the cart button is the "small" size and the check out button is the "medium" size. You can change the "button_small" to "button" to increase it to the "medium" size, but then the two buttons won't fit together on the same line. You may need to change the width of the buttons in the /* global button */ section of global.css and change the button images to match. Link to comment Share on other sites More sharing options...
coprozessor Posted July 25, 2010 Share Posted July 25, 2010 Had the same problem in German. My solution is more complicated but completely solves the issue. You will have to create extra buttons and change the width to 90 px for both tags in CSS. Drop me a line and I send you the buttons and instructions. [email protected]CheersStefan Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now