Jump to content

Block cart2


Le-cathare

Recommended Posts

Bonjour,

je me base sur le module blockcart pour te répondre car je n'ai pas blockcart2.

 

Il faut dans le module blockcart2 édité le fichier blockcart.tpl et modifier :

 

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

 

par

 

 <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)}" 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>

 

Loïc.

Link to comment
Share on other sites

  • 1 month later...

Arf tu dis que ça fonctionne aujourd'hui, c'est donc que les indication qui t'on été données étaient bonnes.

Or , c'est seulement aujourd'hui que tu le dis , parce que tu as une question subsidiaire...

J'imagine que Ninja Of Web aurait apprécié un "merci ça marche", du coup j'ai envie de dire que ça donne plus vraiment envie de te répondre. :s

  • Like 1
Link to comment
Share on other sites

Guest Kaylabs

+1 Brocéliande

 

mais comme c'est noel (et si ton site est bien celui present dans ta signature)

 

dans la ligne précédemment donnée par ninja:

<a href="{$link->getPageLink("$order_process.php", true)}" 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>

 

il faut rajouter un simple span:

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

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