Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › Hyperlinking images + Buy Now *text* to checkout page from a sales page?
- This topic has 6 replies, 2 voices, and was last updated 14 years, 1 month ago by Lillea.
-
AuthorPosts
-
October 8, 2010 at 11:35 pm #1994LilleaMember
Is it possible to hyperlink various images on a sales page and also BUY NOW *text* so clicking any of that will send the visitor to the checkout?
We are using Thesis Theme. Our sales page is on a page, not post, in WordPress.
So far my JV partner and I can only link the Paypal BUY Now button this way.
October 9, 2010 at 12:48 am #25236amin007ParticipanteStore shortcodes work both on posts and pages. So all you have to do is create a product and use the “Buy Now” button shortcode. Use the image as the button image. Check the following page to see how the image becomes a buy now button (see the customizing button image section):
How to Use Buy Now buttons Using the WordPress eStore Shopping Cart Plugin
If you have different images then you can use the following shortcode to dynamically use a different button image for each buy now button on this sales page:
[wp_eStore_buy_now_custom_button id=1 button=http://your-domain.com/images/buy-now.gif]
October 10, 2010 at 11:31 pm #25237LilleaMemberThank you!
We did that, but there is one problem.
That code, somehow, makes the image smaller than it is and it doesn’t look good.
What can we change to preserve the original size of the image connected to the buy now code?
October 11, 2010 at 1:06 am #25238amin007ParticipantThe plugin does not specify an image size for the button so that the button size can be whatever the actual image size is.
I have a feeling the CSS is doing something. Please post a link to the page and I will take a look.
October 12, 2010 at 11:13 pm #25239LilleaMemberThis is the page:
It’s the image after “Ready to try Traffic Ten”
It’s the same image, as the one above under “That’s why we created Traffic Ten”
But the size of the first image with Paypal checkout was changed somehow and it became framed as well.
Also the check out with PayPal button has a different size as the original, I think, but in this case it is made bigger and the resolution of it looks blurred.
October 13, 2010 at 3:40 am #25240amin007ParticipantThe theme is specifying a frame for the input images which is coming from your theme’s CSS file. It’s also specifying a size for the input buttons which is making the image bigger than it’s original size.
This post should help you:
October 13, 2010 at 11:53 pm #25241LilleaMemberThank you! It is fixed now.
And thank you again for this awesome plugin.
-
AuthorPosts
- You must be logged in to reply to this topic.