hadewich1979 Posted June 25, 2011 Share Posted June 25, 2011 Hi,How can I remove the 'shopping cart' button in the Ajax shopping cart?Not the one in the top of the cart, but the one that allows a customer to see the contents in detail, next to the check-out-button.I can't find where it is in the CSS-files (Firebug has a problem with this particular button)Thanks! Link to comment Share on other sites More sharing options...
hadewich1979 Posted June 28, 2011 Author Share Posted June 28, 2011 Anyone? Ideas maybe? I would be grateful for any kind of input! Link to comment Share on other sites More sharing options...
hadewich1979 Posted June 29, 2011 Author Share Posted June 29, 2011 I changed my question a little bit, maybe that helps? Link to comment Share on other sites More sharing options...
shokinro Posted June 29, 2011 Share Posted June 29, 2011 look into following file/modules/blockcart/blockcart.tpl Link to comment Share on other sites More sharing options...
hadewich1979 Posted June 29, 2011 Author Share Posted June 29, 2011 Thanks, do you know the 'name' of this button in the blockcart-file? I looked but can't find it(I am a CSS newbie, learning by just trying which worked fine until now) Link to comment Share on other sites More sharing options...
tomerg3 Posted June 29, 2011 Share Posted June 29, 2011 Get firebug for firefox, right click on the button and click on "Inspect", it will show you what you need.Firebug is a crucial tool for CSS work, for beginners and advanced users Link to comment Share on other sites More sharing options...
hadewich1979 Posted June 29, 2011 Author Share Posted June 29, 2011 I know, I use Firebug. But somehow I can inspect every element on the page, but not this button. Very frustrating, that's why I asked here.(in detail: as soon as I move the mouse away from this element to scroll through the 'index' (on the right, where the CSS-things of this element are shown), Firebug jumps to the element next to this one, the checkout-button) Link to comment Share on other sites More sharing options...
tomerg3 Posted June 29, 2011 Share Posted June 29, 2011 This is the code from blockcart.tpl, you may be using a different theme that changed the way they work... {if $order_process == 'order'}getPageLink("$order_process.php", true)}" class="button_small" title="{l s='Cart' mod='blockcart'}">{l s='Cart' mod='blockcart'}{/if} getPageLink("$order_process.php", true)}{if $order_process == 'order'}?step=1{/if}" id="button_order_cart" class="exclusive{if $order_process == 'order-opc'}_large{/if}" title="{l s='Check out' mod='blockcart'}">{l s='Check out' mod='blockcart'} Link to comment Share on other sites More sharing options...
hadewich1979 Posted June 29, 2011 Author Share Posted June 29, 2011 Thanks. It's not there (though I'm using the standard theme), and I'm wondering if I should just modify the look of the button so it will fit. I'm a bit scared of making really permanent changes, if I don't really know what I'm doing.But Firebug doesn't show where I can find the CSS-code for this.There's something really strange about this button, it just appeared out of nowhere when I restarted my computer (working on lokal drive), can't find it in the .tpl file, Firebug is acting weird with it... Link to comment Share on other sites More sharing options...
tomerg3 Posted June 29, 2011 Share Posted June 29, 2011 if you put it only, we can look and help, otherwise it's a guessing game... Link to comment Share on other sites More sharing options...
hadewich1979 Posted June 29, 2011 Author Share Posted June 29, 2011 What can I put down here? A screenshot of the page, or maybe the part of CSS-code that I have been changing?My site is not online yet.(by the way, thanks for taking time for helping me!) Link to comment Share on other sites More sharing options...
tomerg3 Posted June 29, 2011 Share Posted June 29, 2011 I can speak only for myself, anything other than a link would not help pinpoint the issue... Link to comment Share on other sites More sharing options...
hadewich1979 Posted June 29, 2011 Author Share Posted June 29, 2011 Ok, maybe I should get on with the site, put it online (hopefully next week) and tackle this last issue then, with a little help from here. Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts