
Thank you for your feedback
Note: The steps below are not applicable for the default themes in Theme Manager.
The ability to add a custom order button is standard with Editor 3.0 templates. If you wish to move to the latest templates, click the Design Wizard link in the Edit column of Store Manager.
Using Store Editor, there are two ways you can customize the Order button on your item pages: edit the text or use a custom image button. If using Store Tags with your Web Hosting account, you can also add custom button text or an image.
Editing the text of Order buttons
If you are building your store using the Store Editor, you can customize the default text of your item Order buttons. You can edit the Order-text variable to change the text on all Order buttons, or override the Order-text variable to customize the text of Order buttons on a specific page.
Click the Store link.
All order buttons for items in your store will now have the new text.
Note: If you wish to use different text on some Order buttons, you can override the Order-text variable for those pages.
You can upload your own image to use for the Order button.
Click the Store link.
If you are using Store Tags to create your Store pages on the Web Hosting side of your Merchant Solutions account, you can customize your Order button. When you get the order button tag from the Store Tag Hub, it will look similar to:
<form method="post" action="<!--#ystore_order id="productID" -->"><input type="submit" value="Order"></form>
To change the text of the button, edit the text appearing in the value attribute. For instance, if you wished to change the text to Buy now! then your store tag for the order button would be:
<form method="post" action="<!--#ystore_order id="productID" -->"><input type="submit" value="Buy now!"></form>
In order to use custom images for your Order buttons, you'll need to upload the image for the button to your Web Hosting account using the File Manager, then edit the Store Tag code to call the image you wish to use for the Order button.
Store Tag Sample Code - Custom Image Order button
See Also: