kikis Posted December 8, 2013 Share Posted December 8, 2013 How can I remove checkout button of my product page ? I will use a module for free gifts (darique) and if they press checkout they will skip the stage that they will choose their gift. They choose gifts at "cart". Link to comment Share on other sites More sharing options...
kikis Posted December 9, 2013 Author Share Posted December 9, 2013 I did it..Delete <a href="{$link->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'}</a> At blockcart both at module theme and at modules and then force compile and chace.. Without the last you will never see the changes!! This is why I did it after many hours haha Link to comment Share on other sites More sharing options...
vekia Posted December 9, 2013 Share Posted December 9, 2013 thank you for information how you achieved it. I marked your second post as a solution to problem. with regards, Milos 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