Jump to content

Remove button in shopping cart - how?


Recommended Posts

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

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

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

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

×
×
  • Create New...