• I have just installed Easy Digital Downloads and I have no idea what I am doing! It is fairly easy, but a video tutorial on youtube would be nice for beginners!

    In “settings” it mentions a base country? Do we have to select that or can we leave it blank?

    I am from the UK and I live in Australia, but the majority of my website visitors are from the USA so I will be targeting American customers.

    Also I did a test but I got a pretty bog standard purchase receipt so I thought I would jazz it up a bit, but I don’t know what I have to put in to include the link to the download in the email.

    Help?!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter johnzoro

    (@johnzoro)

    ok so i sorted out the link to the download although i’m not sure how to hyperlink some text so i can have a “click here to download your file” so at the moment it’s just a link

    I’ve worked out how to add an additional button on the page using shortcode, and i have centered it as well but there’s the original button which is at the bottom of the page, which for the life of me i can’t work out how to center

    Thread Starter johnzoro

    (@johnzoro)

    Also is there a way I can just use an image instead of the button so say something like

    https://q3p9g6n2.rocketcdn.me/wp-content/ml-loads/2015/08/image091.png

    Hi @johnzoro

    For your query,

    1) In “settings” it mentions a base country? Do we have to select that or can we leave it blank?

    Ans – As per EDD Doc – This is the country you anticipate most of your customers coming from, NOT necessarily where you are, or where it’s hosted.

    It will be pre-populated in checkout page if country box is there.

    2) is there a way I can just use an image instead of the button?

    Ans – Can you please provide me your web page URL on which you are checking? So I can take a look and try to understand the scenario.

    Thread Starter johnzoro

    (@johnzoro)

    here’s the page Parrot Problems Ebook

    • This reply was modified 4 years, 2 months ago by johnzoro.

    Hi @johnzoro

    Thanks for the web page URL. Please add below CSS to WordPress Appearance > Customize > Custom CSS OR your theme / child theme style.css

    .edd_download_purchase_form .edd_purchase_submit_wrapper a.edd-add-to-cart {
    	background-color: transparent !important;
    	width: 250px;
    	height: 130px;
    	background-image: url(https://q3p9g6n2.rocketcdn.me/wp-content/ml-loads/2015/08/image091.png) !important;
    	border: 0;
    	background-repeat: no-repeat !important;
    	position: relative;
    	background-size: contain !important;
    	color: #000 !important;
    	text-indent: -999px;
    	overflow: hidden;
    	padding: 0;
    }

    I hope this will help you.

    Thread Starter johnzoro

    (@johnzoro)

    hey that worked! any idea why the button at the bottom isn’t center aligned? i want it to be centered if we can

    Hi @johnzoro

    Please use below CSS snippet to center the button.

    .edd_download_purchase_form .edd_purchase_submit_wrapper{
    	text-align:center;
    }
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘A Few Question’ is closed to new replies.