In the Cart Confirmation Page, I have « image » buttons that shows « Update », « Continue », « Checkout », etc...
I would like to use « standard » text buttons because I want all my buttons to show French text.
I did tried to change them like this :
<!-- <input type="image" src="<Actinic:Variable Name="SingleCartButtonImage"/>" name="SINGLEADD" alt="<Actinic:Variable Name="SingleCartButtonText"/>" /> -->
<input type="submit" name="SINGLEADD" value="<Actinic:Variable Name="SingleCartButtonText"/>" />
The French Button don't work or I keep getting the « Image buttons ».
Any help for a hint where to look ?
Thank you !
I would like to use « standard » text buttons because I want all my buttons to show French text.
I did tried to change them like this :
<!-- <input type="image" src="<Actinic:Variable Name="SingleCartButtonImage"/>" name="SINGLEADD" alt="<Actinic:Variable Name="SingleCartButtonText"/>" /> -->
<input type="submit" name="SINGLEADD" value="<Actinic:Variable Name="SingleCartButtonText"/>" />
The French Button don't work or I keep getting the « Image buttons ».
Any help for a hint where to look ?
Thank you !
Comment