Jump to content

(solved)Nur über den Warenkorb bestellen


Recommended Posts

module/blockcart ->

 

Zeile

{if $order_process == 'order'}<a href="{$link->getPageLink("$order_process.php", true)}" id="button_order_cart" class="exclusive" title="{l s='Cart' mod='blockcart'}_large{/if}" title="{l s='Check out' mod='blockcart'}">{l s='Check out' mod='blockcart'}<center></a>

 

auskommentieren und am Besten die Zeile davor mit einem <center> ... </center> verpassen

<center>{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} </center>

 

damit der Warenkorb-Button in die Mitte rutscht.

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