Jump to content

[SOLVED] I want to delete check out


Recommended Posts

Simply open file modules>blockcart>blockcart.tpl

 

Remove the following code

 

<p id="cart-buttons">
  {if $order_process == 'order'}<a href="{$link->getPageLink("$order_process.php", true)}" class="button_small" title="{l s='Cart' mod='blockcart'}">{l s='Cart' mod='blockcart'}</a>{/if}
  <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>
 </p>

 

Hope that helps!

 

Marty Shue

Link to comment
Share on other sites

Hi caxe,

In your modules/blockcart/blockcart.tpl file, please delete line 145, which should look like this:

 

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

 

And don't forget to clear your browser's cache afterwards to make sure you can see the change!

 

I hope this helps.

 

-Mike

Link to comment
Share on other sites

Hi caxe,

In your modules/blockcart/blockcart.tpl file, please delete line 145, which should look like this:

 

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

 

And don't forget to clear your browser's cache afterwards to make sure you can see the change!

 

I hope this helps.

 

-Mike

 

Ahhhh Marty you barely beat me to it! However, I think he only wants to remove the "Check Out" button, not both of them. caxe, if you want to remove both buttons, go with Marty's suggestion, but if you just want to remove "Check Out," go with mine.

 

-Mike

Link to comment
Share on other sites

Thanks Marty and Mike.....Firstly i wanna tell you , you re really right :)I m so strange:):

 

Secon d your solitions didnt work.... ı reallt don tknow.. ıt have to be .. but ıt ididn work.. ıs there another solition idea???

Link to comment
Share on other sites

×
×
  • Create New...