Currently there are now any option to button customization, but I will try soon new version with multiple choice for button and customization.
Thanks
Thanks, i have edited the source code and change the image ‘<input type=image’ with a button, and it’s ok.
Regards
Thanks you so much for your kind feedback and review 🙂
Let me know if need help, Also button customization available without changing plugin code file.
Customization
Copy the file button.php into the folder /wp-content/easy-digital-shop/. Now you can edit the copied file. It will be used instead of the original button.php file and you will not loose it after an update.
You will find the price of the file in the PHP variable $price and the currency in $currency.
button.php will be included in the complete paypal form. Therefore it contains only the submit button. You may use a HTML submit button (e.g. ) and style it with CSS or you can use an image submit button (e.g. ). You may change the value or alt attribute text. It does not need to be ‘Buy now!’.
If you decide to use the image button, you can use the original paypal buttons: https://developer.paypal.com/docs/classic/archive/buttons/ or any other ecommerce icons or your own image.
If you don’t need $price or $currency delete them! Only the submit button is really needed.