Hi,
I want to change the Add to Cart button text to read BUY NOW (have to be more forceful with the marketing stick in these trying times ya know )
I thought that by going into design view and clicking on the 'Add to Cart' button I would be able to find out where to edit it. When you do that it brings up the following code in the Layout Code window:
<input type="submit" value="<actinic:variable name="CartButtonText" />" name="_<Actinic:Variable Name="ProductID"/>" class="form_button_add_to_cart" />
I edited the CartButtonText variable so that the initial value and top level value (in the variable properties box) read BUY NOW but it did not change the text on the Add to Cart button.
Does anyone know why?
PS My Add to Cart button is a html text button, I think! It does have the little shopping cart image on it but the text is just that, text. Isn't it? Yarrggh. i think it is.
Best Regards, Rob.
I want to change the Add to Cart button text to read BUY NOW (have to be more forceful with the marketing stick in these trying times ya know )
I thought that by going into design view and clicking on the 'Add to Cart' button I would be able to find out where to edit it. When you do that it brings up the following code in the Layout Code window:
<input type="submit" value="<actinic:variable name="CartButtonText" />" name="_<Actinic:Variable Name="ProductID"/>" class="form_button_add_to_cart" />
I edited the CartButtonText variable so that the initial value and top level value (in the variable properties box) read BUY NOW but it did not change the text on the Add to Cart button.
Does anyone know why?
PS My Add to Cart button is a html text button, I think! It does have the little shopping cart image on it but the text is just that, text. Isn't it? Yarrggh. i think it is.
Best Regards, Rob.
Comment