Normally a link to your site/pages your are having issues with is advisable due at times to terminology etc and nets more comments and assistance as many will not post without seeing your site...
The tutorials/FAQ's ^^ in the top nav bar have many of the common asked questions already answered
The option value is "order will be downloaded" with the radio button on the product detail page. Is there a way to globally change the text "order will be downloaded" to just "digital download" or some other text? I want to change that text, but not have to redo all my attributes for each product. Is there a way?
https://www.zen-cart.com/tutorials/index.php?article=39
my add to cart button has a border around it, and it's not on the image file
Look at your page source and you will find that this is #cartadd then look at your stylesheet.css file for your template and find it - it will resemble this and notice the highlighted entry - edit to suit
Code:
#cartAdd {
float: right;
text-align: center;
margin: 1em;
border: 1px solid #000000;
padding: 1em;
}
I know is compulsive, but I am really trying to get it right
One person's right is not necessarily another's