- This topic has 4 replies, 2 voices, and was last updated 12 years, 4 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › Button image change after change payment method
Hi,
I having an issue with the image button on the widget cart, when it load first it do load:
[..plugin path]/images/paypal_checkout.png
[..plugin path]/images/manual_checkout.png
Both of them can be found in eStore_cart.php thats ok, because I can make my custom buttons and replace the image calls.
Nonetheless, when I change the checkout method and then go back (in the cart) to the previous method it changes to:
[..plugin path]/images/checkout_manual.png
[..plugin path]/images/checkout_paypal.png
I have maked a new buttons with animations (gif’s) that work well in first load, because I have changed de source of eStore_cart.php but when I try to find where does:
[..plugin path]/images/checkout_manual.png
[..plugin path]/images/checkout_paypal.png
exsits I’m lost, I can’t change them to .gif since I can’t find where they are called.
Regards
Using a “gif” image for the checkout button will require a bit of custom tweaking and I wouldn’t recommend doing that. I suggest you go with a standard “png” image and just overwrite the existing image in the “images” directory which will be a simple operation.
I am working on adding an option in the plugin so it is easier to customize the image of the checkout button in the future.
TY admin,
Can you tell me where to look? I don’t have a program to search recursively, this is why I want a place to look.
Regards
Look in the “eStore_includes.php” file.
Ty, I’ll take a peek