You will need the link to the checkout page, some css that will hide it, some xslt that sets a class "items0" where 0 is the total quantity from the Tea Commerce order.
Then you just have to go to the teaCommerce_Simple.js and update your class in the updateMiniCartUI function, which will be run whenever the order has changed.
Quick xslt that displays <Procceed to Checkout> button when there are items in cart
Quick xslt that displays <Procceed to Checkout> button when there are items in cart.
Maybe it can appear with javascript once item is added and always show when there are items in cart.
But I have the minicart on the page too and don't want to break that.
Many thanks
Hi Rich,
You will need the link to the checkout page, some css that will hide it, some xslt that sets a class "items0" where 0 is the total quantity from the Tea Commerce order.
Then you just have to go to the teaCommerce_Simple.js and update your class in the updateMiniCartUI function, which will be run whenever the order has changed.
/Rune
is working on a reply...