Jump to content

one page checkout....


Recommended Posts

hi. i want to use the one page check out but i want to change one thing. The cart block show 1 large button which i don't want and replaces the 2 buttons i have made for the website, how do i keep the one page checkout without the 2 buttons being changed in the cart block? Pic added.

Thank you.

48675_Wvexdm0VGGB9YVSoPLgx_t

Link to comment
Share on other sites

Edit /modules/blockcart/blockcart.tpl
Change




           {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'}


To



getPageLink("$order_process.php", true)}" class="button_small" title="{l s='Cart' mod='blockcart'}">{l s='Cart' mod='blockcart'}
getPageLink("$order_process.php", true)}" id="button_order_cart" class="exclusive" title="{l s='Check out' mod='blockcart'}">{l s='Check out' mod='blockcart'}



Make sure to clear the smarty cache (turn on force recompile in Preferences->performace)

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...